-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
463 lines (406 loc) · 24.7 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link href="https://fonts.googleapis.com/css?family=Calistoga|Roboto&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Welcome to Travel Monkey</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/index.css">
</head>
<body onload="meraFunc()">
<div id="loading" style="position: fixed;width: 100%;height: 100vh;z-index: 99;background: white url('lgloader.gif') no-repeat center;">
</div>
<nav class="navbar navbar-expand-lg bg-info fixed-top navbar-light" id="navclas" style="visibility: hidden">
<a class="navbar-brand" href="#">
<i class="fa fa-ravelry mr-1 p-1 bg-danger" aria-hidden="true"></i>
<img src="images/logo/logo.png" height="25px" style="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse align-items-center justify-content-center" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html" style="color: orange">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: orange">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="color: orange">
Destinations
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="paris.html" style="color: orangered">Paris</a>
<a class="dropdown-item" href="disneyland.html" style="color: orangered">DisneyLand</a>
<!-- <div class="dropdown-divider"></div>-->
<a class="dropdown-item" href="#" style="color: orangered">Rome</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: orange">Contact</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#" style="color: orange">Signup <i class="fa fa-user-plus" style="color: black;"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" style="color: orange">Login <i class="fa fa-user" style="color: black;"></i></a>
</li>
</ul>
</div>
</nav>
<div class="row" style="padding-top: 20px;">
<div class="container-fluid col-md-12 topslider">
<div id="demo" class="carousel slide" data-ride="carousel" data-interval="2500" data-pause="false" style="background-size: cover;">
<!-- Indicators -->
<ul class="carousel-indicators" id="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
<li data-target="#demo" data-slide-to="4"></li>
<li data-target="#demo" data-slide-to="5"></li>
<li data-target="#demo" data-slide-to="6"></li>
<li data-target="#demo" data-slide-to="7"></li>
<li data-target="#demo" data-slide-to="8"></li>
<li data-target="#demo" data-slide-to="9"></li>
<li data-target="#demo" data-slide-to="10"></li>
<li data-target="#demo" data-slide-to="11"></li>
<li data-target="#demo" data-slide-to="12"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner" style="max-height: 95.8vh;width: 98.8vw !important;">
<div class="carousel-item active">
<img src="images/carousel/0dubai_%20newedit.jpg" alt="Tv image">
</div>
<div class="carousel-item">
<img src="images/carousel/1Dubai_03.jpg" alt="Tv image">
</div>
<div class="carousel-item">
<img src="images/carousel/2Dubai_04.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/3Dubai_05.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/4Hong%20Kong_01.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/5Hong%20Kong_03.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/6Hong%20Kong_05.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/7london.jpg">
</div>
<div class="carousel-item">
<img src="images/carousel/8New%20Zealand_01.jpg">
</div>
<div class="carousel-item">
<img src="images/carousel/9New%20Zealand_03.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/12Paris_03.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/13Universal_02.jpg" alt="Laptop">
</div>
<div class="carousel-item">
<img src="images/carousel/14Universal_04.jpg" alt="Laptop">
</div>
</div>
</div>
</div>
</div>
<center>
<h2 style="position: relative;top: 7rem;color: orange;font-weight: 600">Search by Preference</h2>
</center>
<div class="container" id="seardest">
<div class="row">
<div class="col-md-12">
<div class="search-wrap-1 ftco-animate p-4 fadeInUp ftco-animated">
<form action="#" class="search-property-1">
<div class="row">
<div class="col-lg align-items-end">
<div class="form-group">
<label for="#">Destination</label>
<div class="form-field">
<div class="icon"><span class="ion-ios-search"></span></div>
<input type="text" class="form-control" placeholder="Search place">
</div>
</div>
</div>
<div class="col-lg align-items-end">
<div class="form-group">
<label for="#">Check-in date</label>
<div class="form-field">
<div class="icon"><span class="ion-ios-calendar"></span></div>
<input type="text" class="form-control checkin_date" placeholder="Check In Date">
</div>
</div>
</div>
<div class="col-lg align-items-end">
<div class="form-group">
<label for="#">Check-out date</label>
<div class="form-field">
<div class="icon"><span class="ion-ios-calendar"></span></div>
<input type="text" class="form-control checkout_date" placeholder="Check Out Date">
</div>
</div>
</div>
<div class="col-lg align-items-end">
<div class="form-group">
<label for="#">Price Limit</label>
<div class="form-field">
<div class="select-wrap">
<div class="icon"><span class="ion-ios-arrow-down"></span></div>
<select name="" id="" class="form-control">
<option value="">5,000</option>
<option value="">10,000</option>
<option value="">50,000</option>
<option value="">100,000</option>
<option value="">200,000</option>
<option value="">300,000</option>
</select>
</div>
</div>
</div>
</div>
<div class="col-lg align-self-end">
<div class="form-group">
<div class="form-field">
<input type="submit" value="Search" class="form-control btn btn-primary" style="background-color: orange;border-radius: 30px;height: 50px;">
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container" style="margin-bottom: 15rem;margin-top: 10rem">
<div class="row justify-content-around mb-2">
<div class="col-lg-4">
<img src="boat.png" alt="Boat" style="background-size: cover">
</div>
<div class="col-lg-4"></div>
<div class="col-lg-4" style="padding-left: -3rem">
<h2 style="font-size: 35px; font-weight: 500;padding-top: 0.25rem;color: orange">Make Your Tour Memorable and Safe With Us</h2>
<p style="color: dimgray;padding-top: 3.5rem;">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>
<img src="nos.png" alt="Numbers" style="width: 24rem;padding-top: 3.5rem;">
</div>
</div>
</div>
<div class="container mt-5">
<center>
<h2 style="top: 0rem;color: orange;font-weight: 600">Exotic Destinations...</h2>
</center>
<div class="row justify-content-around mb-3">
<div class="card" style="width: 18rem;height: 36.5rem">
<img src="images/destcards/effel_edit.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">Paris</h5>
<p class="days">3 days trip</p>
<p class="card-text">Home to some of the world’s landmark monuments, museums and galleries, Paris is a dream come true when it comes to art and architecture. </p>
<button class="price">₹8,000/person</button>
<a href="paris.html" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;left: 1.5rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;right:1.5rem; bottom: 1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
<div class="card" style="width: 18rem;height: 36.5rem">
<img src="images/destcards/dubai_%20newedit.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">Dubai</h5>
<p class="days">4 days trip</p>
<p class="card-text">Dubai AKA the Pearl of the Gulf concocts adventures for every kind of tourist. This is the city where glossy locales peppered with dazzling malls meets the the Bedouin life across the magnificent desert dunes.</p>
<button class="price">₹12,000/person</button>
<a href="#" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;left: 14rem; bottom:1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
<div class="card" style="width: 18rem;height: 36.5rem">
<img src="images/destcards/newzealand.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">New Zealand</h5>
<p class="days">11 days trip</p>
<p class="card-text">With jagged mountains, active volcanic zones, pristine trout-filled lakes, unspoilt sandy beaches, turbulent rivers, lush green forests, New Zealand is one of the most sought after destinations of the world.</p>
<button class="price">₹27,950/person</button>
<a href="#" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;left: 14rem; bottom:1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="container mt-5">
<div class="row justify-content-around mb-3">
<div class="card" style="width: 18rem;height: 34.5rem">
<img src="images/destcards/disneyland.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">Hong Kong Disneyland</h5>
<p class="days">5 days trip</p>
<p class="card-text">Hong Kong Disneyland is a theme park located on reclaimed land in Penny's Bay, Lantau Island. It is the largest theme park in Hong Kong, followed by Ocean Park Hong Kong.</p>
<button class="price">₹6,500/person</button>
<a href="disneyland.html" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;left: 14rem; bottom:1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
<div class="card" style="width: 18rem;height: 34.5rem">
<img src="images/destcards/UniversalSrudio.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">Universal Studios</h5>
<p class="days">9 days trip</p>
<p class="card-text">Universal Theme Parks, is the theme park unit of NBCUniversal. The company operates Universal theme parks and resort properties around the world.</p>
<button class="price">₹17,500/person</button>
<a href="#" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;left: 14rem; bottom:1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
<div class="card" style="width: 18rem;height: 34.5rem">
<img src="images/destcards/disney-dream-cruise.jpg" class="card-img-top" alt="Img" style="background: cover;height: 12rem">
<div class="card-body">
<h5 class="card-title" style="color: orange">Disney Dream Cruise</h5>
<p class="days">14 days trip</p>
<p class="card-text">Disney Dream invites you to embark on an unforgettable voyage where dreams really do come true.</p>
<button class="price">₹19,000/person</button>
<a href="#" class="btn btn-outline-primary" style="position: absolute;bottom: 1rem;">Know More</a>
<a href="#" class="btn btn-outline-danger" data-toggle="tooltip" title="Add to Bucket" style="position: absolute;left: 14rem; bottom:1rem;"><i class="fa fa-heart-o" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<div class="container" style="margin-top: 18rem">
<center>
<p class="text-center mt-5" style="font-size: 40px;width: 300px;box-shadow: 1px 3px 5px black;border-radius: 3px;color: orange">
◽ Services ◽
</p>
</center>
<div class="row justify-align-center" style="margin-top:80px;">
<div class="col-sm-6 col-lg-4 center-block text-center">
<img src="images/services/hotel.png" class="img-thumbnail" style="border: 0">
<p style="font-size: 20px; font-family: 'Roboto', sans-serif;color: orange">Hotel Accomodations</p>
</div>
<div class="col-sm-6 col-lg-4 center-block text-center">
<img src="images/services/tour.jfif" class="img-thumbnail" style="border: 0;">
<p style="font-size: 20px; font-family: 'Roboto', sans-serif;color: orange">Tour Packages</p>
</div>
<div class="col-sm-6 col-lg-4 center-block text-center">
<img src="images/services/cruise.png" class="img-thumbnail" style="border: 0;">
<p style="font-size: 20px; font-family: 'Roboto', sans-serif;color: orange">Sea Exploration</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small blue pt-4" style="background-color: rgba(20, 39, 57,1);padding-bottom: 10px;color: white;border-radius: 20px 20px 0px 0px;margin-top: 80px;height: auto !important;">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 mt-md-0 mt-3">
<!-- Content -->
<h5 class="text-uppercase" style="color: orange">Travel Monkey</h5>
<p>One of the best tour & travel service provider is now just one click away.Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mt-3">
<!-- Links -->
<h5 class="text-uppercase" style="color: orange">Information</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Online Enquiry</a>
</li>
<li>
<a href="#carousel-indicators">Booking Conditions</a>
</li>
<li>
<a href="#!">Privacy Policy</a>
</li>
<li>
<a href="#!">Refund Policy</a>
</li>
<li>
<a href="#!">Call Us</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase" style="color: orange">Navigation</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Home</a>
</li>
<li>
<a href="#carousel-indicators">Destinations</a>
</li>
<li>
<a href="#!">About</a>
</li>
<li>
<a href="#!">Contact</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="text-uppercase" style="color: orange">Social Links</h5>
<ul class="list-unstyled">
<li>
<a href="#!">Facebook</a>
</li>
<li>
<a href="#!">Instagram</a>
</li>
<li>
<a href="#!">Twitter</a>
</li>
<li>
<a href="#!">Pinterest</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<br>
<div class="footer-copyright text-center py-3">
<i>
Designed By-
Divyansh Arya, Ashutosh Anand, Vivek Singhal
</i>
</div>
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="index.html"> Travel Monkey</a>
</div>
</footer>
<!-- Footer -->
<script>
var pl = document.getElementById('loading');
var nc = document.getElementById('navclas');
function meraFunc() {
setTimeout(function() {
pl.style.display = "none";
nc.style.visibility = "visible";
}, 1600);
}
</script>
</body>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o" crossorigin="anonymous"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script></html>