-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
163 lines (136 loc) · 6.99 KB
/
index.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Homayon Mahdi Commercial Brokerage L.L.C">
<meta name="author" content="MavajSunCo.com">
<title>Welcome to Homayon Mahdi Commercial Brokerage L.L.C website</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/MavajSunCo.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- You'll want to use a responsive image option so this logo looks good on devices - I recommend using something like retina.js (do a quick Google search for it and you'll find it) -->
<a class="navbar-brand" href="index.php">Homayon Mahdi</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<?php
include_once './navigation.php';
?>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="fill" style="background-image:url('img/new_tablet-wallpaper-1920x1080.jpg');"></div>
<div class="carousel-caption">
<h1>Commercial Brokerage L.L.C</h1>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="icon-prev"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="icon-next"></span>
</a>
</div>
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-check-circle"></i> Who We Are ?</h3>
<p style="text-align: justify;">Homayoon Mahdi Commercial Brokerage L.L.C , headquartered in Dubai, UAE, is a young and forward thinking company engaged in direct sales and establishing joint-venture partnerships with local counterparts.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-folder-open"></i> What We Do ?</h3>
<p style="text-align: justify;">Delivering exceptional value for each of our clients through increased sales and improved profits. We use all our ingenuity in cutting costs and providing packages of superior value to our end users, while also making sure that our clients benefit through increased sales and brand awareness.</p>
</div>
<div class="col-lg-4 col-md-4">
<h3><i class="fa fa-pencil"></i> How To Contact Us ?</h3>
<p style="text-align: justify;">Please contact staff members through the telephone operator +971.4.2775886 to request for any inquiries, please use the <a href="contact.php"> email and fax number</a> to write to us.</p>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<div class="section-colored text-center">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Homayon Mahdi Commercial Brokerage L.L.C</h2>
<p>is a leading commercial brokerage company in collaboration with several multinational companies, manufacturers and suppliers.</p>
<hr>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.section-colored -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Some Of Our Services</h2>
<hr>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/real_estateforsale_sign.jpg">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/144051_5e924.jpg">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/103341110.jpg">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/banner01-1.jpg">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/banner01-1_1.jpg">
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<a href="services.php">
<img class="img-responsive img-home-portfolio" src="img/cosmetics.jpg">
</a>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.section -->
<!-- /.container -->
<?php
include_once './footer.php';
?>