-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
411 lines (376 loc) · 14.8 KB
/
about-us.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
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="multiway, Bootstrap, Landing page,HTML Templates, Business Pages, Mobile Responsive" />
<meta name="description" content="Multiway Bootstrap HTML5 Template" />
<meta name="author" content="Layla and Sohail" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Multiway | Bootstrap HTML5 Template</title>
<!--
********************
STYLESHEETS
********************
-->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/colors/lightgreen.css" /><!-- COLOR CSS FILE -->
<!-- <link rel="stylesheet" href="css/colors/crimson.css" /> -->
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.min.css" /><!-- ANIMATIONS -->
<link rel="stylesheet" href="icons/elegant-icons/style.css" /><!-- FONT ICONS -->
<!--
****************
FAVICONS
****************
-->
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div class="preloader">
<img src="css/rings.svg" alt="preloader animation svg image" />
</div>
<header id="aboutus-header"><!-- HEADER STARTS -->
<div class="header-overlay"><!-- OVERLAY STARTS -->
<div class="top-search">
<form class="form-inline" method="get" action="file_path">
<input type="search" name="search" class="form-control" />
<input type="submit" class="form-control" />
</form>
</div>
<nav class="navbar navbar-inverse"><!-- NAVBAR STARTS -->
<div class="container">
<div class="navbar-header"><!-- HEADER STARTS -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a href="#" class="navbar-brand"><img src="" alt="site logo"></a> -->
<a class="navbar-brand" href="#"><span class="logo-color-span">M</span>ulti<span class="logo-color-span">W</span>ay</a>
</div>
<div class="collapse navbar-collapse navbar-right" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Sample Pages <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="services.html">Services</a></li>
<li><a href="fullwidth.html">Full Width</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="about-us.html">About Us</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="portfolio-3-columns.html">3 Columns</a></li>
<li><a href="portfolio-4-columns.html">4 Columns</a></li>
<li><a href="single-project.html">Single Project</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
<li id="search-icon"><i class="icon_search" ></i></li>
</ul>
</div>
</div>
</nav><!-- NAVBAR ENDS -->
<section class="header-section">
<h2 class="white-text center-text header-heading">About Us</h2>
<div class="colored-line-center about-us-colored-line"></div>
</section>
</div><!-- OVERLAY ENDS -->
</header><!-- HEADER ENDS -->
<section id="why-section" class="padded-section wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Why Choose Us?</h3>
<ul>
<li>
<i class="icon_check"></i>
Lorem Ipsum is simply dummy text.
</li>
<li>
<i class="icon_check"></i>
Lorem Ipsum is simply dummy text.
</li>
<li>
<i class="icon_check"></i>
Lorem Ipsum is simply dummy text.
</li>
<li>
<i class="icon_check"></i>
Lorem Ipsum is simply dummy text.
</li>
</ul>
</div>
<div class="col-md-4">
<h3>Out Mission</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="col-md-4">
<h3>Our Vision</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</section>
<section id="we-can-section" class="even-section padded-section wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-md-7">
<h2>We can make everything</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p><br />
<div class="wraper">
<div class="img-box">
<figure>
<img src="images/blog-img.jpg" alt="blog picture" />
</figure>
</div>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p><br />
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s</p>
</div>
</div>
<div class="col-md-5">
<h2>Clients Testimonials</h2>
<div id="testimonials-box">
<div class="single-testimonial">
<figure class="author-img">
<img src="images/testimonial-img.jpg" class="thumbnail" alt="testimonial person" />
</figure>
<div class="testimonial-body">
<header>
<h4>John Doe</h4>
<span class="author-position">Co-Founder</span>
</header>
<p class="testimonial-text">Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC</p>
</div>
</div>
<div class="divider"></div>
<div class="single-testimonial">
<figure class="author-img">
<img src="images/testimonial-img.jpg" class="thumbnail" alt="testimonial person" />
</figure>
<div class="testimonial-body">
<header>
<h4>John Doe</h4>
<span class="author-position">Co-Founder</span>
</header>
<p class="testimonial-text">Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC</p>
</div>
</div>
</div>
</div>
</div>
<div class="divider"></div>
</div>
</section>
<section id="skills-section" class="odd-section wow fadeInUp"><!-- SKILLS SECTION STARTS-->
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<div id="aboutus-left-img">
<img src="images/aboutus/left.jpg" alt="skills image" />
</div>
</div>
<div class="col-md-6" id="skills">
<h2>OUR SKILLS</h2>
<div class="colored-line"></div><br /><br />
<div id="skills-box">
<div class="single-skill">
<div class="skill-meta">
<p class="skill-title">Wordpress</p>
<p class="skill-percent">70%</p>
</div>
<div data-level="70" class="skill-bar">
<div style="width:70%;"></div>
</div>
</div>
<div class="single-skill">
<div class="skill-meta">
<p class="skill-title">Web Design</p>
<p class="skill-percent">90%</p>
</div>
<div data-level="90" class="skill-bar">
<div style="width:90%;"></div>
</div>
</div>
<div class="single-skill">
<div class="skill-meta">
<p class="skill-title">Programming</p>
<p class="skill-percent">60%</p>
</div>
<div data-level="60" class="skill-bar">
<div style="width:60%;"></div>
</div>
</div>
<div class="single-skill">
<div class="skill-meta">
<p class="skill-title">HTML5/CSS3</p>
<p class="skill-percent">90%</p>
</div>
<div data-level="90" class="skill-bar">
<div style="width:90%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- SKILLS SECTION ENDS -->
<section id="partner-section" class="even-section padded-section">
<div class="container">
<div class="row">
<h2>OUR PARTNERS</h2>
<div class="colored-line-center"></div><br /><br />
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner1.png" alt="partner-image" />
</div>
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner2.png" alt="partner-image" />
</div>
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner3.png" alt="partner-image" />
</div>
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner4.png" alt="partner-image" />
</div>
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner5.png" alt="partner-image" />
</div>
<div class="single-partner wow fadeInUp" data-wow-duration="2s">
<img src="images/partners/partner6.png" alt="partner-image" />
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<a href="#"><h2 id="footer-logo"><span class="logo-color-span">M</span>ulti<span class="logo-color-span">W</span>ay</h2></a>
<p class="site-info">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas non magna. Mattis purus sit amet fermentum.<br /><br />Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h5 class="widget-title">Latest News</h5>
<ul>
<li>
<a href="#"><p class="news-heading">Upcoming Projects List</p></a>
<small>June 7, 2015</small>
</li>
<li>
<a href="#"><p class="news-heading">Discount Time!</p></a>
<small>June 7, 2015</small>
</li>
<li>
<a href="#"><p class="news-heading">Lamberghini Facts </p></a>
<small>June 7, 2015</small>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h5 class="widget-title">Tags</h5>
<div id="tags">
<div class="tag">
<a href="#">awesome</a>
</div>
<div class="tag">
<a href="#">flat</a>
</div>
<div class="tag">
<a href="#">creative</a>
</div>
<div class="tag">
<a href="#">theme</a>
</div>
<div class="tag">
<a href="#">css</a>
</div>
<div class="tag">
<a href="#">multipurpose</a>
</div>
<div class="tag">
<a href="#">ipad</a>
</div>
<div class="tag">
<a href="#">business</a>
</div>
<div class="tag">
<a href="#">portfolio</a>
</div>
<div class="tag">
<a href="#">corporate</a>
</div>
<div class="tag">
<a href="#">html</a>
</div>
<div class="tag">
<a href="#">website</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<h5 class="widget-title">Contact</h5>
<ul>
<li>
<i class="icon_pin_alt"></i>
<span class="contact-span">Address 1234 The Street Name.<br>The City Name, The Location</span>
</li>
<li>
<i class="icon_phone"></i>
<span class="contact-span">Phone: +1(234) 567-89-10</span>
</li>
<li>
<i class="icon_mail"></i>
<span class="contact-span">Email: <a href="mailto:[email protected]">[email protected]</a></span>
</li>
</ul>
<div id="social">
<div class="social-icon wow rollIn">
<i class="social_facebook "></i>
</div>
<div class="social-icon wow rollIn">
<i class="social_twitter"></i>
</div>
<div class="social-icon wow rollIn">
<i class="social_instagram"></i>
</div>
</div>
</div>
</div>
</div>
<div id="footer2">
<p>Copyright © 2016. Developed By <a href="https://www.fiverr.com/lailakhalid82" target="_blank">Layla</a> & <a href="https://www.fiverr.com/sohailms" target="_blank">Sohail</a></p>
</div>
</footer>
<!--
********************
JAVASCRIPTS
********************
-->
<!--[if lte IE 7]><script src="lte-ie7.js"></script><![endif]-->
<script src="js/jquery-2.2.4.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>