-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcar_payment.html
355 lines (298 loc) · 19.3 KB
/
car_payment.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
<!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">
<link rel="stylesheet" href="./styles/navbarStyles.css">
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/car_payment.css">
<script src="https://kit.fontawesome.com/8ada446efc.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/8ada446efc.js" crossorigin="anonymous"></script>
<title>Car_Payment</title>
</head>
<style>
</style>
<body>
<div id="navbar"></div>
<div id="picked_1">
<div id="first">
<h3 >SEARCH RESULTS <i class="fa-solid fa-check"></i> </h3>
<h3>OPTIONS <i class="fa-solid fa-check"></i> </h3>
<h3 id="h3">DETAILS</h3>
<h3>CONFIRMATION</h3>
</div>
<div id="main_container2">
<div id="main_left">
<div id="border">
<h4>Lead driver details</h4>
<hr>
<div id="main_form">
<form action="" id="form">
<input type="text" placeholder="First Name" id="first_name"> <br>
<p>The name should match the driver's license and the <br> credit card used when you pick up the car.</p>
<input type="text" placeholder=" SurName" id="sur_name"> <br>
<input type="text" placeholder=" Email" id="email"> <br>
<div id="flex">
<input type="text" placeholder=" Country Code" id="code">
<input type="text" placeholder=" Phone Number" id="phone">
</div>
<select name="" placeholder="Country/region" id="country">
<option value="code">Country code</option>
<option value="Afghanistan">Afghanistan</option>
<option value="Antarctica">Antarctica</option>
<option value="Argentina">Argentina</option>
<option value="Australia">Australia</option>
<option value="Austria">Austria</option>
<option value="Bangladesh">Bangladesh</option>
<option value="Belgium">Belgium</option>
<option value="Bhutan">Bhutan</option>
<option value="Brazil">Brazil</option>
<option value="Canada">Canada</option>
<option value="China">China</option>
<option value="Denmark">Denmark</option>
<option value="Egypt">Egypt</option>
<option value="France">France</option>
<option value="Germany">Germany</option>
<option value="Greece">Greece</option>
<option value="Greenland">Greenland</option>
<option value="HongKong">Hong Kong SAR</option>
<option value="Hungary">Hungary</option>
<option value="Iceland">Iceland</option>
<option selected="" value="India">India</option>
<option value="Indonesia">Indonesia</option>
<option value="Iran">Iran</option>
<option value="Iraq">Iraq</option>
<option value="Ireland">Ireland</option>
<option value="Israel">Israel</option>
<option value="Italy">Italy</option>
<option value="Jamaica">Jamaica</option>
<option value="Japan">Japan</option>
<option value="Malaysia">Malaysia</option>
<option value="Maldives">Maldives</option>
<option value="Mauritius">Mauritius</option>
<option value="Mexico">Mexico</option>
<option value="Nepal">Nepal</option>
<option value="Netherlands">Netherlands</option>
</select> <br>
<input type="text" placeholder=" City" id="city"> <br>
<input type="text" placeholder=" Address" id="address"> <br>
<input type="text" placeholder="Flight Number" id="fly"> <br>
<p>Your flight number is important if your flight is delayed <br> or cancelled. It will help the car rental company to know <br> when you are arriving</p>
<div id="iam">
<i class="im">Lead driver's age</i> <br>
<button>18-29</button>
<button id="bt">30-69</button>
<button>70+</button>
</div>
</form>
</div>
</div>
<div id="payment">
<div> <h4 id="hf">Payment details</h4> </div>
<div id="back"> <i class=" fa-light fa-credit-card-blank "></i> No payment needed today! Just pay at the counter when you pick up your car. </div>
<div> <input type="checkbox"> <label for=""> <a class="a" href="">I agree to the Car Hire Terms and Conditions , Booking Terms and Conditions and Privacy policy.</a> </label> </div>
<button id="booking">Confirm Booking</button>
</div>
</div>
<div id="main_right">
<div id="one_top">
<h4>Price Summary</h4>
<hr>
<p>Car hire fee
₨ 2,528.11</p>
<p>Free GPS x1
₨ 0.00</p>
<hr>
<h5>Total
₨ 2,528.11</h5>
<h4 class="now">Pay now
₨ 0.00</h4>
<h4 class="now">Payable at desk
₨ 2,534.87</h4>
</div>
<div id="two_top">
<h3>Economy</h3>
<p>Mazda Demio or similar</p>
<img class="logo1" src="https://ct-supplierimage.imgix.net/car/times.pdf?output=auto&w=99&q=80&dpr=1" alt="">
<div id="f">
<img src="https://ctimg-fleet.cartrawler.com/mazda/demio/primary.png?w=180&auto=compress" alt="">
<p> 5 | 2 | 3 </p>
</div>
<hr>
<div id="para1">
<h4>Pick-Up</h4>
<p>Nagasaki - Airport</p>
<p>Thursday | 10:30 am, 19 May 2022 </p>
<h4>Drop-Off</h4>
<p>Nagasaki - Airport</p>
<p>Friday | 10:30 am, 20 May 2022 </p>
</div>
<hr>
<div id="b">
<h4>Extras</h4>
<button>Add</button>
</div>
</div>
</div>
</div>
<!-- -->
<div id="third">
<button id="expedia">Add Your Property to Expedia</button>
<h5 class="trip">Trip Planning ^</h5>
<div id="top">
<div id="left-top"> <h4>International Destinations</h4></div>
<div id="right-top">
<p>Check out Expedia's featured travel destinations, which gives you a full selection of hotels to suit any budget in the most popular destinations in India and the world at large. Find the hotel that is right for you using our star ratings, guest reviews, location maps & great discount rates.</p>
<div id="link">
<a href="#">Singapore Hotels</a>
<a href="#"> Hong Kong Hotels</a>
<a href="#"> Kuala Lumpur Hotels</a>
<a href="#"> Bangkok Hotels</a>
<a href="#"> Pattaya Hotels</a>
<a href="#">Paris Hotels</a>
<a href="#"> Bali Hotels</a>
<a href="#">Maldives Hotels</a>
<a href="#"> Dubai Hotels</a>
<a href="#"> New York Hotels</a>
<a href="#">London Hotels</a>
<a href="#"> Mauritius Hotels</a>
<a href="#"> Melbourne Hotels</a>
<a href="#"> Sydney Hotels</a>
<a href="#">Las Vegas Hotels</a>
<a href="#"> Krabi Hotels</a>
</div>
</div>
</div>
<div id="top1">
<div id="left-top1"> <h4>Domestic Destinations</h4></div>
<div id="right-top1">
<p>
Travelling within India? Check out our most popular domestic travel destinations with great selection of hotel partners, hotel reviews and our best travel deals!</p>
<div id="link1">
<a href="#">Singapore Hotels</a>
<a href="#"> Hong Kong Hotels</a>
<a href="#"> Kuala Lumpur Hotels</a>
<a href="#"> Bangkok Hotels</a>
<a href="#"> Pattaya Hotels</a>
<a href="#">Paris Hotels</a>
<a href="#"> Bali Hotels</a>
<a href="#">Maldives Hotels</a>
<a href="#"> Dubai Hotels</a>
<a href="#"> New York Hotels</a>
<a href="#">London Hotels</a>
<a href="#"> Mauritius Hotels</a>
<a href="#"> Melbourne Hotels</a>
<a href="#"> Sydney Hotels</a>
<a href="#">Las Vegas Hotels</a>
<a href="#"> Krabi Hotels</a>
</div>
</div>
</div>
<div id="top2">
<p>All prices and offers are subject to change with availability. Hotel prices are per night based on twin share, and excludes taxes and fees. Flight prices are per person and includes taxes and fees unless otherwise stated. Flight + hotel prices are per person, based on twin share, and include taxes and fees unless otherwise stated. Offers may be discontinued without notice.
</p>
<p>⁺ Sample prices are “from” prices and based on rates for travel within the next 45 days. Sample prices are subject to conditions above and limited availability. Prices vary by date, length of stay, hotel selected, hotel room category, departure city, and availability. Additional restrictions including minimum stay, blackout dates, available room types and advance purchase may apply.</p>
<p>*Savings based on all package bookings with Flight + Hotel on Expedia.co.in from January 2018 to December 2018, as compared to the price of the same components booked separately. Savings will vary based on origin/destination, length of trip, stay dates and selected travel supplier(s). Savings not available on all packages.</p>
</div>
<h5 class="trip">Explore More ^</h5>
<div id="top3">
<div id="left-top3"> <h4>More Travel Options</h4></div>
<div id="right-top3">
<div id="link3">
<a href="#">Singapore Hotels</a>
<a href="#"> Hong Kong Hotels</a>
<a href="#"> Kuala Lumpur Hotels</a>
<a href="#"> Bangkok Hotels</a>
<a href="#"> Pattaya Hotels</a>
<a href="#">Paris Hotels</a>
<a href="#"> Bali Hotels</a>
<a href="#">Maldives Hotels</a>
<a href="#"> Dubai Hotels</a>
<a href="#"> New York Hotels</a>
<a href="#">London Hotels</a>
<a href="#"> Mauritius Hotels</a>
<a href="#"> Melbourne Hotels</a>
<a href="#"> Sydney Hotels</a>
<a href="#">Las Vegas Hotels</a>
<a href="#"> Krabi Hotels</a>
</div>
</div>
</div>
<div id="top4">
<div id="left-top4"><h4>Expedia</h4></div>
<div id="right-top4">
<a class="a1" href="#"> About Us</a>
<a class="a1" href="#"> Privacy Policy</a>
<a class="a1" href="#"> Terms of Use</a>
<a class="a1" href="#"> Support</a>
</div>
</div>
<!-- -->
<div id="top5">
<div id="left-top5"><h4>Partner Services </h4></div>
<div id="right-top5">
<a class="a1" href="#"> Expedia Partner Central</a>
<a class="a1" href="#"> Add a property</a>
<a class="a1" href="#"> Expedia Partner Solutions API</a>
<a class="a1" href="#"> Add an Activity</a>
<a class="a1" href="#"> Travel Agencies</a>
<a class="a1" href="#">Become an Affiliate</a>
</div>
</div>
<div id="top6">
<div id="left-top6"><h4> Global Sites </h4></div>
<div id="right-top6">
<a class="a2" href="#"> <img class="img2" src="https://cdn.britannica.com/97/1597-004-05816F4E/Flag-India.jpg" alt=""> </a>
<a class="a2" href="#"><img src="https://images.unsplash.com/photo-1628510118714-d2124aea4b8a?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxleHBsb3JlLWZlZWR8MXx8fGVufDB8fHx8&w=1000&q=80" alt="" class="img2"> </a>
<a class="a2" href="#"> <img src="https://cdn.wionews.com/sites/default/files/2020/07/22/150961-untitled-design-30.jpg" alt="" class="img2"> </a>
<a class="a2" href="#"> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTS3gOBFa0gBo1bcM4b0fDnDCmT5sSvNKVwLA&usqp=CAU" alt="" class="img2"> </a>
<a class="a2" href="#"> <img src="https://static01.nyt.com/images/2021/09/22/opinion/sunday/22FlagsStills-02/22FlagsStills-02-videoSixteenByNineJumbo1600-v2.jpg" alt="" class="img2"> </a>
<a class="a2" href="#"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Flag_of_New_Zealand.svg/2560px-Flag_of_New_Zealand.svg.png" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://image.shutterstock.com/image-vector/vector-image-national-flag-canada-260nw-1934343512.jpg" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSM13kk91wXvnCldigGd-mWMAeGnsTXf8fstQ&usqp=CAU" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Flag_of_Europe.svg/255px-Flag_of_Europe.svg.png" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://www.edarabia.com/wp-content/uploads/2019/10/china-flag.jpg" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://cdn.mos.cms.futurecdn.net/3YLmjAGM2wM5AEiMCwwyi3.jpg" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://m.media-amazon.com/images/I/61yxAPIR4TL._SX522_.jpg" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="http://www.anbg.gov.au/images/flags/misc/semaphore.gif" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://www.bergerpaints.com/imaginecolours/wp-content/uploads/2018/01/Flag-of-Nepal.png" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSexXWCtLCz0oNahjLPD3lCojual1ClqTrSpw&usqp=CAU" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Flag_of_Albania_%281914%E2%80%931920%29.svg/656px-Flag_of_Albania_%281914%E2%80%931920%29.svg.png" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://www.uritours.com/wp-content/uploads/2020/02/north-korea-flag.jpg" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://young.scot/media/8214/flag-two.png" alt="" class="img2"> </a>
<a href="#" class="a2"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b6/Flag_of_China_%281889%E2%80%931912%29.svg/238px-Flag_of_China_%281889%E2%80%931912%29.svg.png" alt="" class="img2"> </a>
</div>
</div>
<div id="top7">
<div id="left-top7"><h4> Expedia Partner </h4></div>
<div id="right-top7">
<a class="a1" href="#"> Expedia Partner Central</a>
<a class="a1" href="#"> Add a property</a>
<a class="a1" href="#"> Expedia Partner Solutions API</a>
<a class="a1" href="#"> Add an Activity</a>
<a class="a1" href="#"> Travel Agencies</a>
<a class="a1" href="#">Become an Affiliate</a>
</div>
</div>
<div id="logo"><img src="https://images.trvl-media.com/media/content/expind/images/sg/secure.png" alt=""></div>
<div id="ltd">
<p class="para"><a class="inc" href=""> © 2022 Expedia, Inc, an Expedia Group Company. /</a> Expedia Asia Holdings Mauritius / BEX Travel Asia Pte Ltd. All rights reserved.</p>
</div>
<div id="img4">
<img src="https://a.travel-assets.com/globalcontrols-service/content/f285fb631b0a976202ef57611c7050e9ef5ca51a/images/EG_Wordmark_blue_RGB.svg" alt="">
</div>
</div>
</div>
</body>
</html>
<script type="module">
import navbar from "./components/navbar.js";
let nav = document.getElementById("navbar");
nav.innerHTML = navbar();
let btn = document.getElementById("booking").addEventListener("click", cFun);
function cFun(){
// alert("congratulation Your booking is Complete");
window.location.href = "car_pay_success.html"
}
</script>