-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
488 lines (347 loc) · 15.3 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
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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Title Of Site -->
<title>Staple Travel Center</title>
<meta name="description" content="">
<meta name="keywords" content="booking, travel, holiday">
<meta name="author" content="segun">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS Plugins -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" media="screen">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/component.css" rel="stylesheet">
<!-- CSS Font Icons -->
<link rel="stylesheet" href="css/open-iconic-bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/pe-icon-7-stroke.css">
<link rel="stylesheet" href="css/ionicons.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/flaticon-streamline-outline.css">
<link rel="stylesheet" href="css/around-the-world-icons.css">
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Custom -->
<link href="css/style1.css" rel="stylesheet">
</head>
<body data-pinterest-extension-installed="ff1.37.9" class="">
<div style="display: none;" id="introLoader" class="introLoading introLoader counterLoader theme-style-01"><div style="display: block;" class="counterLoaderBox"> <span id="counterLoader" class="counterLoader number">97</span><span class="counterLoader percent">%</span></div></div>
<!-- BEGIN # MODAL LOGIN -->
<div class="modal fade modal-login modal-border-transparent" id="loginModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="btn btn-close close" data-dismiss="modal" aria-label="Close">
<i class="fa fa-times" aria-hidden="true"></i>
</button>
<div class="clear"></div>
<!-- Begin # DIV Form -->
<div id="modal-login-form-wrapper">
<!-- Begin # Login Form -->
<form id="login-form">
<div class="modal-body pb-10">
<h4 class="text-center mb-15">Sign-in</h4>
<button class="btn btn-facebook btn-block">Sign-in with Facebook</button>
<div class="modal-seperator mb-40">
<span>or</span>
</div>
<div class="form-group mb-0">
<input id="login_username" class="form-control mb-5" placeholder="username" type="text">
</div>
<div class="form-group mb-0">
<input id="login_password" class="form-control mb-5" placeholder="password" type="password">
</div>
<div class="form-group mb-0 mt-10">
<div class="row gap-5">
<div class="col-xs-6 col-sm-6 col-md-6">
<div class="checkbox-block font-icon-checkbox">
<input id="remember_me_checkbox" name="remember_me_checkbox" class="checkbox" value="First Choice" type="checkbox">
<label class="" for="remember_me_checkbox">remember</label>
</div>
</div>
<div class="col-xs-6 col-sm-6 col-md-6 text-right">
<button id="login_lost_btn" type="button" class="btn btn-link">forgot pass?</button>
</div>
</div>
</div>
</div>
<div class="modal-footer pt-25 pb-5">
<div class="row gap-10">
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-primary btn-block">Sign-in</button>
</div>
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-danger btn-block" data-dismiss="modal" aria-label="Close">Cancel</button>
</div>
</div>
<div class="text-left">
No account?
<button id="login_register_btn" type="button" class="btn btn-link">Register</button>
</div>
</div>
</form>
<!-- End # Login Form -->
<!-- Begin | Lost Password Form -->
<form id="lost-form" style="display:none;">
<div class="modal-body pb-10">
<h4 class="text-center mb-15">Forgot password</h4>
<div class="form-group mb-0">
<input id="lost_email" class="form-control mb-5" placeholder="Enter Your Email" type="text">
</div>
<div class="text-center">
<button id="lost_login_btn" type="button" class="btn btn-link">Sign-in</button> or
<button id="lost_register_btn" type="button" class="btn btn-link">Register</button>
</div>
</div>
<div class="modal-footer pt-25 pb-5">
<div class="row gap-10">
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-primary btn-block">Submit</button>
</div>
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-danger btn-block" data-dismiss="modal" aria-label="Close">Cancel</button>
</div>
</div>
</div>
</form>
<!-- End | Lost Password Form -->
<!-- Begin | Register Form -->
<form id="register-form" style="display:none;">
<div class="modal-body pb-20">
<h4 class="text-center mb-15">Register</h4>
<button class="btn btn-facebook btn-block">Register with Facebook</button>
<div class="modal-seperator mb-40">
<span>or</span>
</div>
<div class="form-group mb-0">
<input id="register_username" class="form-control mb-5" placeholder="Username" type="text">
</div>
<div class="form-group mb-0">
<input id="register_email" class="form-control mb-5" placeholder="Email" type="email">
</div>
<div class="form-group mb-0">
<input id="register_referral" class="form-control mb-5" placeholder="Referral Id" type="text">
</div>
<div class="form-group mb-0">
<input id="register_password" class="form-control mb-5" placeholder="Password" type="password">
</div>
<div class="form-group mb-0">
<input id="register_password_confirm" class="form-control mb-5" placeholder="Confirm Password" type="password">
</div>
</div>
<div class="modal-footer pt-25 pb-5">
<div class="row gap-10">
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-primary btn-block">Register</button>
</div>
<div class="col-xs-6 col-sm-6 mb-10">
<button type="submit" class="btn btn-danger btn-block" data-dismiss="modal" aria-label="Close">Cancel</button>
</div>
</div>
<div class="text-left">
Already have account? <button id="register_login_btn" type="button" class="btn btn-link">Sign-in</button>
</div>
</div>
</form>
<!-- End | Register Form -->
</div>
<!-- End # DIV Form -->
</div>
</div>
</div>
<!-- END # MODAL LOGIN -->
<!-- start Container Wrapper -->
<div class="container-wrapper colored-navbar-brand">
<!-- start Header -->
<header id="header" class="overflow-x-hidden-xss">
<!-- start Navbar (Header) -->
<nav class="navbar navbar-default navbar-fixed-top with-slicknav">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">STAPLE</a>
</div>
<div id="navbar" class="collapse navbar-collapse navbar-arrow pull-left">
<ul class="nav navbar-nav" id="responsive-menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About us</a>
</li>
<li class="mega-menu">
<a href="contact.html">Contact</a>
</li>
</ul>
</div><!--/.nav-collapse -->
<div class="pull-right">
<div class="navbar-mini">
<ul class="clearfix">
<li class="dropdown bt-dropdown-click">
<a id="currency-dropdown" class="dropdown-toggle" role="button" aria-expanded="false">My Point : 455</a>
</li>
<li class="dropdown bt-dropdown-click">
<a id="language-dropdown" class="dropdown-toggle" role="button" aria-expanded="false"> My Referals</a>
</li>
<li class="user-action">
<a data-toggle="modal" href="#loginModal" class="btn btn-primary btn-inverse">Sign up/in</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<!-- end Navbar (Header) -->
</header>
<div class="clear"></div>
<!-- start Main Wrapper -->
<div class="main-wrapper">
<div class="breadcrumb-wrapper">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-8">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li><a href="#">Page</a></li>
<li class="active">About Us</li>
</ol>
</div>
<div class="col-xs-12 col-sm-4 hidden-xs">
<p class="hot-line"> <i class="fa fa-phone"></i> Hot Line: 1-222-33658</p>
</div>
</div>
</div>
</div>
<div class="container pt-70 pb-70">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="section-title-2 alt">
<h2>Since 2015</h2>
<p class="font-italic">STAPLE TRAVEL CENTER</p>
</div>
</div>
</div>
<div class="two-column-css">
<p>STAPLE TRAVEL CENTER is a dynamic, well versatile company. It is a center relating to every aspect of travel. At STC, empowering is our strength. Here, every of our travel impossibilities become possible, helping you fulfil your dreams. We are a formidable team, championing the course to deliver world class solutions to your total travel needs at lesser costs.</p>
<p> Our major tools – innovations and inventions; carve a niche for us in the emerging markets amongst our competitors. They are what characterise the market leaders. Our innovations have brought you different products to better meet the needs and expectations of our esteemed clients. Our aim to be the largest travel network in the world, offering pocket friendly flight fares to all destinations and offering best consultancy services to our customers.</p>
</div>
</div>
<div class="featured-bg" style="background-image:url('images/hero-header/01.jpg');">
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<!-- Hero heading -->
<h3>Staple Network</h3>
<!-- Hero subheading -->
<p>Always check our offer on; Flights, Airport Shuttle Top Deals and Travel Network.</p>
</div>
</div>
</div>
</div>
<div class="container pt-70 pb-70">
<div class="row">
<div class="col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3">
<div class="section-title-2 alt">
<h2>Our Goals</h2>
<p class="font-italic">a Mission & a Vision - the new standard for booking your air ticket online</p>
</div>
</div>
</div>
<div class="featured-timeline">
<ul class="clearfix">
<li>
<div class="icon abtall">
<img src="image/icon/paper-plane.png" alt="">
</div>
<div class="content">
<h4>OUR MISSION</h4>
<p>Providing total travel consultancy services to corporate bodies and individuals, thereby making travels affordable by giving services and products at cheapest prices.</p>
</div>
</li>
<li>
<div class="icon abtall">
<img src="image/icon/eye.png" alt="">
</div>
<div class="content">
<h4>OUR VISION</h4>
<p class="moreofspace">To be the center in every country where everyone comes to feel at home, and rely on for their travel solutions. </p>
</div>
</li>
<li>
<div class="icon abtall">
<img src="image/icon/idea.png" alt="">
</div>
<div class="content">
<h4>OUR UNIQUENESS</h4>
<p>Our prices are incomparable in the spirit of empowering you.Because every of our client is special, we understand the importance of individualism in services, therefore we have a policy of one-on-one relationship with all of our esteemed customers.</p>
</div>
</li>
<li>
<div class="icon abtall">
<img src="image/icon/productivity.png" alt="">
</div>
<div class="content">
<h4>Products & Services</h4>
<p>We sell tickets on behalf of all airlines to every part of the world and have also created a travel network which gives you the opportunity to earn towards your next trip and to reward you, our customers. Retail Travel, Business Travel, Educational consultancy, Visa support, Hotel reservation, Tour packaging, Airport protocols and Specialized trainings.</p>
</div>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
<div class="clear"></div>
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-sm-5 col-md-6">
<div class="row">
<div class="footer-about col-sm-10 col-md-8">
<div class="footer-logo">
<a href="#home">STAPLE TAVEL CENTER</a>
</div>
<p class="about-us-footer">is a dynamic, well versatile company. It is a center relating to every aspect of travel.</p>
<p class="copy-right font12">© Copyright 2016 By Segun Oyebode.</p>
</div>
</div>
</div>
<div class="col-sm-12 col-sm-7 col-md-6">
<div class="row gap-20">
<div class="col-xss-6 col-xs-4 col-sm-4 mt-30-xs">
<h4 class="footer-title">Company</h4>
<ul class="menu-footer">
<li><a href="#">Press release</a></li>
<li><a href="#">Career center</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy</a></li>
</ul>
</div>
<div class="col-xss-6 col-xs-4 col-sm-4 mt-30-xs">
<h4 class="footer-title">Discover</h4>
<ul class="menu-footer">
<li><a href="#">Staple Network</a></li>
</ul>
</div>
<div class="col-xss-12 col-xs-4 col-sm-4 mt-30-xs">
<h4 class="footer-title">Socials</h4>
<ul class="menu-footer for-social">
<li><a href="#"><i class="fa fa-facebook mr-5"></i> Facebook</a></li>
<li><a href="#"><i class="fa fa-twitter mr-5"></i> Twitter</a></li>
<li><a href="#"><i class="fa fa-google-plus mr-5"></i> Google Plus</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- end Main Wrapper -->
</div> <!-- / .wrapper -->
<!-- end Container Wrapper -->
<!-- start Back To Top -->
<div style="display: none;" id="back-to-top">
<a href="#"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
</div>
<!-- end Back To Top -->