-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
716 lines (620 loc) · 27.3 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
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
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adventour</title>
<link rel="icon" href="./assets/files/logo.png">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="./assets/css/reg.css">
<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=Paytone+One&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<!-- Background Video & Header -->
<div class="banner">
<video src="./assets/files/bgvid.mp4" type="video/mp4" autoplay muted loop></video>
<!-- Header -->
<div class="content" id="home">
<nav>
<img src="./assets/files/logo.png" class="logo" alt="Logo" title="FirstFlight Travels">
<ul class="navbar">
<li>
<a href="#home">Home</a>
<a href="#package">Packages</a>
<a href="#locations">Locations</a>
<a href="./info.html">About Us</a>
<a href="./contact.html">Contact Us</a>
</li>
</ul>
</form>
</nav>
<div class="title">
<h1>ADVENTOUR</h1>
<p>See the World for Less! Explore Amazing Destinations with Our Budget-Friendly Packages. </p>
<div class="wrapper">
<form action="#">
<div class="h5 font-weight-bold text-center mb-3" >Search your Destination</div>
<div class="destination">
<label for="city" >Enter your destination</label>
</div>
<div class="form-group ">
<input type="text" class="form-control" placeholder="Enter Your Name">
</div>
<div class="destination">
<label for="city" >Enter your date</label>
</div>
<div class="form-group">
<input autocomplete="off" type="date" class="form-control" placeholder="Select your date">
</div>
<div class="form-group">
<div class="lable_total flex">
<label class="destination" for="price">Max Price : <span id="result">2500</span>
</label>
</div>
<input id="mySlider" type="range" min="0" max="10000" value="2500" style="width: 215px;">
<script>
mySlider.oninput = showSliderValue;
function showSliderValue() {
result.innerText = this.value;
}
</script>
</div>
</form>
</div>
<a href="./booking.html" class="button">
<span class="material-symbols-outlined">
how_to_reg
</span>
</a>
</div>
</div>
</div>
<!-- Services -->
<section class="container">
<div class="text">
<h2>We have the best services available for you!</h2>
</div>
<div class="rowitems">
<div class="container-box">
<div class="container-image">
<img src="./assets/files/1a.jpg" alt="Flight Services">
</div>
<h4>Flight Services</h4>
<p>Arrival and Departure</p>
</div>
<div class="container-box">
<div class="container-image">
<img src="./assets/files/2a.jpg" alt="Food Services">
</div>
<h4>Food Services</h4>
<p>Catering</p>
</div>
<div class="container-box">
<div class="container-image">
<img src="./assets/files/3a.jpg" alt="Travel Services">
</div>
<h4>Travel Services</h4>
<p>Pick-up/drop</p>
</div>
<div class="container-box">
<div class="container-image">
<img src="./assets/files/4a.jpg" alt="Hotel Services">
</div>
<h4>Hotel Services</h4>
<p>Check-in/out</p>
</div>
</div>
</section>
<!-- Packages -->
<section class="package" id="package">
<div class="package-title">
<h2>Packages</h2>
</div>
<div class="package-content">
<div class="text-block">
<h3>Best Selling Destinations</h3>
</div>
<a href="./package.html#2700">
<div class="box">
<div class="image">
<img src="./assets/files/p1.jpg" alt="">
<h3>Starting at Rs.2,700 </h3>
</div>
</div>
</a>
<a href="./package.html#4999">
<div class="box">
<div class="image">
<img src="./assets/files/p2.jpg" alt="">
<h3>Starting at Rs.4,999</h3>
</div>
</div>
</a>
<a href="./package.html#9999">
<div class="box">
<div class="image">
<img src="./assets/files/p3.jpg" alt="">
<h3>Starting at Rs.9,999</h3>
</div>
</div>
</a>
<a href="./package.html#30000">
<div class="box">
<div class="image">
<img src="./assets/files/p4.jpg" alt="">
<h3>Starting at Rs.30,000</h3>
</div>
</div>
</a>
<a href="./package.html#37700">
<div class="box">
<div class="image">
<img src="./assets/files/pac1.jpeg" alt="">
<h3>Starting at Rs.37,700/-</h3>
</div>
</div>
</a>
<a href="./package.html#47500">
<div class="box">
<div class="image">
<img src="./assets/files/pac1.jpg" alt="">
<h3>Starting at Rs.47,500/-</h3>
</div>
</div>
</a>
<a href="./package.html#58500">
<div class="box">
<div class="image">
<img src="./assets/files/pac3.jpg" alt="">
<h3>Starting at Rs.58,500/-</h3>
</div>
</div>
</a>
<a href="./package.html#59500">
<div class="box">
<div class="image">
<img src="./assets/files/pac7.jpg" alt="">
<h3>Starting at Rs.59,500/-</h3>
</div>
</div>
</a>
<a href="./package.html#59500">
<div class="box">
<div class="image">
<img src="./assets/files/l3.jpg" alt="">
<h3>Starting at Rs.65,500/-</h3>
</div>
</div>
</a>
</div>
</section>
<section>
<br><br>
<div class="pack4-content">
<div style="text-align:center">
<button type="button" class="btn btn-primary"><a href="./booking.html"><JavaBlink>Book Now</JavaBlink></a></button>
</div>
</div><br><br>
</section>
<section class="package2" id="package">
<div class="pack5-content">
<div class="text-block">
<h3>Bestsellers at EPIC Discounts</h3>
<p>Grab our top-selling packages at unbelievable prices. Get 50% OFF on top sightseeing's , Free E-Visa
& more!!</p>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pack5.1.jpg" alt="">
<h3>Egypt</h3>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pack5.2.jpg" alt="">
<h3>Vietnam</h3>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pac2.3.jpg" alt="">
<h3>Karala</h3>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pac2.4.webp" alt="">
<h3>Bali</h3>
</div>
</div>
</div>
</section><br><br>
<section class="package2" id="package">
<div class="package2-content">
<div class="text-block">
<h3>Jackpot Deals on Top Selling Packages</h3>
<p>Save extra with our exclusive deals!</p>
</div>
<a href="./assets/package.html#6000">
<div class="box">
<div class="image">
<img src="./assets/files/pac2.1.jpg" alt="">
<h3> Thailand </h3>
</div>
</div>
</a>
<div class="box">
<div class="image">
<img src="./assets/files/pack2.2.jpg" alt="">
<h3>Goa</h3>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pac2.3.jpg" alt="">
<h3>Karala</h3>
</div>
</div>
<div class="box">
<div class="image">
<img src="./assets/files/pac2.4.webp" alt="">
<h3>Bali</h3>
</div>
</div>
<a href="./package.html#6000">
<div class="box">
<div class="image">
<img src="./assets/files/pac2.5.jpg" alt="">
<h3>Kashmir</h3>
</div>
</div>
</a>
</div>
<!-- Explore Button -->
<div style="text-align:center">
<button type="button" class="btn btn-primary"> <a href="package.html">Explore More</a></button>
</div>
</section><br><hr><br>
<!-- Locations -->
<section class="locations" id="locations">
<div class="package-title">
<h2>Locations</h2>
</div>
<div class="location-content">
<a href="./locations.html">
<div class="col-content">
<img src="./assets/files/l1.jpg" alt="">
<h5>India</h5>
<p>Kashmir</p>
</div>
</a>
<a href="./locations.html#istanbul">
<div class="col-content">
<img src="./assets/files/l2.jpg" alt="">
<h5>Turkey</h5>
<p>Istanbul</p>
</div>
</a>
<a href="./locations.html#paris">
<div class="col-content">
<img src="./assets/files/l3.jpg" alt="">
<h5>France</h5>
<p>Paris</p>
</div>
</a>
<a href="./locations.html#bali">
<div class="col-content">
<img src="./assets/files/l4.jpg" alt="">
<h5>Indonesia</h5>
<p>Bali</p>
</div>
</a>
<a href="./locations.html#dubai">
<div class="col-content">
<img src="./assets/files/l5.jpg" alt="">
<h5>United Arab Emirates</h5>
<p>Dubai</p>
</div>
</a>
<a href="./locations.html#geneva">
<div class="col-content">
<img src="./assets/files/l6.jpg" alt="">
<h5>Switzerland</h5>
<p>Geneva</p>
</div>
</a>
<a href="./locations.html#port-blair">
<div class="col-content">
<img src="./assets/files/l7.jpg" alt="">
<h5>Andaman & Nicobar</h5>
<p>Port Blair</p>
</div>
</a>
</div>
</section><br><hr>
<!-- FAQ;s -->
<section><br>
<div class="destination-title">
<h2>Best Destinations to Visit in India</h2>
</div>
<div class="container1">
<style>
.destination-title {
text-align: center;
}
.container1 {
display: grid;
position: relative;
grid-template-columns: auto auto auto;
background: color #f6f1f1;
padding: 48px;
font-size: 12px;
gap: 10px;
margin-top: 5px;
margin-left: 100px;
margin-right: 100px;
margin-bottom: 1px;
.loc-detail li {
font-size: 10px;
color: black;
margin-left: 15px;
margin-bottom: 2px;
list-style-type: circle;
}
.box {
background: inherit;
color: black;
box-shadow: 5px 5px 10px #3b3737;
padding: 5px;
border-radius: 15px;
}
}
</style>
<div class="box">
<h1>Goa</h1>
<p>The unofficial party place of India, Goa is more than that. It has a great legacy, history and
culture that are yet to be explored. But if beaches are what you are looking for, then the state
has that too. And that's why, India tours to Goa are a great option to explore the place,
according to your interests. Goa holiday packages are also popular because Goa is one of the top
places in the world when it comes to nightlife. Find several exciting tour packages and other
India holiday packages that let you try Goa's melange of watersports and other fun activities.
<br>
<br><b>Best time to visit :</b> November to February <br>
<br> <b>Best places to visit:</b>
<ul class="loc-detail">
<li>Calangute</li>
<li>Baga</li>
<li>Anjuna</li>
<li> Miramar</li>
<li> Palolem</li>
<li> Panjim</li>
</ul>
<br> You can also include the offbeat Patnem Beach in your holiday tour packages, since it was
listed amongst one of Asia's top 20 beaches.
</p>
</div>
<div class="box">
<h1>
Kerala
</h1>
<p>God's own country, Kerala has been a popular tourist destination in India. You can explore it all
with India tours to this marvellous destination. With suitable tour packages, you can discover
scenic seaside destinations and hill stations in Kerala. <br>
<br> <b>Best time to visit:</b> September to March <br>
<br> <b>Best places to visit:</b>
<ul class="loc-detail">
<li>Sree Padmanabhaswamy Temple</li>
<li> Francis CSI Church</li>
<li> Paradesi Synagogue</li>
<li> Eravikulam National Park
Varkala Beach</li>
<li>Athirappilly Waterfalls</li>
</ul>
<br>
<br>
If you are planning India holiday packages in the state, then you must not miss out on its
lip-smacking cuisine as well. Check your holiday tour packages and book accordingly.</p>
</div>
<div class="box">
<h1>Kashmir</h1>
<p>
For decades, the Kashmir valley has attracted tourists from all over the world. If you can't
plan a vacation on your own, you should check out India tours for Kashmir to help you with an
unforgettable holiday. With the right all India tour packages, you can discover lush green
valleys, snow-covered peaks and gorgeous wildlife. Your trip packages must include the Chenab,
Sindh and Lidder valleys. Don't forget to buy a world-famous Kashmiri shawl and one-of-a-kind
handicrafts for your loved ones. <br>
<br> <b> Best Time to Visit:</b> March to August <br>
<br> Best Places to Visit: <br>
<ul class="loc-detail">
<li>Gulmarg</li>
<li> Srinagar</li>
<li> Dal Lake</li>
<li> Sonamarg</li>
<li> Indira Gandhi Tulip Garden</li>
</ul>
<br>
<br> These places should be included in the best tour packages for Kashmir. Find travel packages to
suit all needs and you can also find exquisite honeymoon packages, since Kashmir is an ethereal
destination for a picture-perfect Indian honeymoon.</p>
</div>
<div class="box">
<h1>Sikkim</h1>
<p>If you are looking for an Indian destination that is fit for a world tour package, then look no
further than Sikkim. You can plan amazing India tours to this mountain marvel, which is home to
the country's highest peak, Kanchenjunga. It is certainly a great destination for quality
international tour packages. Check out Sikkim tour packages for a trip to this charming Indian
state. <br>
<br> <b>Best Time to Visit:</b> March to May <br>
<br> Best Places to Visit:
<ul class="loc-detail">
<li> Gangtok</li>
<li> Nathu La Pass</li>
<li> Tsomgo Lake</li>
<li> Rumtek Monastery</li>
</ul>
</p>
</div>
<div class="box">
<h1>Shimla</h1>
<p> Shimla, the Queen of the Hills, is the stuff that dreamy India tours are made of! Shimla is a
great
destination for international honeymoon packages, with its pristine landscape, mountains,
greenery
and romantic weather. A Shimla tour also means checking out the delightful cafes and eateries
here. <br>
<br> <b>Best Time to Visit:</b> May to June/December to January <br>
<br> Best Places to Visit:
<ul class="loc-detail">
<li>The Ridge</li>
<li> Green Valley</li>
<li> Mall Road</li>
<li> Jakhoo Hill</li>
</ul>
</p>
</div>
<div class="box">
<h1> Uttarakhand</h1>
<p> There are many India tours which keep Uttarakhand at the forefront and why not? The state is
blessed with unmatched natural beauty. Find Uttarakhand tour packages covering several popular
destinations. The state offers the right mix of spirituality, trekking, adventure, beautiful
mountain landscapes and welcoming locals. <br>
<br> <b> Best time to visit:</b> March to April/September to October <br>
<br> Best places to visit:
<ul class="loc-detail">
<li> Dehradun</li>
<li> Mussoorie</li>
<li> Nainital</li>
<li> Auli</li>
<li> Rishikesh</li>
</ul>
</p>
</div>
</div>
</section>
<section class="faq">
<div class="container2">
<style>
.container2 {
position: relative;
grid-template-columns: auto auto auto;
gap: 5%;
padding: 35px;
margin-top: 50px;
margin-left: 35px;
margin-right: 34px;
border-radius: 10px;
font-size: 12px;
color: black;
background-color: white;
box-shadow: 5px 5px 10px #3b3737;
}
</style>
<div> <br>
<h1 class="faqh1">FAQs - Frequently Asked Questions</h1>
</div>
<p><br>
<h3> What kind of destinations can I choose for travelling?</h3> <br>
<p> You can choose any destination for travel as per your mood. For an action-packed holiday, you can choose
wildlife, trekking and other adventurous destinations. For a romantic holiday with your special someone,
you can choose from a range of couple-friendly destinations. You can also choose the kind of holiday you
want based on the destination you like—whether hills, mountains, beaches, heritage or pilgrimage sites.
</p><br>
<hr>
<br>
<h3> Can I opt for a budget-friendly holiday?</h3><br>
<p>
Yes, you can. All you have to do is set an approximate expenditure amount in your mind before starting
exploring the ideas here. You can search for a suitable destination for your travel in any range from
Rs. 10,000 to Rs. 50,000. It is advisable to make all the bookings in advance in order to avoid change
in prices.</p><br>
<hr>
<br>
<h3> Which time of the year is best suited for booking a holiday?</h3><br>
<p>x
Holidays can be booked throughout the year. You only need to select the month in which you are planning
to travel. Our curated list of ideas is designed in such a way that you will be able to see only those
destinations which are most suitable for that particular month of the year. If you select a combination
of filters defining your month, budget and purpose of travel, you will get the appropriate destination
name and other details.</p><br>
<hr>
<br>
<h3>What all will I get in a holiday idea?</h3>
<p>Once you choose a destination, it will give you complete details of all the unique things about that
place that must not be missed, including most visited local sites, best places to stay and all the
memorable experiences that you can indulge in. You will be given multiple options of hotels, resorts and
guest houses to choose from depending on your budget. </p> <br>
<hr>
</p>
</div>
</section>
<!-- Newsletter -->
<section class="newsletter">
<div class="newstext">
<h2>Newsletter</h2>
<p>Subscribe to get offers and latest<br>updates every week!</p>
</div>
<div class="send">
<form action="">
<input type="email" name="emailid" placeholder="E-mail" required>
<input type="submit" value="Subscribe">
</form>
</div>
</section>
<!-- Footer -->
<section class="footer">
<div class="foot">
<div class="footer-content">
<div class="footlinks">
<h4>Quick Links</h4>
<ul>
<li><a href="./booking.html">Register</a></li>
<li><a href="./info.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</div>
<div class="footlinks">
<h4>Connect</h4>
<div class="social">
<a href="https://www.facebook.com/profile.php?id=100007787415175" target="_blank"><i
class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/iamit010/" target="_blank"><i
class='bx bxl-instagram'></i></a>
<a href="https://twitter.com/sarcasmit_" target="_blank"><i class='bx bxl-twitter'></i></a>
<a href="https://www.linkedin.com/in/amit-kumar-singh-475b36212/" target="_blank"><i
class='bx bxl-linkedin'></i></a>
<a href="https://github.com/iamit010" target="_blank"><i class='bx bxl-github'></i></a>
</div>
</div>
</div>
</div>
<div class="end">
<p>Copyright © 2023 Adventour All Rights Reserved.<br>Website developed by: Amit Kumar Singh</p>
</div>
</section>
<SCRIPT type="text/javascript">
function JavaBlink() {
var blinks = document.getElementsByTagName('JavaBlink');
for (var i = blinks.length - 1; i >= 0; i--) {
var s = blinks[i];
s.style.visibility = (s.style.visibility === 'visible') ? 'hidden' : 'visible';
}
window.setTimeout(JavaBlink, 500);
}
if (document.addEventListener) document.addEventListener("DOMContentLoaded", JavaBlink, false);
else if (window.addEventListener) window.addEventListener("load", JavaBlink, false);
else if (window.attachEvent) window.attachEvent("onload", JavaBlink);
else window.onload = JavaBlink;
</SCRIPT>
</body>
</html>