-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
378 lines (328 loc) · 14.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
<!-- /*
* Template Name: Tour
* Template Author: Untree.co
* Tempalte URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/ -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Untree.co">
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="" />
<meta name="keywords" content="bootstrap, bootstrap4" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Source+Serif+Pro:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css">
<link rel="stylesheet" href="css/daterangepicker.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/style.css">
<title>Tour Free Bootstrap Template for Travel Agency by Untree.co</title>
</head>
<body>
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<nav class="site-nav">
<div class="container">
<div class="site-navigation">
<a href="index.html" class="logo m-0">Tour <span class="text-primary">.</span></a>
<ul class="js-clone-nav d-none d-lg-inline-block text-left site-menu float-right">
<li><a href="index.html">Home</a></li>
<li class="has-children">
<a href="#">Dropdown</a>
<ul class="dropdown">
<li><a href="elements.html">Elements</a></li>
<li><a href="#">Menu One</a></li>
<li class="has-children">
<a href="#">Menu Two</a>
<ul class="dropdown">
<li><a href="#">Sub Menu One</a></li>
<li><a href="#">Sub Menu Two</a></li>
<li><a href="#">Sub Menu Three</a></li>
</ul>
</li>
<li><a href="#">Menu Three</a></li>
</ul>
</li>
<li><a href="services.html">Services</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<a href="#" class="burger ml-auto float-right site-menu-toggle js-menu-toggle d-inline-block d-lg-none light" data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</nav>
<div class="hero hero-inner">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 mx-auto text-center">
<div class="intro-wrap">
<h1 class="mb-0">About Us</h1>
<p class="text-white">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. </p>
</div>
</div>
</div>
</div>
</div>
<div class="untree_co-section">
<div class="container">
<div class="row">
<div class="col-lg-7">
<div class="owl-single dots-absolute owl-carousel">
<img src="images/slider-1.jpg" alt="Free HTML Template by Untree.co" class="img-fluid rounded-20">
<img src="images/slider-2.jpg" alt="Free HTML Template by Untree.co" class="img-fluid rounded-20">
<img src="images/slider-3.jpg" alt="Free HTML Template by Untree.co" class="img-fluid rounded-20">
<img src="images/slider-4.jpg" alt="Free HTML Template by Untree.co" class="img-fluid rounded-20">
<img src="images/slider-5.jpg" alt="Free HTML Template by Untree.co" class="img-fluid rounded-20">
</div>
</div>
<div class="col-lg-5 pl-lg-5 ml-auto">
<h2 class="section-title mb-4">About Tours</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<ul class="list-unstyled two-col clearfix">
<li>Outdoor recreation activities</li>
<li>Airlines</li>
<li>Car Rentals</li>
<li>Cruise Lines</li>
<li>Hotels</li>
<li>Railways</li>
<li>Travel Insurance</li>
<li>Package Tours</li>
<li>Insurance</li>
<li>Guide Books</li>
</ul>
</div>
</div>
</div>
</div>
<div class="untree_co-section">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-6 text-center">
<h2 class="section-title mb-3 text-center">Team</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 mb-4">
<div class="team">
<img src="images/person_1.jpg" alt="Image" class="img-fluid mb-4 rounded-20">
<div class="px-3">
<h3 class="mb-0">James Watson</h3>
<p>Co-Founder & CEO</p>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="team">
<img src="images/person_2.jpg" alt="Image" class="img-fluid mb-4 rounded-20">
<div class="px-3">
<h3 class="mb-0">Carl Anderson</h3>
<p>Co-Founder & CEO</p>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="team">
<img src="images/person_4.jpg" alt="Image" class="img-fluid mb-4 rounded-20">
<div class="px-3">
<h3 class="mb-0">Michelle Allison</h3>
<p>Co-Founder & CEO</p>
</div>
</div>
</div>
<div class="col-lg-3 mb-4">
<div class="team">
<img src="images/person_3.jpg" alt="Image" class="img-fluid mb-4 rounded-20">
<div class="px-3">
<h3 class="mb-0">Drew Wood</h3>
<p>Co-Founder & CEO</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="untree_co-section testimonial-section mt-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-7 text-center">
<h2 class="section-title text-center mb-5">Testimonials</h2>
<div class="owl-single owl-carousel no-nav">
<div class="testimonial mx-auto">
<figure class="img-wrap">
<img src="images/person_2.jpg" alt="Image" class="img-fluid">
</figure>
<h3 class="name">Adam Aderson</h3>
<blockquote>
<p>“There live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
</div>
<div class="testimonial mx-auto">
<figure class="img-wrap">
<img src="images/person_3.jpg" alt="Image" class="img-fluid">
</figure>
<h3 class="name">Lukas Devlin</h3>
<blockquote>
<p>“There live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
</div>
<div class="testimonial mx-auto">
<figure class="img-wrap">
<img src="images/person_4.jpg" alt="Image" class="img-fluid">
</figure>
<h3 class="name">Kayla Bryant</h3>
<blockquote>
<p>“There live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.”</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="untree_co-section">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6">
<figure class="img-play-video">
<a id="play-video" class="video-play-button" href="https://www.youtube.com/watch?v=mwtbEGNABWU" data-fancybox>
<span></span>
</a>
<img src="images/hero-slider-2.jpg" alt="Image" class="img-fluid rounded-20">
</figure>
</div>
<div class="col-lg-5">
<h2 class="section-title text-left mb-4">Take a look at Tour Video</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.</p>
<p class="mb-4">A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.</p>
<ul class="list-unstyled two-col clearfix">
<li>Outdoor recreation activities</li>
<li>Airlines</li>
<li>Car Rentals</li>
<li>Cruise Lines</li>
<li>Hotels</li>
<li>Railways</li>
<li>Travel Insurance</li>
<li>Package Tours</li>
<li>Insurance</li>
<li>Guide Books</li>
</ul>
<p><a href="#" class="btn btn-primary">Get Started</a></p>
</div>
</div>
</div>
</div>
<div class="py-5 cta-section">
<div class="container">
<div class="row text-center">
<div class="col-md-12">
<h2 class="mb-2 text-white">Lets you Explore the Best. Contact Us Now</h2>
<p class="mb-4 lead text-white text-white-opacity">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Excepturi, fugit?</p>
<p class="mb-0"><a href="booking.html" class="btn btn-outline-white text-white btn-md font-weight-bold">Get in touch</a></p>
</div>
</div>
</div>
</div>
<div class="site-footer">
<div class="inner first">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4">
<div class="widget">
<h3 class="heading">About Tour</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
<div class="widget">
<ul class="list-unstyled social">
<li><a href="#"><span class="icon-twitter"></span></a></li>
<li><a href="#"><span class="icon-instagram"></span></a></li>
<li><a href="#"><span class="icon-facebook"></span></a></li>
<li><a href="#"><span class="icon-linkedin"></span></a></li>
<li><a href="#"><span class="icon-dribbble"></span></a></li>
<li><a href="#"><span class="icon-pinterest"></span></a></li>
<li><a href="#"><span class="icon-apple"></span></a></li>
<li><a href="#"><span class="icon-google"></span></a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-2 pl-lg-5">
<div class="widget">
<h3 class="heading">Pages</h3>
<ul class="links list-unstyled">
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-2">
<div class="widget">
<h3 class="heading">Resources</h3>
<ul class="links list-unstyled">
<li><a href="#">Blog</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="widget">
<h3 class="heading">Contact</h3>
<ul class="list-unstyled quick-info links">
<li class="email"><a href="#">[email protected]</a></li>
<li class="phone"><a href="#">+1 222 212 3819</a></li>
<li class="address"><a href="#">43 Raymouth Rd. Baltemoer, London 3910</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="inner dark">
<div class="container">
<div class="row text-center">
<div class="col-md-8 mb-3 mb-md-0 mx-auto">
<p>Copyright ©<script>document.write(new Date().getFullYear());</script>. All Rights Reserved. — Designed with love by <a href="https://untree.co" class="link-highlight">Untree.co</a> <!-- License information: https://untree.co/license/ --> Distributed By <a href="https://themewagon.com" target="_blank" >ThemeWagon</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div id="overlayer"></div>
<div class="loader">
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
<script src="js/jquery-3.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/moment.min.js"></script>
<script src="js/daterangepicker.js"></script>
<script src="js/typed.js"></script>
<script src="js/custom.js"></script>
</body>
</html>