-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
528 lines (393 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<title>Travely Holiday Booking</title>
<meta name="description"
content="Plan and book your dream holiday with our easy-to-use booking platform. Find the best travel deals, accommodations, and packages for your next getaway.">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]
/modern-normalize.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.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=Montserrat:ital,wght@0,100..900;1,100..900&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=Oswald:[email protected]&display=swap" rel="stylesheet">
<script type="module" src="/src/main.js"></script>
</head>
<body>
<nav>
<div class="container nav">
<a class="logo" href="https://holiday-pearl-ten.vercel.app/">Travely</a>
<ul class="nav__list">
<li class="nav__item"><a class="nav__link" href="https://fintech-website-six.vercel.app/">Home</a></li>
<li class="nav__item"><a class="nav__link" href="#locations">Locations</a>
</li>
<li class="nav__item"><a class="nav__link" href="#activities">Activities</a>
<ul class="nav__dropdown">
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#activities">Sightseeing</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#activities">Adventure</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#activities">Relaxation</a></li>
</ul>
</li>
<li class="nav__item"><a class="nav__link" href="#conversion">Contact Us</a>
<ul class="nav__dropdown">
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#conversion">Support</a></li>
<li class="nav__dropdown-item"><a class="nav__dropdown-link" href="#conversion">Sales</a></li>
</ul>
</li>
<li class="nav__item"><a class="nav__link" href="#about">About Us</a></li>
</ul>
<button class="open-menu-btn" id="js-open-menu-btn" aria-label="open menu" type="button">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</div>
</nav>
<header>
<div class="container header">
<h1 class="header__title">Explore the <span>Best Destinations</span> for Your Next Adventure</h1>
</div>
</header>
<main>
<section id="locations">
<div class="container locations">
<h2 class="locations__title">Curated Locations <span>Just for You</span></h2>
<div class="locations__wrapper">
<article class="locations__card">
<img class="locations__image" src="./src/images/paris-img.jpg"
alt="A view of Paris, France, featuring iconic landmarks">
<div class="locations__card-text">
<h3 class="locations__name">Paris, France</h3>
<p class="locations__description">Paris, the capital of France, is known for its art, culture, and
wonders. From the iconic Eiffel Tower to the world-famous Louvre Museum, Paris is a city of romance.
<a class="button-direct" href="#">Read More</a>
</p>
<a class="button button--main" href="#">
Book Now</a>
</div>
</article>
<article class="locations__card">
<img class="locations__image" src="./src/images/tokyo-img.jpg"
alt="A bustling street view of Tokyo, Japan">
<div class="locations__card-text">
<h3 class="locations__name">Tokyo, Japan</h3>
<p class="locations__description">Tokyo, the bustling capital of Japan, offers a mix of traditional and
modern attractions. From the serene Meiji Shrine to the bustling Shibuya Crossing, Tokyo is a city
that never sleeps.
<a class="button-direct" href="#">Read More</a>
</p>
<a class="button button--main" href="#">
Book Now</a>
</div>
</article>
</div>
</div>
</section>
<section id="activities">
<div class="container activities">
<h2 class="activities__title">Make <span>Your Holiday</span> Unforgettable</h2>
<div class="activities__wrapper">
<article class="activities__card">
<img class="activities__image" src="./src/images/Mountain Biking.jpg" alt="Mountain Biking">
<h3 class="activities__name">Mountain Biking</h3>
<p class="activities__price">£30 <span class="quantity">per session</span></p>
<p class="activities__rating">★★★★★</p>
<div class="button-wrapper">
<a class="button button--main" href="#">
Book Now</a>
<a class="button button--secondary" href="#">
More Info</a>
</div>
</article>
<article class="activities__card">
<img class="activities__image" src="./src/images/Scuba Diving.jpg" alt="Scuba Diving">
<h3 class="activities__name">Scuba Diving</h3>
<p class="activities__price">£100 <span class="quantity">per session</span></p>
<p class="activities__rating">★★★★★</p>
<div class="button-wrapper">
<a class="button button--main" href="#">
Book Now</a>
<a class="button button--secondary" href="#">
More Info</a>
</div>
</article>
<article class="activities__card">
<img class="activities__image" src="./src/images/Rock Climbing.jpg" alt="Rock Climbing">
<h3 class="activities__name">Rock Climbing</h3>
<p class="activities__price">£40 <span class="quantity">per session</span></p>
<p class="activities__rating">★★★★★</p>
<div class="button-wrapper">
<a class="button button--main" href="#">
Book Now</a>
<a class="button button--secondary" href="#">
More Info</a>
</div>
</article>
<article class="activities__card">
<img class="activities__image" src="./src/images/Kayaking.jpg" alt="Kayaking">
<h3 class="activities__name">Kayaking</h3>
<p class="activities__price">£25 <span class="quantity">per session</span></p>
<p class="activities__rating">★★★★★</p>
<div class="button-wrapper">
<a class="button button--main" href="#">
Book Now</a>
<a class="button button--secondary" href="#">
More Info</a>
</div>
</article>
</div>
</div>
</section>
<section id="support">
<div class="container support">
<div class="support__text-wrapper">
<span class="support__subtitle"><i class="ri-heart-line"></i>Here for you</span>
<h2 class="support__title">Customer Support</h2>
<p class="support__description">We are dedicated to providing exceptional assistance, anytime you need it.
</p>
<div class="support__benefits">
<div class="support__benefit">
<div class="support__icon-wrapper">
<i class="ri-customer-service-2-line"></i>
</div>
<p class="support__benefit-text">
<span class="support__benefit-name">24/7 Support</span> Our support team is available around the clock
to
ensure your questions are answered quickly and effectively.
<br><a class="button-direct" href="#">Learn More</a>
</p>
</div>
<div class="support__benefit">
<div class="support__icon-wrapper">
<i class="ri-customer-service-2-line"></i>
</div>
<p class="support__benefit-text">
<span class="support__benefit-name">Expert Assistance</span> Get guidance from our trained support
specialists, ready to help with any issue you encounter.
<br><a class="button-direct" href="#">Learn More</a>
</p>
</div>
</div>
</div>
<img class="support__image" src="./src/images/support-img.jpg" alt="Customer support team image">
</div>
</section>
<section id="testimonials">
<div class="container testimonials">
<h2 class="testimonials__title">What <span>Our Customers</span> Say</h2>
<div class="testimonials__card-wrapper">
<article class="testimonials__card">
<span class="testimonials__rating">★★★★★</span>
<p class="testimonials__description">Our holiday to Spain was unforgettable! The booking process was
seamless, and the
hotel exceeded our expectations. Thank you for making it so easy!</p>
<div class="testimonials__author">
<img class="testimonials__author-image" src="./src/images/person-3.jpg" alt="Customer 1">
<div class="testimonials__author-info">
<h3 class="testimonials__author-name">John Doe</h3>
<p class="testimonials__author-location">London, UK</p>
</div>
</div>
</article>
<article class="testimonials__card">
<span class="testimonials__rating">★★★★★</span>
<p class="testimonials__description">Booking our family holiday was a breeze! The resort recommendations
were
fantastic, and the whole process was so easy. We had the best time in Greece.</p>
<div class="testimonials__author">
<img class="testimonials__author-image" src="./src/images/person-5.jpg" alt="Customer 2">
<div class="testimonials__author-info">
<h3 class="testimonials__author-name">Emily Smith</h3>
<p class="testimonials__author-location">New York, USA</p>
</div>
</div>
</article>
<article class="testimonials__card">
<span class="testimonials__rating">★★★★★</span>
<p class="testimonials__description">I was impressed by the customer service. They helped us find the
perfect beach
villa in Bali, and everything went smoothly. Highly recommended!</p>
<div class="testimonials__author">
<img class="testimonials__author-image" src="./src/images/person-6.jpg" alt="Customer 3">
<div class="testimonials__author-info">
<h3 class="testimonials__author-name">Alex Johnson</h3>
<p class="testimonials__author-location">Sydney, Australia</p>
</div>
</div>
</article>
</div>
</div>
</section>
<section id="conversion">
<div class="container conversion">
<h2 class="conversion__header">Your Perfect Getaway is Just a Click Away</h2>
<p class="conversion__subheader">
Whether you're seeking a serene beach escape, an adventurous mountain retreat, or a cultural city
experience, we
offer exclusive holiday packages in stunning destinations worldwide.
</p>
<a class="button button--main" href="#" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="size-6">
<path fill-rule="evenodd"
d="M1.5 4.5a3 3 0 0 1 3-3h1.372c.86 0 1.61.586 1.819 1.42l1.105 4.423a1.875 1.875 0 0 1-.694 1.955l-1.293.97c-.135.101-.164.249-.126.352a11.285 11.285 0 0 0 6.697 6.697c.103.038.25.009.352-.126l.97-1.293a1.875 1.875 0 0 1 1.955-.694l4.423 1.105c.834.209 1.42.959 1.42 1.82V19.5a3 3 0 0 1-3 3h-2.25C8.552 22.5 1.5 15.448 1.5 6.75V4.5Z"
clip-rule="evenodd" />
</svg>
Book Your Holiday
</a>
</div>
</section>
<section id="about">
<div class="container about">
<div class="about__overview">
<h2 class="about__title">Why <span>You Should</span> Choose Us</h2>
<p class="about__description">We are committed to delivering exceptional service with a team that
understands your
needs.</p>
</div>
<div class="about__information">
<article class="about__perk">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="m20.893 13.393-1.135-1.135a2.252 2.252 0 0 1-.421-.585l-1.08-2.16a.414.414 0 0 0-.663-.107.827.827 0 0 1-.812.21l-1.273-.363a.89.89 0 0 0-.738 1.595l.587.39c.59.395.674 1.23.172 1.732l-.2.2c-.212.212-.33.498-.33.796v.41c0 .409-.11.809-.32 1.158l-1.315 2.191a2.11 2.11 0 0 1-1.81 1.025 1.055 1.055 0 0 1-1.055-1.055v-1.172c0-.92-.56-1.747-1.414-2.089l-.655-.261a2.25 2.25 0 0 1-1.383-2.46l.007-.042a2.25 2.25 0 0 1 .29-.787l.09-.15a2.25 2.25 0 0 1 2.37-1.048l1.178.236a1.125 1.125 0 0 0 1.302-.795l.208-.73a1.125 1.125 0 0 0-.578-1.315l-.665-.332-.091.091a2.25 2.25 0 0 1-1.591.659h-.18c-.249 0-.487.1-.662.274a.931.931 0 0 1-1.458-1.137l1.411-2.353a2.25 2.25 0 0 0 .286-.76m11.928 9.869A9 9 0 0 0 8.965 3.525m11.928 9.868A9 9 0 1 1 8.965 3.525" />
</svg>
<h3 class="about__perk-name">Instant Booking</h3>
<p class="about__perk-description">Book instantly with a quick and easy process.</p>
</article>
<article class="about__perk">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M9 6.75V15m6-6v8.25m.503 3.498 4.875-2.437c.381-.19.622-.58.622-1.006V4.82c0-.836-.88-1.38-1.628-1.006l-3.869 1.934c-.317.159-.69.159-1.006 0L9.503 3.252a1.125 1.125 0 0 0-1.006 0L3.622 5.689C3.24 5.88 3 6.27 3 6.695V19.18c0 .836.88 1.38 1.628 1.006l3.869-1.934c.317-.159.69-.159 1.006 0l4.994 2.497c.317.158.69.158 1.006 0Z" />
</svg>
<h3 class="about__perk-name">Professional Guides</h3>
<p class="about__perk-description">Receive guidance from experienced professionals.</p>
</article>
<article class="about__perk">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 18.75a60.07 60.07 0 0 1 15.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 0 1 3 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 0 0-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 0 1-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 0 0 3 15h-.75M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm3 0h.008v.008H18V10.5Zm-12 0h.008v.008H6V10.5Z" />
</svg>
<h3 class="about__perk-name">Inexpensive Prices</h3>
<p class="about__perk-description">Enjoy high quality at affordable rates.</p>
</article>
<article class="about__perk">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor"
class="size-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z" />
</svg>
<h3 class="about__perk-name">24/7 Support</h3>
<p class="about__perk-description">Get assistance anytime, day or night.</p>
</article>
</div>
</div>
</section>
<section id="accordion">
<div class="container accordion">
<h2 class="accordion__title">Frequently Asked <span>Questions</span></h2>
<div class="accordion">
<div class="accordion__item">
<div class="accordion__header">Which Package Should I Choose?</div>
<div class="accordion__body">
<div class="accordion__content">Choosing the right package depends on your preferences. Whether you’re
looking for
a relaxing beach getaway or an adventurous mountain hike, we offer a range of options to suit every
traveler.
Feel free to explore our different packages or contact us for personalized recommendations.</div>
</div>
</div>
<div class="accordion__item">
<div class="accordion__header">Are There Any Hidden Fees?</div>
<div class="accordion__body">
<div class="accordion__content">We believe in transparent pricing. All costs, including taxes and
service fees,
are clearly listed when you book. There are no hidden charges, and you can always review the full
breakdown of
costs before confirming your booking.</div>
</div>
</div>
<div class="accordion__item">
<div class="accordion__header">Can I Book for Multiple Travelers?</div>
<div class="accordion__body">
<div class="accordion__content">Yes, you can easily book for multiple travelers. Just enter the details
of each
traveler during the booking process. If you have any special requirements or group bookings, our
support team is
here to help.</div>
</div>
</div>
<div class="accordion__item">
<div class="accordion__header">What is the Cancellation Policy?</div>
<div class="accordion__body">
<div class="accordion__content">Our cancellation policy varies depending on the package you choose. For
most
bookings, you can cancel for free within a specified time frame. Be sure to review the cancellation
details before
finalizing your reservation to understand any applicable fees.</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container footer">
<div class="footer__wrapper">
<div class="footer__company">
<a class="logo" href="#">Travely</a>
<p>We are a holiday booking company dedicated to making your dream vacations come true and
unforgettable experiences.</p>
<p>Call us at <a href="#">123-456-7890</a></p>
</div>
<div class="footer__contact">
<h3 class="footer__subheader">Contact Us</h3>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="tel:1234567890">123-456-7890</a></li>
<li><a href="https://www.google.com/maps/search/123+Main+St,+City,+State+12345">123 Main St, City, State
12345</a></li>
</ul>
</div>
<div class="footer__about">
<h3 class="footer__subheader">About Us</h3>
<ul>
<li><a href="#">Learn More</a></li>
<li><a href="#">Read Our Blog</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="footer__resources">
<h3 class="footer__subheader">Guides</h3>
<ul>
<li><a href="#">Help</a></li>
<li><a href="#">Booking</a></li>
<li><a href="#">Glossary</a></li>
</ul>
</div>
</div>
</div>
<div class="footer__wrapper-2">
<p>© 2024 Travely. All rights reserved. </p>
</div>
</footer>
<script>
</script>
</body>
</html>