-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
283 lines (274 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flight Booking </title>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css" rel="stylesheet">
<link
href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css"
rel="stylesheet"/>
</head>
<body>
<nav>
<div class="nav__logo">FLIGHT.BOOKING</div>
<ul class="nav__links">
<li class="link"><a href="#">Home</a></li>
<li class="link"><a href="#">About</a></li>
<li class="link"><a href="#">Offers</a></li>
<li class="link"><a href="#">Seats</a></li>
<li class="link"><a href="#">Destination</a></li>
</ul>
<button class="btn">Contact</button>
</nav>
<header class="section__container header__container">
<h1 class="section__header">Find and Book<br>A Great Experience</h1>
<img src="assets/header.jpg" alt="header"/>
</header>
<section class="section__container booking__container">
<div class="booking__nav">
<span>Economy Class</span>
<span>Business Class</span>
<span>First Class</span>
</div>
<form>
<div class="form__group">
<span><i class="ri-map-pin-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Location</label>
</div>
<p>Where are you going?</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-user-3-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="number" min="1" max="50"/>
<label>Travellers</label>
</div>
<p>Add guests</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Departure</label>
</div>
<p>Add date</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" />
<label>Return</label>
</div>
<p>Add date</p>
</div>
</div>
<button class="btn"><i class="ri-search-line"></i></button>
</form>
</section>
<section class="section__container plan__container">
<p class="subheader">TRAVEL SUPPORT</p>
<h2 class="section__header">Plan your travel with confidence</h2>
<p class="description">
Find help with your bookings and travel plans, and see what to expect along your journey.
</p>
<div class="plan__grid">
<div class="plan__content">
<span class="number">01</span>
<h4>Travel Requirements for Dubai</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
<span class="number">02</span>
<h4>Multi-risk travel insurance</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
<span class="number">03 </span>
<h4>Travel Requirements by destinations</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential travel requirements,
ensuring a smooth and hassle-free experience in this vibrant and captivating city.
</p>
</div>
<div class="plan__image">
<img src="assets/plan-1.jpg" alt="plan" />
<img src="assets/plan-2.jpg" alt="plan" />
<img src="assets/plan-3.jpg" alt="plan" />
</div>
</div>
</section>
<section class="memories">
<div class="section__container memories__container">
<div class="memories__header">
<h2 class="section__header">
Travel to make memories all around the world
</h2>
<button class="view__all">View All</button>
</div>
<div class="memories__grid">
<div class="memories__card">
<span><i class="ri-calendar-2-line"></i></span>
<h4>Book & Relax</h4>
<p>
Introducing Smart Cheklist with us, the innovative solution
revolutionizing the way your travel with our airline.
</p>
</div>
<div class="memories__card">
<span><i class="ri-shield-check-line"></i></span>
<h4>Smart Checklist</h4>
<p>
With "Book and Relax", you can sit back, unwind, and enjoy the
journey while we take care of everything else.
</p>
</div>
<div class="memories__card">
<span><i class="ri-bookmark-2-line"></i></span>
<h4>Save More</h4>
<p>
From discounted ticket prices to exclusive promotions and deals,
we prioritize affordability without compromising on quality.
</p>
</div>
</div>
</div>
</section>
<section class="section__container lounge__container">
<div class="lounge__image">
<img src="assets/lounge-1.jpg" alt="lounge" />
<img src="assets/lounge-2.jpg" alt="lounge" />
</div>
<div class="lounge__content">
<h2 class="section__header">Unaccompanied Minor Lounge</h2>
<div class="lounge__grid">
<div class="lounge__details">
<h4>Experience Tranquility</h4>
<p>
Serenity Haven offers a tranquil escape, featuring comfortable
seating, calming ambiance, and attentive service.
</p>
</div>
<div class="lounge__details">
<h4>Elevate Your Experience</h4>
<p>
Designed for discerning travelers, this exclusive lounge offers
premium amenities, assistance, and private workspaces.
</p>
</div>
<div class="lounge__details">
<h4>A Welcoming Space</h4>
<p>
Creating a family-friendly atmosphere, The Family Zone is the
perfect haven for parents and children.
</p>
</div>
<div class="lounge__details">
<h4>A Culinary Delight</h4>
<p>
Immerse yourself in a world of flavors, offering international
cuisines, gourmet dishes, and carefully curated beverages.
</p>
</div>
</div>
</div>
</section>
<section class="section__container travellers__container">
<h2 class="section__header">Best travellers of the month</h2>
<div class="travellers__grid">
<div class="travellers__card">
<img src="assets/traveller-1.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-1.jpg" alt="client" />
<h4>Emily Johnson</h4>
<p>Dubai</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-2.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-2.jpg" alt="client" />
<h4>David Smith</h4>
<p>Paris</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-3.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-3.jpg" alt="client" />
<h4>Olivia Brown</h4>
<p>Singapore</p>
</div>
</div>
<div class="travellers__card">
<img src="assets/traveller-4.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="assets/client-4.jpg" alt="client" />
<h4>Daniel Taylor</h4>
<p>Malaysia</p>
</div>
</div>
</div>
</section>
<section class="subscribe">
<div class="section__container subscribe__container">
<h2 class="section__header">Subscribe newsletter & get latest news</h2>
<form class="subscribe__form">
<input type="text" placeholder="Enter your email here" />
<button class="btn">Subscribe</button>
</form>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>FLIGHT.BOOKING</h3>
<p>
Where Excellence Takes Flight. With a strong commitment to customer
satisfaction and a passion for air travel, Flivan Airlines offers
exceptional service and seamless journeys.
</p>
<p>
From friendly smiles to state-of-the-art aircraft, we connect the
world, ensuring safe, comfortable, and unforgettable experiences.
</p>
</div>
<div class="footer__col">
<h4>INFORMATION</h4>
<p>Home</p>
<p>About</p>
<p>Offers</p>
<p>Seats</p>
<p>Destinations</p>
</div>
<div class="footer__col">
<h4>CONTACT</h4>
<p>Support</p>
<p>Media</p>
<p>Socials</p>
</div>
</div>
<div class="section__container footer__bar">
<p>Copyright © 2023 All rights reserved.</p>
<div class="socials">
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-youtube-fill"></i></span>
</div>
</div>
</footer>
</body>
</html>