-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
713 lines (651 loc) · 24.4 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
<!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>Travel</title>
<link rel="stylesheet" href="./assets/css/pricing.css">
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/contact.css" />
<link rel="stylesheet" href="./assets/css/aboutus.css" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="./assets/css/places.css" />
<!-- Font Merriweather-->
<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=Merriweather:wght@300&display=swap"
rel="stylesheet"
/>
<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=Merriweather:wght@300&display=swap"
rel="stylesheet"
/>
<!-- blogcss -->
<link rel="stylesheet" href="./assets/css/blog-style.css" />
<!-- swiper css -->
<link
rel="stylesheet"
href="./assets/css/cdn.jsdelivr.net_npm_swiper@8.4.7_swiper-bundle.min.css"
/>
</head>
<body>
<!--Navbar By Navuuu-->
<nav class="navbar">
<div class="navbar-container">
<div class="logo">
<img src="./Travel Logo.png" alt="logo">
</div>
<div class="menu" id="menu">
<a class="navbar-text" href="#main">Home</a>
<a class="navbar-text" href="#Aabout">About Us</a>
<a class="navbar-text" href="#pricing-part">Pricing</a>
<a class="navbar-text" href="#loactions-part">Locations</a>
<a class="navbar-text" href="#container-sam">Blogs</a>
<a class="navbar-text" href="#contact-c">Contact Us</a>
</div>
<div class="hamburger" id="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</div>
</nav>
<!--Landing Pgae by Navuuu-->
<section id="landing-page">
<div class="media-icons">
<a href="#" ><i class="fa-brands fa-facebook-f"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-twitter"></i></a>
</div>
<div class="blurred-bg">
<div id="main">
<div class="main-content">
<div class="main-text">
<p id="top-p-main"></p>
<h1>Your Journey <span>Starts Here</span>!</h1>
<p id="landing-p-secondary">
Our mission is to inspire and facilitate your wanderlust,
guiding you towards extraordinary destinations and hidden gems
that will leave you in awe. Whether you're a seasoned traveler
seeking off-the-beaten-path escapades or a first-time explorer
eager to embark on a new adventure, we have something special
for every kind of wanderer.
</p>
<button id="landing-main-button">
Explore ➔
</button>
</div>
</div>
</div>
</section>
<!-- About Us :- Anay-->
<div class="about_div">
<section id="Aabout"><h2 class="aabout">About Us</h2></section>
<section class="aabout-section">
<div class="acontainer">
<div class="aabout-content">
<p style="margin-top: 3%; font-family: 'Merriweather', serif;">Welcome to<span style="color: rgb(0, 0, 0)">Trek and Trails </span> ! We are
passionate about exploring the world and helping you plan
unforgettable journeys. Our team of experienced travelers is here to
assist you in making the most of your adventures.</p><br>
<p style="font-family: 'Merriweather', serif;">
Whether you seek thrilling escapades, cultural encounters, or serene
getaways, we have the perfect destinations for you. Our mission is
to make travel planning seamless and enjoyable, so you can focus on
creating cherished memories.</p>
</div>
<div>
<img class="aimg" src="./Travel Logo.png" alt="" />
</div>
</div>
</div>
</section>
<!-- Pricing :- Abrar-->
<section id="pricing-part" class="pricing">
<div class="container-pr">
<h1 id="h1-of-pricing-main">Popular Indian-Tour Destination</h1>
<div class="indian-dest-pr">
<div class="card-pr active">
<div class="image-pr">
<img src="./assets/pricing/goa.jpg" alt="Goa" />
</div>
<div class="price-pr">
<div class="a-pr">
<p>3 Nights 4 Days Goa Tour</p>
</div>
<div class="b-pr">
<h3>₹3,999</h3>
<button type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
<div class="card-pr">
<div class="image-pr">
<img src="./assets/pricing/kashmir.jpg" alt="" />
</div>
<div class="price-pr">
<div class="a-pr">
<p>3 Nights 4 Days Kashmir Tour</p>
</div>
<div class="b-pr">
<h3>₹6,499</h3>
<button type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
<div class="card-pr">
<div class="image-pr">
<img src="./assets/pricing/kerala.jpg" alt="" />
</div>
<div class="price-pr">
<div class="a-pr">
<p>2 Nights 3 Days Kerala Tour</p>
</div>
<div class="b-pr">
<h3>₹7,299</h3>
<button type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
<div class="card-pr">
<div class="image-pr">
<img src="./assets/pricing/ladhak.jpg" alt="ladhak" />
</div>
<div class="price-pr">
<div class="a-pr">
<p>2 Nights 3 Days Ladakh Tour</p>
</div>
<div class="b-pr">
<h3>₹14,999</h3>
<button type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
<div class="card-pr">
<div class="image-pr">
<img src="./assets/pricing/Screenshot (42).png" alt="manali" />
</div>
<div class="price-pr">
<div class="a-pr">
<p>2 Nights 3 Days Manali Tour</p>
</div>
<div class="b-pr">
<h3>₹2,999</h3>
<button type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
<div class="card-pr">
<div class="image-pr">
<img
src="./assets/pricing/dargeeling.jpg"
alt="Darjeeling"
width="190px"
/>
</div>
<div class="price-pr">
<div class="a-pr">
<p>3 Nights 4 Days Gangtok Tour</p>
</div>
<div class="b-pr">
<h3>₹16,749</h3>
<button class="btn-pr" type="button" onclick="myFunction()">
View Detail
</button>
</div>
</div>
</div>
</div>
</div>
<div class="slider-navigation-sam1">
<div class="nav-btn-sam1 active"></div>
<div class="nav-btn-sam1"></div>
<div class="nav-btn-sam1"></div>
<div class="nav-btn-sam1"></div>
<div class="nav-btn-sam1"></div>
<div class="nav-btn-sam1"></div>
</div>
</section>
<!-- Blogs :- Praveen-->
<section id="loactions-part" class="loactions-part">
<div class="slide-container swiper">
<!-- swiper : This class is crucial because Swiper.js looks for elements with this class to initialize the Swiper and apply the slider functionality to it. -->
<div class="slide-content">
<div class="blog-heading-element btnL">
<h1 class="locations-to-visit">Locations to Visit 🌄</h1>
</div>
<!--swiper-wrapper: hold the cards together for using swiping functionality. without swiper-wrapper class cards will scatter - inbuild class of swiperJs -->
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<!-- need animation part like flying -->
<!-- swiper-slide :This is a CSS class used to define each individual slide within the Swiper component. -->
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-dương-nhân-1093946.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Darjelling</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-shvets-anna-2563681.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Shimla</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-leeloo-thefirst-5227440.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Manali</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-shvets-anna-2563681.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Ladakh</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-spencer-davis-4356144.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Uttarkand</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-the-world-hopper-1851481.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Sikkim</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-leeloo-thefirst-5227440.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Ooty</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-shvets-anna-2563681.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Corg</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img
src="./assets/blog-images/pexels-dương-nhân-1093946.jpg"
alt=""
class="card-img"
/>
</div>
</div>
<div class="card-content">
<h2 class="location-name">Goa</h2>
<p class="description">
The lorem text the section that contains header with having
open functionality. Lorem dolor sit amet consectetur
adipisicing elit.
</p>
<button class="read-more-button">Read more</button>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</section>
<!-- Location Nearby :- Sam-->
<!-- Places To Visit Near US Section:- SAM-->
<section id="container-sam" class="container-sam">
<div class="box-1-sam">
<div class="content-sam active">
<h1>Beaches Of <br /><span>Wonder</span></h1>
<p>
"Discover the "Beaches of Wonder" and immerse yourself in nature's
stunning coastal beauty. From the pristine shores of the Maldives to
the breathtaking cliffs of Portugal's Algarve region, these
beaches."
</p>
<a href="#">Explore</a>
</div>
<div class="content-sam">
<h1>Woods of <br /><span>Peace</span></h1>
<p>
"Explore the tranquil 'Forests of Serenity,' where you can wander
amid lush green landscapes, breathe the pure air, and seek solace in
nature's soothing melody. Peaceful woods."
</p>
<a href="#">Explore</a>
</div>
<div class="content-sam">
<h1>Ocean of<br /><span>Calmness</span></h1>
<p>
"Dive into the Ocean and experience a world of serenity and
relaxation. Discover pristine coastlines that stretch as far as the
eye can see, inviting you to bask in the gentle caress of the sea
breeze."
</p>
<a href="#">Explore</a>
</div>
<div class="content-sam">
<h1>Skies of<br /><span>Freedom</span></h1>
<p>
"Gaze upon the "Skies of Freedom" and feel the boundless
possibilities that lie above. Venture to breathtaking locations
where vast, open skies meet the horizon, inviting you to dream,
explore, and soar."
</p>
<a href="#">Explore</a>
</div>
</div>
<div class="box-2-sam">
<video
src="https://drive.google.com/uc?export=download&id=1ezmvci8-xpdU3hIDTBJwjn8jVIN_QLcK"
class="video active"
autoplay
muted
loop
alt="beach video from pixabay.com"
></video>
<video
src="https://drive.google.com/uc?export=download&id=1kH6BnUk-rxj2FcFdLGi0ECkRIFyzxEAN"
class="video"
autoplay
muted
loop
alt="hiking video from pixabay.com"
></video>
<video
src="https://drive.google.com/uc?export=download&id=1u0vi9ceIzKGe3nK2H2OoetoOa7yqW13L"
class="video"
autoplay
muted
loop
alt="scuba-diving video from pixabay.com"
></video>
<video
src="https://drive.google.com/uc?export=download&id=1TVyV7Rxm2rckhjH_pD1cSQrs2aRnVTWf"
class="video"
autoplay
muted
loop
alt="paragliding video from pixabay.com"
></video>
<div class="slider-btns-sam">
<div class="nav-btn-sam active"></div>
<div class="nav-btn-sam"></div>
<div class="nav-btn-sam"></div>
<div class="nav-btn-sam"></div>
</div>
</div>
</section>
<!--
Contact Us :- Navuuu
-->
<section id="contact-c">
<div class="content-c">
<h2>Contact Us</h2>
<p>
You can reach us at the details mentioned below or you can also send
your messages in the form
</p>
</div>
<div class="container-c">
<div class="contactForm">
<form action="">
<h2>Share Your Query</h2>
<div class="inputBox">
<input type="text" name="" required="required" />
<span>Full Name</span>
</div>
<div class="inputBox">
<input type="text" name="" required="required" />
<span>Email</span>
</div>
<div class="inputBox">
<textarea required="required"></textarea>
<span>Your Message.....</span>
</div>
<div class="inputBox">
<input type="submit" name="" value="Send" />
</div>
</form>
</div>
<div class="contactInfo">
<div class="box-c">
<div class="icon">
<i class="fa fa-map-marker" aria-hidden="true"></i>
</div>
<div class="text-c">
<h3>Address</h3>
<p>69, 123 Street, Falana, Thikana, Jupiter</p>
</div>
</div>
<div class="box-c">
<div class="icon">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
</div>
<div class="text-c">
<h3>Email</h3>
<p>NoCapTravels@gmail.com</p>
</div>
</div>
<div class="box-c">
<div class="icon">
<i class="fa fa-phone" aria-hidden="true"></i>
</div>
<div class="text-c">
<h3>Mobile</h3>
<p>+1 696 (696) 6969</p>
</div>
</div>
</div>
</div>
</section>
<!-- abrar pricing -->
<script src="./pricing.js"></script>
<!-- pricing end -->
<!-- JS -->
<!-- Jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
<script>
window.jQuery ||
document.write('<script src="booklet/jquery-2.1.0.min.js"><\/script>');
</script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
<!-- Bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.min.js"
integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS"
crossorigin="anonymous"
></script>
<!-- FLIP EFFECT -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/turn.js/3/turn.min.js"
integrity="sha512-rFun1mEMg3sNDcSjeGP35cLIycsS+og/QtN6WWnoSviHU9ykMLNQp7D1uuG1AzTV2w0VmyFVpszi2QJwiVW6oQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<!-- index -->
<script src="index.js"></script>
<script src="./assets/JS/places.js"></script>
<!-- praveen JS-->
<!-- swiper JS -->
<script src="./assets/JS/cdn.jsdelivr.net_npm_swiper@8.4.7_swiper-bundle.min.js"></script>
<script src="./assets/JS/script.js"></script>
<!-- swiper js end -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://kit.fontawesome.com/57b31872ab.js" crossorigin="anonymous"></script>
<!-- Footer -->
<footer class="afooter">
<div class="afooter-sections">
<ul class="afooter-links">
<li><a href="##main">Home</a></li>
<li><a href="#Aabout">About Us</a></li>
<li><a href="#pricing-part">Pricing</a></li>
<li><a href="#loactions-part">Location</a></li>
<li><a href="#container-sam">Blogs</a></li>
<li><a href="#contact-c">Contact Us</a></li>
</ul>
<div class="asubscribe">
<p class="pyaraa">Subscribe for Monthly Newsletter</p>
<form class="aform">
<input type="email" placeholder="Enter your email">
<input type="submit" value="Subscribe">
</form>
<p class="pyara">© 2023 TrekAndTrails. All rights reserved.</p>
</div>
<div>
<ul class="asocial-icons">
<li><a href="#" target="_blank"><i class="fab fa-instagram"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-twitter"></i></a></li>
<li><a href="#" target="_blank"><i class="fab fa-facebook"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- Footer -->
</body>
</html>