-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflight.html
368 lines (358 loc) · 11.8 KB
/
flight.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
<!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>Flight</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="./css/flight.css" />
<link rel="stylesheet" href="./css/swiper.css" />
<link rel="stylesheet" href="./css/navbar.css" />
<script src="https://code.iconify.design/iconify-icon/1.0.0-beta.3/iconify-icon.min.js"></script>
<link
href="https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
rel="icon"
href="https://iconape.com/wp-content/files/re/43583/svg/bookingcom-1.svg"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<style>
#navbar > :last-child > a:nth-child(2) {
border: 1px solid white;
background-color: rgb(26, 74, 141);
padding: 9px;
border-radius: 10em;
}
#navbar > :last-child > a:nth-child(1) {
border: inherit;
background-color: inherit;
padding: 9px;
border-radius: 10em;
}
#navbar > :last-child > a:nth-child(3) {
border: inherit;
background-color: inherit;
padding: 9px;
border-radius: 10em;
}
#navbar > :last-child > a:nth-child(4) {
border: inherit;
background-color: inherit;
padding: 9px;
border-radius: 10em;
}
#navbar > :last-child > a:nth-child(5) {
border: inherit;
background-color: inherit;
padding: 9px;
border-radius: 10em;
}
</style>
</head>
<body>
<div id="top"></div>
<div id="bfsmg">
<div id="tyhn">
<div>
Coronavirus (COVID-19) may affect your travel plans.
<span id="prout">Learn more</span>
</div>
</div>
<h1 class="pos fontsi">Compare and book flights with ease</h1>
<p class="pos fonsi">Discover your next dream destination</p>
<div id="tcdvc">
<input type="radio" />
<span>Round-trip</span>
<input unchecked type="radio" />
<span>One-way</span>
<input type="radio" />
<span>Multi-city</span>
</div>
<table id="euhne">
<thead>
<tr>
<td><input id="irwbd" type="text" placeholder="Where from ?" /></td>
<td><input type="text" placeholder="Where to ?" /></td>
<td><input type="date" /></td>
<td><input type="date" placeholder="Return" /></td>
<td><button>Search</button></td>
</tr>
</thead>
</table>
<div id="qrxsc">
<input type="checkbox" /><span>Direct flights only</span>
</div>
</div>
<h3 class="pos fontsi1">Popular flights near you</h3>
<p class="pos fonsi1">Find deals on domestic and international flights</p>
<!-- Here first slider will be making -->
<p class="pos fonsi1">International</p>
<div id="domestic_popular_flights">
<div class="swiper mySwiper3">
<div class="swiper-wrapper"></div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
<p class="pos fonsi1">Domestic</p>
<div id="ineternational_popular_flights">
<div class="swiper mySwiper4">
<div class="swiper-wrapper"></div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
<h3 class="pos fontsi1">Trending cities</h3>
<p class="pos fonsi1">
Book flights to a destination popular with travelers from India
</p>
<!-- Here Second slider will be making -->
<div id="trending_popular_flights">
<div class="swiper mySwiper5">
<div class="swiper-wrapper"></div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
<div id="bfsmg">
<div id="rwydgbx">
<div class="wzqwxa">
<img src="./images/search.png" alt="" />
<div>
<h4>Huge selection</h4>
<p>Easily compare thousands of flights, all in one place</p>
</div>
</div>
<div class="wzqwxa">
<img src="./images/magnifying-glass.png" alt="" />
<div>
<h4>No hidden fees</h4>
<p>Always know exactly what you’re paying for</p>
</div>
</div>
<div class="wzqwxa">
<img src="images/itinerary.png" alt="" />
<div>
<h4>More flexibility</h4>
<p>
Keep your travel dates open with flexible plane ticket options
</p>
</div>
</div>
</div>
</div>
<h3 class="pos fontsi1">Fly worldwide with Booking.com</h3>
<p class="pos fonsi1">
Flights from wherever you are to wherever you want to go
</p>
<hr id="qwsdefv" />
<div id="weufgbxz">
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/971989.jpg?k=1e02f419fe4a28344bb98db67c4153ba6c9fb5b4837e2e038612cff9ea419c65&o="
alt=""
/>
<div>
<h4>New Delhi to Toronto</h4>
<p>Shortest flight time: 15h 02m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/856674.jpg?k=70a9589c2f7d2fc175c3ac02c55702c2e433f588866756a394cddfe215170f38&o="
alt=""
/>
<div>
<h4>New Delhi to New York</h4>
<p>Shortest flight time: 15h 11m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/653280.jpg?k=22d48ac39a830a7f37538454fdb0857980fe22cda6ac1afd46d31db9453c0893&o="
alt=""
/>
<div>
<h4>New Delhi to Vancouver</h4>
<p>Shortest flight time: 14h 24m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/689394.jpg?k=23b0050a839e18850cc6b64186787bdd846385ae280f2bdff2ced0a438f72112&o="
alt=""
/>
<div>
<h4>New Delhi to San Francisco</h4>
<p>Shortest flight time: 15h 56m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/689744.jpg?k=3c7c6d59d968c2bade9003d9ebf8a1346455ce92abe94ffaa29247839161f09e&o="
alt=""
/>
<div>
<h4>New Delhi to Chicago</h4>
<p>Shortest flight time: 15h 32m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/620034.jpg?k=57be46c03c63ddade3e509013855574fe00e8b23e30dc19cd6cc232b4da7eb7e&o="
alt=""
/>
<div>
<h4>New Delhi to Los Angeles</h4>
<p>Shortest flight time: 16h 34m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/689490.jpg?k=1d5bd50555dd3c8fbd622bad7493375d6ee52e4c258e3cff5c64ded847efdf76&o="
alt=""
/>
<div>
<h4>New Delhi to Washington</h4>
<p>Shortest flight time: 15h 33m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/653168.jpg?k=ceda450b4ea447e9d2f8d04bf6bcc061bcfd571d4f85dfb02002dc9d863732e1&o="
alt=""
/>
<div>
<h4>New Delhi to Calgary</h4>
<p>Shortest flight time: 14h 21m</p>
</div>
</div>
<div class="dbfduiy">
<img
src="https://q-xx.bstatic.com/xdata/images/city/square210/690566.jpg?k=ce21853027cc5aa928c0e261e5c567a935d613995c2c365958cbf5ccbaeff9bb&o="
alt=""
/>
<div>
<h4>New Delhi to Seattle</h4>
<p>Shortest flight time: 14h 39m</p>
</div>
</div>
</div>
<h3 class="pos fontsi1">Frequently asked questions</h3>
<div id="csrgjljn">
<div>
<h4>How do I find the cheapest flights on Booking.com?</h4>
<p>
You can sort flights by price to see them from cheapest to most
expensive. To find the cheapest flights, you also need to consider
factors like when you're booking and want to travel.
</p>
</div>
<div>
<h4>Can I book one-way flights on Booking.com?</h4>
<p>
Yes, you can book one-way, round-trip, and multi-city flights on our
site.
</p>
</div>
<div>
<h4>How far in advance can I book a flight?</h4>
<p>You can book a flight up to one year before your departure date.</p>
</div>
<div>
<h4>Do flights get cheaper closer to departure?</h4>
<p>
Generally, flight prices are more likely to increase the closer you
get to your flight date.
</p>
</div>
<div>
<h4>What is a flexible ticket?</h4>
<p>
A flexible ticket allows you to change your flight with the same
airline by only paying the fare and tax difference. It can only be
used for one confirmed change. You can add the flexible ticket when
booking your flight.
</p>
</div>
<div>
<h4>Does Booking.com charge credit card fees?</h4>
<p>
No, we don't charge any credit card fees. You can always see exactly
what you’re paying for in the price breakdown when reviewing your
booking.
</p>
</div>
</div>
<div id="fiegub">
<div>
<u>About Booking.com</u>
<u>Terms & Conditions</u>
<u>How We Work</u>
<u>Privacy & Cookie statement</u>
<u>Flights Help</u>
</div>
</div>
<p class="esndna">Copyright © 1996-2022 Booking.com. All rights reserved</p>
<p class="esndna">
Booking.com is part of Booking Holdings Inc., the world leader in online
travel and related services.
</p>
<div id="fjgbuisd">
<div>
<img
src="https://r-cf.bstatic.com/static/img/tfl/group_logos/logo_booking/27c8d1832de6a3123b6ee45b59ae2f81b0d9d0d0.png"
alt=""
/>
</div>
<div>
<img
src="https://q-cf.bstatic.com/static/img/tfl/group_logos/logo_priceline/f80e129541f2a952d470df2447373390f3dd4e44.png"
alt=""
/>
</div>
<div>
<img
src="https://r-cf.bstatic.com/static/img/tfl/group_logos/logo_kayak/83ef7122074473a6566094e957ff834badb58ce6.png"
alt=""
/>
</div>
<div>
<img
src="https://q-cf.bstatic.com/static/img/tfl/group_logos/logo_agoda/1c9191b6a3651bf030e41e99a153b64f449845ed.png"
alt=""
/>
</div>
<div>
<img
src="https://r-cf.bstatic.com/static/img/tfl/group_logos/logo_rentalcars/6bc5ec89d870111592a378bbe7a2086f0b01abc4.png"
alt=""
/>
</div>
<div>
<img
src="https://r-cf.bstatic.com/static/img/tfl/group_logos/logo_opentable/a4b50503eda6c15773d6e61c238230eb42fb050d.png"
alt=""
/>
</div>
</div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="./scripts/flights.js"></script>
<script src="./scripts/navbar.js" type="module"></script>
<script src="./scripts/signin.js" type="module"></script>