-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeneralTrading.php
129 lines (109 loc) · 4.96 KB
/
GeneralTrading.php
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<title>SUMMIT TRUST - Summit Trust General Trading</title>
<meta name="description" content="Summit Trust General Trading" />
<meta name="keywords" content="Summit Trust General Trading" />
<meta name="robots" content="index,follow" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="js/html5.js"></script>
<script type="text/javascript" src="js/selectivizr-min.js"></script>
<link rel="stylesheet" href="css/ie_7.css" type="text/css" />
<![endif]-->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<script type="text/javascript" src="js/all-in-one.js"></script>
<script type="text/javascript" src="js/setup.js"></script>
<script type="text/javascript">
$(window).load(function() {
$('#demo-side-bar').removeAttr('style');
});
</script>
<style type="text/css">
.demobar{display:none;}
#demo-side-bar{top:53px!important;left:90%!important;display:block!important;}
</style>
<!--Google analytics tracker -->
<script type="text/javascript" src="js/analyticstracking.js"></script>
<meta name="google-translate-customization" content="91df6474cb52ef00-7f1adc6215151854-gcf648c5b5042e7cc-10"></meta>
<!-- Header -->
<header class="header_bg clearfix">
<div class="container clearfix">
<!-- Social -->
<ul class="social-links">
<li ><a href="javascript:"><img src="images/facebook.png" alt="Facebook"></a></li>
<li ><a href="javascript:"><img src="images/twitter.png" width="24" height="24" alt="Twitter"></a></li>
</ul>
<!-- /Social -->
<!-- Logo -->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" /></a>
</div>
<!-- /Logo -->
<!-- Master Nav -->
<?php include_once './naviation.php'; ?>
<!-- /Master Nav -->
</div>
</header>
<!-- /Header -->
<!-- START CONTENT -->
<section class="container clearfix">
<!-- Page Title -->
<header class="container page_info clearfix">
<h1 class="regular brown bottom_line">Summit Trust General Trading</h1>
<div class="clear"></div>
</header>
<!-- /Page Title -->
<br/> <br/> <br/>
<div class="container">
<p>Summit Trust has been established by professionals with a clear vision to provide world class trading , We are focusing on Oil and other related products . The group, having its substantial presence in UAE .<br>
<br>
Summit Trust is head quartered in Dubai . We, at Summit Trust, have an excellent understanding of the local economy, laws and procedures.</p>
<p> </p>
<br/>
<br/> <br/>
</div>
<center><img src="images/logo.png" width="250"/></center>
<div class="clear padding20"></div>
<div class="clear"></div>
</section>
<!-- END CONTENT -->
<!-- footer -->
<footer class="footer_bg_bottom clearfix">
<div class="footer_bottom container">
<div class="col_2_3">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="portfolio_4_cols.html">Portfolio</a></li>
<li><a href="pricing_5_cols.html">Pricing</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="clear padding20"></div>
<p>
Copyright © 2013 SUMMIT TRUST . All Right Reserved. <br/> Powered By <a href="http://www.MavajSunCo.com">MAVAJ SUN CO .</a>
</p>
</div>
<div class="clear padding20"></div>
</div>
</footer>
<!-- /footer -->
<div id="demo-side-bar">
</div>
<!--wrapper end-->
<!--Dynamically creates analytics markup-->
</body>
</html>