-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
82 lines (78 loc) · 4.07 KB
/
about.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<meta name="Description" content="" />
<meta name="Keywords" content="" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Author" content=" - [email protected]" />
<meta name="Robots" content="index,follow" />
<link rel="stylesheet" href="htdocs/css/styles.css" type="text/css" />
<title>GST TRADING DMCC Co. | About</title>
<script type="text/javascript" src="htdocs/js/jquery.js"></script>
<script type="text/javascript" src="htdocs/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="htdocs/js/SlideShow.js"></script>
<link rel="shortcut icon" href="htdocs/img/favicon.png" />
<script type="text/javascript" src="htdocs/js/google-analytics.js"></script>
</head>
<body onload="Slider()">
<!-- wrap starts here -->
<div id="wrap">
<div id="header">
<div id="header-content">
<a href="index.html" title="GST TRADING DMCC Co.">
<img src="htdocs/img/logo.png" alt="GST TRADING DMCC Co. logo" width="260" height="130"/></a>
<!-- Menu Tabs -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html" id="current">About</a></li>
<li><a href="contacts.html">Contact</a></li>
</ul>
</div>
</div>
<div class="headerphoto">
<div class="slider">
<img id="1" src="htdocs/img/1.png" border="0"/>
<img id="2" src="htdocs/img/2.png" border="0"/>
<img id="3" src="htdocs/img/3.png" border="0"/>
<img id="4" src="htdocs/img/4.png" border="0"/>
<img id="5" src="htdocs/img/5.png" border="0"/>
<img id="6" src="htdocs/img/6.png" border="0"/>
<img id="7" src="htdocs/img/7.png" border="0"/>
</div>
</div>
<div id="content-wrap"> <!-- content-wrap starts here -->
<div id="content">
<div id="main">
<div class="post">
<h1>What Do We Do?</h1>
<p>
The company rapidly expanded by adding other business activities to its portfolio, including the main scope of businesses like general trading and contracting. Goods are imported from Asia, Europe and America to Middle East market. </p>
<p>
Major Part of our business includes:
</p>
<ol>
<li><p>Building Construction & Maintenance Services</p></li>
<li><p>Information Technology</p></li>
<li><p>Trade & Commerce</p></li>
<li><p>Automobile Spare parts</p></li>
</ol>
</div>
</div>
</div>
</div><!-- content-wrap ends here -->
<!-- footer starts here -->
<div id="footer">
<div id="footer-content">
<div class="col2 float-right">
<p>
© copyright 2013 <strong>GST TRADING DMCC Co.</strong><br />
Valid <a href="http://jigsaw.w3.org/css-validator/check/referer"><strong>CSS</strong></a> | <a href="http://validator.w3.org/check/referer"><strong>XHTML</strong></a>
</p>
</div>
</div>
</div> <!-- footer ends here -->
</div><!-- wrap ends here -->
</body>
</html>