-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubsidiaries.php
More file actions
61 lines (60 loc) · 2.83 KB
/
subsidiaries.php
File metadata and controls
61 lines (60 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php include ('initialize.php'); ?>
<title><?php echo $title; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="images/slogo.png" sizes="32x32"/>
</head>
<body>
<div class="main">
<div class="blok_header2">
<div class="header">
<div class="logo"><a href="index.php"><img src="images/logo.png" width="315" height="137" border="0" alt="logo" /></a></div>
<div class="h2_header2">
<h2>Our <span>Subsidiaries</span></h2>
<!--<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium dolorem.</p>-->
</div>
<div class="clr"></div>
</div>
</div>
<div class="menu_resize">
<div class="menu">
<?php include ('menu.php'); ?>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
<div class="body_resize2">
<div class="body">
<div class="body_big">
<h2>Subsidiaries</h2>
<div class="line"></div>
<img src="images/serv.jpg" alt="picture" width="78" height="78" />
<h2>New Infotech Consultants (NITECH)</h2>
<p>New Infotech Consultants is the division of Global Concepts Management that handles Information Technology Management and Development for its clients. They are concerned with exploring and understanding the information technology needs of our clients. Also using Information Technology as a corporate resource that determines both the strategic and operational capabilities of a firm, in designing and developing products and services for maximum customer satisfaction, corporate productivity, profitability and competitiveness in the market place.
<br/>
This division of the company is specialized with IT infrastructure and Database Management Systems. We are committed to providing our clients with automation and fully computerization of departments, divisions or entire organizations. Our dedicated team and affiliates are highly trained IT professionals with a total of over fifteen years experience.
<br/>
Site: <a href="http://newinfotech.glocmgt.com" target="_blank" ">www.newinfotech.glocmgt.com</a>
</p>
<!--<a href="#"><img src="images/read_more2.gif" alt="picture" width="76" height="24" border="0" class="floated" /></a>-->
<div class="clr"></div>
</div>
<div class="body_small">
<?php include ('sidebar2.php');?>
</div>
<div class="clr"></div>
</div>
<div class="clr"></div>
</div>
</div>
<div class="footer">
<div class="footer_resize">
<?php include ('footer.php');?>
<div class="clr"></div>
</div>
</div>
</body>
</html>