-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairporttaxis.html
343 lines (334 loc) · 13.1 KB
/
airporttaxis.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
<!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>
Airport Taxis | Book your airpot taxis online | Booking.com | booking.com
</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="./css/airporttaxis.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
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="./css/navbar.css">
<link rel="stylesheet" href="./css/footer.css">
<style>
#navbar > :last-child > a:nth-child(6) {
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(2) {
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(5) {
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;
}
</style>
</head>
<body>
<div id="top"></div>
<div class="covid_prevention_container">
<div class="covid_prevention_wrapper">
<div class="covid_prevention">
<div class="covid_prevention_left">
<i class="ri-information-line"></i>
<h4>Protecting you during COVID-19</h4>
</div>
<div class="covid_prevention_right">
<i class="ri-arrow-down-s-line"></i>
</div>
</div>
<div class="covid_prevention_contents">
<p>
Your safety matters. From July 2020, we’re asking all customers to
wear a face covering when travelling with us. If you don’t wear a
face covering, your driver may not be able to start your journey.
Where Coronavirus may affect your plans, here’s what you need to
know about booking with us at this time.
</p>
<a
href="https://www.booking.com/covid-19.en-gb.html?label=gen173bo-1DCAEoggI46AdIM1gDaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGYAi2oAgO4Ar6dnZgGwAIB0gIkNzAwYjhlMWItOTMxNC00MzVlLWJkMmItZjRjZjc3MGRmOTg32AIE4AIB&srpvid=3cdf49a36f5703a1&sid=0e1241b49b71e375ac77857b567d069c#covid-19--taxi"
>Read more</a
>
</div>
</div>
</div>
<div class="airport_taxis_search_container">
<div class="airport_taxis_search">
<h2 class="heading">Book Your Airport taxi</h2>
<p class="sub_heading">
Easy airport transfers to and from your accommodation
</p>
<div class="one_way_return">
<label for="one_way"
><input type="radio" name="fly" id="one_way" checked />
One-way</label
>
<label for="return"
><input name="fly" type="radio" id="return" /> Return</label
>
</div>
<div class="search_container">
<div class="pick_up_location p-col">
<i class="ri-map-pin-2-fill"></i>
<input type="text" placeholder="Enter pick-up location" />
</div>
<div class="return_location p-col">
<i class="ri-map-pin-2-fill"></i>
<input type="text" placeholder="Enter destination" />
</div>
<div class="search_date p-col">
<i class="ri-calendar-2-line"></i>
<input type="date" />
</div>
<div class="search_time p-col">
<input type="time" />
</div>
<div class="search_pasangers p-col">
<i class="ri-user-fill"></i>
<select name="pasangers" id="pasangers">
<option value="select">Pasangers</option>
<option value="" selected>1</option>
<option value="">2</option>
<option value="">3</option>
<option value="">4</option>
<option value="">5</option>
<option value="">6</option>
<option value="">7</option>
<option value="">8</option>
<option value="">9</option>
<option value="">10</option>
<option value="">11</option>
<option value="">12</option>
<option value="">13</option>
<option value="">14</option>
<option value="">15</option>
<option value="">16</option>
</select>
</div>
<div class="search_btn">
<button id="search_btn">Search</button>
</div>
</div>
<div class="some_services">
<div class="services_items">
<div class="service_icon bg1">
<i class="ri-plane-fill"></i>
</div>
<div class="service_contents">
<h4>Flight Tracking</h4>
<p>
Your drive tracks your flight and waits for you if it's delayed
</p>
</div>
</div>
<div class="services_items">
<div class="service_icon bg2">
<i class="ri-window-line"></i>
</div>
<div class="service_contents">
<h4>One clear price</h4>
<p>
Your price is confirmed upfront – no extra costs, no cash
required
</p>
</div>
</div>
<div class="services_items">
<div class="service_icon bg3">
<i class="ri-check-line"></i>
</div>
<div class="service_contents">
<h4>Tried and trusted</h4>
<p>
We work with professional drivers and have 24/7 customer care
</p>
</div>
</div>
</div>
</div>
</div>
<div class="airport_transfer_container">
<h1>Airport transfers made easy</h1>
<div class="airport_transfer_wrapper">
<div class="airport_transfer_left">
<div class="transer_items">
<div class="trnsfer_logo">
<img
src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-book-taxi.4fcb8e24.svg"
alt="logo"
/>
</div>
<div class="airport_transfer_contents">
<h3>Booking your airport taxi</h3>
<p>
Confirmation is immediate. If your plans change, you can cancel
for free up to 24 hours before your scheduled pick-up time
</p>
</div>
</div>
<div class="transer_items">
<div class="trnsfer_logo">
<img
src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-meet-driver.d6713568.svg"
alt="logo"
/>
</div>
<div class="airport_transfer_contents">
<h3>Meeting your driver</h3>
<p>
You'll be met on arrival and taken to your vehicle. Your driver
will track your flight, so they'll wait for you even if it's
delayed
</p>
</div>
</div>
<div class="transer_items">
<div class="trnsfer_logo">
<img
src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-arrive-at-destination.b3ceb242.svg"
alt="logo"
/>
</div>
<div class="airport_transfer_contents">
<h3>Arriving at your destination</h3>
<p>
Get to your destination quickly and safely – no waiting in line
for a taxi, no figuring out public transport
</p>
</div>
</div>
</div>
<div class="airport_transfer_right">
<img
src="https://q-xx.bstatic.com/psb/capla/static/media/taxi-how-it-works.94ace4c2.svg"
alt="taxi-how-it-works"
/>
<div class="tags">
<p>How does it works?</p>
<p>Book Online</p>
<p>Receive confirmation</p>
<p>Arrive at your destination</p>
<p>Meet your driver</p>
<p>Enjoy your trip!</p>
</div>
</div>
</div>
</div>
<div class="airport_taxis_search_container">
<div class="airport_taxis_wrapper">
<h2 class="heading">Book Your Airport taxi</h2>
<ul class="btns_table_tab">
<li class="btns_tabs" id="1_3_passangers">
1 - 3 passangers
</li>
<li class="btns_tabs" id="4_7_passangers">
4 - 7 passangers
</li>
<li class="btns_tabs" id="all_passangers">All taxis</li>
</div>
<div class="tabs_result_container">
</div>
</div>
<div class="taxi_service_faq">
<div class="taxi_service_faq_left">
<h2 class="heading">
Find out more about our airport taxi service
</h2>
<p>See more FAQs on our <a href="https://taxi.booking.com/help?lang=en-gb" target="_blank">help page</a> </p>
</div>
<div class="taxi_service_faq_right">
<div class="question_item">
<div class="question_div">
<h3>What happens if my flight is early or delayed?</h3>
<p><i class="ri-arrow-down-s-line"></i></p>
</div>
<div class="ans_div">
<p>
Our Meet & Greet service means that if you provide your flight number when you're booking your airport taxi, we'll be able to track your flight and adjust your pick-up time automatically according to your actual arrival time. Once your flight has landed, your driver will wait for 45 minutes. This should give you plenty of time to pass through security, claim your baggage and head through to arrivals to meet your driver.
</p>
</div>
</div>
<div class="question_item">
<div class="question_div">
<h3>What's included in the price?</h3>
<p><i class="ri-arrow-down-s-line"></i></p>
</div>
<div class="ans_div">
<p>
Our prices include all taxes, fees, gratuity and toll road charges. If you book an airport pick-up, prices also include Meet & Greet as standard, which means we'll track your flight and wait for 45 minutes from the time your flight arrives. If you book a return taxi to the airport – or any other non-airport pick-up – your driver will wait for 15 minutes after the scheduled pick-up time. Please note that you may have to pay an additional cost for certain special requests or any amendments you want to make to your journey.
</p>
</div>
</div>
<div class="question_item">
<div class="question_div">
<h3>How do I pay?</h3>
<p><i class="ri-arrow-down-s-line"></i></p>
</div>
<div class="ans_div">
<p>
You pay for your airport taxi when you complete your booking online. This means that everything is confirmed and taken care of in advance so you don't need to worry about any unpleasant surprises or having cash on you when you arrive. Currently, we accept Visa, American Express and Mastercard, as well as most major debit cards. We also accept payment via PayPal.
</p>
</div>
</div>
<div class="question_item">
<div class="question_div">
<h3>Can I cancel my booking?</h3>
<p><i class="ri-arrow-down-s-line"></i></p>
</div>
<div class="ans_div">
<p>Yes. You can always cancel your booking for free up to 24 hours prior to your scheduled pick-up time. Some of our partners allow a shorter window for free cancellation. Check your booking confirmation for more information.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="subs"></div>
<div id="footer2"></div>
<div id="footer3"></div>
</body>
</html>
<script src="./scripts/navbar.js" type="module"></script>
<script src="./scripts/footer.js" type="module"></script>
<script src="./scripts/signin.js" type="module"></script>
<script src="./scripts/airporttaxis.js"></script>
<script src="" type="module">
document.getElementById("sign_out").addEventListener("click", () => {
console.log("dfsf");
});
</script>