-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
545 lines (533 loc) · 20.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FlyFusion</title>
<link rel="icon" href="./images/contacts (1).png" />
<link href="style.css" rel="stylesheet" />
<script src="script.js" defer></script>
<link
href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
rel="stylesheet"
/>
</head>
<body id="hero" class="bg-blue-300">
<nav
class="bg-blue-300 drop-shadow-lg hover:drop-shadow-xl fixed w-full z-50 top-0 left-0"
>
<div
class="max-w-7xl mx-auto px-4 flex items-center justify-between py-4"
>
<!-- Logo -->
<a
href="./index.html"
class="text-xl font-bold text-black hover:text-yellow-500"
>FlyFusion</a
>
<input
class="hidden lg:block bg-transparent rounded-xl shadow-lg px-2 py-3 w-72 text-black placeholder:text-black transform hover:scale-105 transition duration-300"
id="Search"
type="text"
placeholder="Search destinations, flights, and more...."
/>
<!-- Hamburger Button (visible on small screens) -->
<button
id="hamburger-btn"
class="lg:hidden p-2"
aria-label="Toggle navigation menu"
>
<!-- Hamburger SVG -->
<svg
class="w-6 h-6"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M4 6h16M4 12h16M4 18h16"
></path>
</svg>
</button>
<!-- navbar links -->
<div class="lg:flex space-x-8 hidden" id="navbar-links">
<ul class="flex space-x-4">
<li>
<a
href="./index.html"
class="text-black text-lg hover:text-yellow-500 px-3 py-2"
>Home</a
>
</li>
<li>
<a
href="./hotel.html"
class="text-black text-lg hover:text-yellow-500"
>Hotel</a
>
</li>
<li>
<a
href="./flight.html"
class="text-black text-lg hover:text-yellow-500"
>Flight</a
>
</li>
<li>
<a
href="./train.html"
class="text-black text-lg hover:text-yellow-500"
>Train</a
>
</li>
<li>
<a
href="./travel.html"
class="text-black text-lg hover:text-yellow-500"
>Travel
</a>
</li>
<li>
<a
href="login.html"
class="text-black text-lg hover:text-yellow-500"
>Login</a
>
</li>
<li>
<a
href="signup.html"
class="text-black text-lg hover:text-yellow-500"
>Register</a
>
</li>
<li>
<a
href="./contact.html"
class="text-black text-lg hover:text-yellow-500"
>Contact</a
>
</li>
</ul>
</div>
<!-- hamburger button -->
</div>
</nav>
<!-- hero section -->
<section
id="hero-section"
class="max-h-screen lg:h-screen flex flex-col md:flex-row bg-blue-300 bg-cover bg-center text-gray-900 space-y-4 gap-y-4"
>
<div class="w-full lg:w-1/2 order-2 lg:order-2 ">
<div class="bg-white rounded-2xl shadow-xl p-6 md:p-8">
<h2 class="text-2xl font-semibold text-gray-800 mb-6 text-center">
What is your destination?
</h2>
<form class="space-y-6">
<!-- Destination Input -->
<div>
<input
type="text"
placeholder="Enter city, airport, or landmark"
class="w-full px-4 py-3 rounded-xl border-2 border-gray-300 focus:border-blue-500 focus:ring-2 focus:ring-blue-200 transition duration-200"
/>
</div>
<!-- Date Selection -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
<div class="space-y-2">
<label class="block text-gray-700 font-medium text-2xl">From</label>
<input
type="date"
min="2024-12-18"
class="w-full px-4 py-3 rounded-xl border-2 border-gray-300 focus:border-blue-500 focus:ring-2 focus:ring-blue-200 transition duration-200"
/>
</div>
<div class="space-y-2">
<label class="block text-gray-700 font-medium text-2xl">To</label>
<input
type="date"
min="2024-12-18"
class="w-full px-4 py-3 rounded-xl border-2 border-gray-300 focus:border-blue-500 focus:ring-2 focus:ring-blue-200 transition duration-200"
/>
</div>
</div>
<!-- Search Button -->
<button
type="submit"
class="w-full bg-yellow-500 text-white py-3 rounded-lg font-semibold hover:bg-yellow-400 transition duration-300 transform hover:scale-105"
>
Search
</button>
</form>
</div>
</div>
<div class="animate-slideIn w-full lg:w-1/2 order-1 lg:order-1 ">
<h1
class="font-bold text-3xl lg:text-5xl text-gray-900 mb-6 transition-colors duration-300 hover:text-white"
>
Welcome to FlyFusion
</h1>
<p
class="text-gray-800 text-xl my-8 transition-colors duration-300 hover:text-white"
>
Embark on a journey of unparalleled convenience and comfort with
FlyFusion.
</p>
<button
class="bg-yellow-500 text-white px-8 py-3 rounded-lg hover:bg-yellow-600 transition duration-300 transform hover:scale-105"
>
Get Started
</button>
</div>
</section>
<!-- cards section -->
<!-- search bar-->
<section class="bg-white">
<section class="search-bar bg-white p-3 py-6 shadow-2xl">
<label for="destination-search" class="sr-only"
>Search for destinations or tours</label
>
<input
type="text"
id="destination-search"
placeholder="Search for destinations or tours..."
/>
<button onclick="searchDestination()">Search</button>
</section>
<!-- featured Destinations -->
<section class="featured-destinations bg-white">
<h2
class="font-semibold text-xl px-3 i flex justify-start items-center hover:text-blue-600"
>
Featured Destinations
</h2>
<div
class="destination-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<img src="./images/iceland.jpg" alt="ice land" />
<h3 class="hover:text-blue-400">Iceland</h3>
<p class="hover:text-blue-500">
"A land of majestic waterfalls, striking glaciers, and the
enchanting Northern Lights."
</p>
<a href="exploremore.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-300">
Explore More
</button>
</a>
</div>
<div
class="destination-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<img src="./images/korea2.webp" alt="south-korea" />
<h3 class="hover:text-blue-400">South Korea</h3>
<p class="hover:text-blue-500">
"South Korea: A vibrant blend of ancient palaces, modern cities, and
breathtaking mountain landscapes ."
</p>
<a href="./exploremore.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-300">
Explore More
</button>
</a>
</div>
<div
class="destination-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<img src="./images/japan.jpg" alt="Tokyo" />
<h3 class="hover:text-blue-400">Tokyo</h3>
<p class="hover:text-blue-500">
"Tokyo: A dazzling metropolis where cutting-edge technology meets
rich tradition and timeless culture."
</p>
<a href="./exploremore.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-300">
Explore More
</button>
</a>
</div>
</section>
<!-- Tour Packages -->
<section class="tour-packages">
<h2
class="font-semibold text-xl px-3 flex justify-start items-center hover:text-blue-600"
>
Popular Tour Packages
</h2>
<div
class="package-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<h3 class="hover:text-blue-400">European Adventure</h3>
<p class="hover:text-blue-500">
Visit Paris, Rome, and Barcelona in one trip.
</p>
<a href="./book.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-300">
Book Now
</button>
</a>
</div>
<div
class="package-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<h3 class="hover:text-blue-400">Tropical Escapes</h3>
<p class="hover:text-blue-500">
Relax and unwind in Bali and Phuket.
</p>
<a href="./book.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-300">
Book Now
</button></a
>
</div>
<div
class="package-card m-6 p-6 hover:shadow-xl transform hover:scale-105 transition duration-300"
>
<h3 class="hover:text-blue-400">Asian Discovery</h3>
<p class="hover:text-blue-500">Explore Tokyo, Kyoto, and Seoul.</p>
<a href="./book.html">
<button class="cta-btn bg-yellow-500 hover:bg-yellow-400">
Book Now
</button>
</a>
</div>
</section>
<section class="deals-banner bg-blue-400">
<h2 class="text-lg font-semibold pb-3 hover:hover:text-blue-600">
Travel Deals & Offers
</h2>
<p class="pb-3 text-sm font-medium hover:hover:text-blue-600">
Exclusive discounts for your next adventure!
</p>
<button class="bg-yellow-500 hover:bg-yellow-600 cta-btn">
<a href="./signup.html">Sign Up for More </a>
</button>
</section>
</section>
<!-- About us -->
<section id="about-us" class="bg-white py-16 px-6 md:px-16 text-center">
<div class="text-gray-900 container mx-auto">
<h2
class="font-bold text-4xl mb-6 text-blue-700 transition duration-300"
>
Who We Are
</h2>
<p
class="text-lg text-gray-600 mb-8 leading-relaxed hover:text-blue-400"
>
At FlyFusion, we're passionate about transforming the way you travel.
Our mission is to simplify and enhance every aspect of your travel
journey—from finding the perfect flight to booking the ideal hotel or
planning unforgettable adventures. With a focus on convenience,
affordability, and customer satisfaction, FlyFusion is your go-to
travel companion for a seamless, stress-free experience.
</p>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div
class="text-center bg-white shadow-2xl rounded-xl transform hover:scale-105 transition duration-300 mb-3 pb-3"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-16 w-16 mx-auto mb-4 text-yellow-500"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17 9V7a4 4 0 10-8 0v2m6 0a6 6 0 11-12 0 6 6 0 0112 0zm-6 5v2m0 4h.01m-.011-4h.01"
/>
</svg>
<h3
class="font-semibold text-xl mb-2 text-blue-600 transition duration-300"
>
Personalilized Travel
</h3>
<p class="text-gray-600 hover:text-blue-500 mb-2">
Tailored options to suit your unique perferences and needs.
</p>
</div>
<div
class="text-center bg-white shadow-2xl rounded-xl transform hover:scale-105 transition duration-300 pb-3 mb-3"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-16 w-16 mx-auto mb-4 text-yellow-500"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M8 16h.01M8 12h.01M16 8h.01M12 8h.01M12 4h.01M20 12v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2m4 4h.01M20 8H4M20 4H4"
/>
</svg>
<h3 class="font-semibold text-xl mb-2 text-blue-600">
Innovative Technology
</h3>
<p class="text-gray-600 hover:text-blue-500">
Streamlining your travel experience with advanced tools.
</p>
</div>
<div
class="text-center bg-white shadow-2xl rounded-xl transform hover:scale-105 transition duration-300"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-16 w-16 mx-auto mb-4 text-yellow-500"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M12 8v8m0 0h-3m3 0h3m-3-8h3m-3 0h-3"
/>
</svg>
<h3 class="font-semibold text-xl mb-2 text-blue-600">
Sustainability
</h3>
<p class="text-gray-600 hover:text-blue-500">
Committed to eco-friendly options for a greener planet.
</p>
</div>
<div
class="text-center bg-white shadow-2xl rounded-xl transform hover:scale-105 transition duration-300"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-16 w-16 mx-auto mb-4 text-yellow-500"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17 9l4 4-4 4m-6 0H7a4 4 0 01-4-4V7a4 4 0 014-4h4m9 4h.01"
/>
</svg>
<h3 class="font-semibold text-xl mb-2 text-blue-600">
24/7 Support
</h3>
<p class="text-gray-600 hover:text-blue-500">
Always here to assist you with any travel needs.
</p>
</div>
</div>
<div class="mt-12">
<h3 class="text-2xl font-semibold mb-4 text-blue-500">
Join the FlyFusion Experience Today
</h3>
<p class="text-lg text-gray-600 mb-6 hover:text-blue-400">
Start your journey with us and explore the world in a whole new way.
We’re committed to making every aspect of your trip effortless and
enjoyable.
</p>
<a
href=""
class="inline-block px-8 py-3 bg-yellow-500 text-white rounded-lg hover:bg-yellow-300 transition duration-300"
>Get Started.</a
>
</div>
</div>
</section>
<section class="bg-white pb-5">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d202405.65365228345!2d126.80932880888535!3d37.56476155040291!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x357ca2012d5c39cf%3A0x7e11eca1405bf29b!2sSeoul%2C%20South%20Korea!5e0!3m2!1sen!2sin!4v1731980177823!5m2!1sen!2sin"
width="100%"
height="400"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</section>
<footer class="bg-blue-400 animate-footer py-8">
<div class="container w-full mx-auto px-6">
<div class="flex justify-center space-x-8 mb-6">
<!-- Instagram Icon -->
<a
href="#"
class="social-icon hover:text-yellow-500"
aria-label="Instagram"
>
<svg
class="w-6 h-6"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 1.366.062 2.633.328 3.608 1.304.975.976 1.242 2.242 1.304 3.608.058 1.266.07 1.646.07 4.85s-.012 3.584-.07 4.85c-.062 1.366-.328 2.633-1.304 3.608-.976.975-2.242 1.242-3.608 1.304-1.266.058-1.646.07-4.85.07s-3.584-.012-4.85-.07c-1.366-.062-2.633-.328-3.608-1.304-.975-.975-1.242-2.242-1.304-3.608-.058-1.266-.07-1.646-.07-4.85s.012-3.584.07-4.85c.062-1.366.328-2.633.976-3.608 1.033-.976 2.242-1.242 3.608-1.304 1.266-.058 1.646-.07 4.85-.07zM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12z"
/>
</svg>
</a>
<!-- Facebook Icon -->
<a
href="#"
class="social-icon hover:text-yellow-500"
aria-label="Facebook"
>
<svg
class="w-6 h-6"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<path
d="M22.6 0H1.4C.63 0 0 .63 0 1.4v21.2c0 .77.63 1.4 1.4 1.4h11.44v-9.4h-3.2v-3.6h3.2V8.4c0-4.4 2.8-6.8 6.8-6.8 1.9 0 3.6.14 4.1.2v4.6h-2.9c-2.3 0-2.8 1.1-2.8 2.6v3.4h5.6l-1.2 3.6h-4.4v9.4h8.8c.77 0 1.4-.63 1.4-1.4V1.4c0-.77-.63-1.4-1.4-1.4z"
/>
</svg>
</a>
<!-- Twitter Icon -->
<a
href="#"
class="social-icon hover:text-yellow-500"
aria-label="Twitter"
>
<svg
class="w-6 h-6"
fill="currentColor"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<path
d="M23.44 4.71c-.81.36-1.68.61-2.59.72 1.16-.7 2.04-1.82 2.46-3.16-.97.58-2.04 1-3.17 1.23-.91-.97-2.22-1.58-3.68-1.58-3.29 0-5.9 2.66-5.9 5.94 0 .46.06.91.18 1.34-4.89-.24-9.24-2.61-12.14-6.23-.51.85-.8 1.83-.8 2.87 0 1.98 1.01 3.73 2.53 4.75-1.06-.03-2.06-.32-2.94-.79v.08c0 2.76 2.07 5.08 4.8 5.61-.5.14-.98.21-1.48.21-.36 0-.71-.04-1.06-.11.72 2.3 2.8 4.01 5.27 4.06-1.93 1.51-4.36 2.41-7.01 2.41-1.02 0-2.02-.06-3-.18 2.67 1.71 5.87 2.71 9.27 2.71 11.12 0 17.22-9.24 17.22-17.23 0-.26 0-.51-.02-.77.74-.54 1.38-1.21 1.9-1.98z"
/>
</svg>
</a>
</div>
<div class="mb-6">
<ul class="flex flex-col md:flex-row justify-center leading-relaxed md:space-x-6 text-black text-sm">
<li><a href="#" class="hover:text-orange-500">Home</a></li>
<li><a href="#" class="hover:text-orange-500">About Us</a></li>
<li><a href="#" class="hover:text-orange-500">Contact</a></li>
<li><a href="#" class="hover:text-orange-500">Destinations</a></li>
<li>
<a href="#" class="hover:text-orange-500">Terms & Conditions</a>
</li>
<li>
<a href="#" class="hover:text-orange-500">Privacy Policy</a>
</li>
</ul>
</div>
<div class="text-center text-sm text-black">
<p>©2024 FlyFusion. All rights reserved.</p>
<p>Privacy Policy | Terms of Service</p>
</div>
</div>
</footer>
</body>
</html>