-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmy_package.html
265 lines (227 loc) · 13.4 KB
/
my_package.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
<!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>Explore New Package</title>
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles/navbarStyles.css">
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./styles/search.css">
<link rel="stylesheet" href="./styles/package.css">
</head>
<body>
<!-- <h1>Package Window</h1> -->
<div id="navbar"></div>
<div class="main-input">
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-location-dot"></i></p>
<input type="text" placeholder="Leaving from" class="input-out"/>
</div>
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-location-dot"></i></p>
<input type="text" placeholder="Going to" id="input-out" class="input-out" />
</div>
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-user"></i></p>
<input type="text" placeholder="Travellers" class="input-out"/>
</div>
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-money-dot"></i></p>
<input type="text" placeholder="Economy" class="input-out"/>
</div>
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-calendar-day"></i></p>
<input type="date" placeholder="Pick-up" class="input-out"/>
</div>
<div class="logo1">
<p class="logo-out"><i class="fa-solid fa-calendar-day"></i></p>
<input type="date" placeholder="Pick-up" class="input-out"/>
</div>
</div>
<div class="check">
<p><input type="checkbox" name="" class="large-check" id="">Direct flights only</p>
<p><input type="checkbox" name="" class="large-check" id="">I only need accommodation for part of my trip</p>
<button id="sear">Search</button>
</div>
<div class="choose-stay">
<p style="color:black"> <b>Choose your stay</b><span>></span></p>
<p>Choose departing flight <span>></span></p>
<p>Choose returning flight <span>></span></p>
<p>Review your trip </p>
</div>
<div class="main-data">
<div class="left-div">
<div class="map"><img src="./images/map.PNG" alt=""></div>
<div class="hr-line" > <hr></div>
<div class="wrapper">
<h3>Search by property name</h3>
<div class="search-input">
<a href="" target="_blank" hidden></a>
<input type="text" id="search-bar" placeholder="Type to search.." >
<div class="autocom-box">
<!-- here list are inserted from javascript -->
</div>
<div class="icon"><i id="icon-search" class="fas fa-search"></i></div>
</div>
</div>
<div class="hr-line" > <hr></div>
<div class="filter-by">
<h3>Filter by</h3>
<div class="checkboxes">
<h4>Property cancellation options</h4>
<div> <input type="checkbox" name="" class="large-check" id=""><span>
Fully refundable property</span></div>
</div>
<div class="checkboxes">
<h4>Expedia Rewards</h4>
<div> <input type="checkbox" name="" class="large-check" id=""><span>VIP Access properties
Top-rated stays with member perks</span></div>
</div>
<div class="popular-filter">
<h4>Popular filter</h4>
<div class="popular-check"> <input type="checkbox" name="" class="large-check" id=""><span>
Dinner included</span></div>
<div class="popular-check"> <input type="checkbox" name="" class="large-check" id=""><span>Gym</span></div>
<div class="popular-check"> <input type="checkbox" name="" class="large-check" id=""><span>Sea view</span></div>
<div class="popular-check"> <input type="checkbox" name="" class="large-check" id=""><span>All-inclusive plan available
</span></div>
<div class="popular-check"> <input type="checkbox" name="" class="large-check" id=""><span>All-inclusive</span></div>
</div>
<div class="review-star">
<h4>Propert class</h4>
<div class="star-filter">
<div class="star">1★</div>
<div class="star">2★</div>
<div class="star">3★</div>
<div class="star">4★</div>
<div class="star">5★</div>
</div>
</div>
<div class="guest-rating">
<h4>Guest rating</h4>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Any</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Wonderful 4.5+</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Very good 4+</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Good 3.5+</span></div>
</div>
<div class="property-type">
<h4>Property type</h4>
<div class="property"> <input type="checkbox" name="" class="large-check" id=""><span>Condominium resort</span></div>
<div class="property"> <input type="checkbox" name="" class="large-check" id=""><span>Villa</span></div>
<div class="property"> <input type="checkbox" name="" class="large-check" id=""><span>Condo</span></div>
</div>
<div class="area">
<h4>Area</h4>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Cavelossim</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Panaji</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Uttorda</span></div>
</div>
<div class="popular-location">
<h4>Popular location</h4>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Colva Beach</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Calangute Beach</span></div>
<div class="radio"><input type="radio" class="large-radio" name="" id=""><span>Miramar Beach</span></div>
</div>
<div class="meal-plan">
<h4>Meal plan</h4>
<div class="meal"> <input type="checkbox" name="" class="large-check" id=""><span>Breakfast included</span></div>
<div class="meal"> <input type="checkbox" name="" class="large-check" id=""><span>Lunch included</span></div>
<div class="meal"> <input type="checkbox" name="" class="large-check" id=""><span>Dinner included</span></div>
</div>
<div class="amenities">
<h4>Amenities</h4>
<div class="ame"> <input type="checkbox" name="" class="large-check" id=""><span>Gym</span></div>
<div class="ame"> <input type="checkbox" name="" class="large-check" id=""><span>Sea view</span></div>
<div class="ame"> <input type="checkbox" name="" class="large-check" id=""><span>All-inclusive plan available</span></div>
</div>
<div class="accessibility">
<h4>Accessibility</h4>
<div class="acce"> <input type="checkbox" name="" class="large-check" id=""><span>Wheelchair-accessible parking</span></div>
<div class="acce"> <input type="checkbox" name="" class="large-check" id=""><span>Lift</span></div>
<div class="acce"> <input type="checkbox" name="" class="large-check" id=""><span>Accessible bathroom</span></div>
</div>
</div>
</div>
<div class="right-div">
<div class="rigth-top">
<div class="info">
<p class="info-p">Trip prices include return flight + stay, taxes and fees.</p>
<h5>See how we pick our recommended properties</h5>
</div>
<div class="recommended">
<select name="sorting" id="sort">
<option value="pop">Recommended</option>
<option value="lth">Price low to high</option>
<option value="htl">Price high to low</option>
</select>
</div>
</div>
<div class="refund-info">
<div><img src="./images/refund_property.PNG" alt="refund"></div>
<div>
<h5>Stay flexible with a fully refundable property</h5>
<p>We recommend booking a fully refundable stay in case your plans change.</p>
<a href="">Select from fully refundable properties</a>
</div>
</div>
<div id="packages-data"></div>
</div>
<!-- end of refund info -->
</div>
<div id="box5">
<div>
<p style="text-align: center; font-size: 13px;">Explore a world of travel with Expedia</p>
<p style="text-align: center;color: rgb(53, 53, 198); font-size: 13px;">Discover new places and experiences</p>
</div>
</br>
</br>
<div id="sub_box">
<div>
<img id="six_img" src="https://a.travel-assets.com/globalcontrols-service/content/f285fb631b0a976202ef57611c7050e9ef5ca51a/images/EG_Wordmark_blue_RGB.svg" alt="img"/>
</div>
<div class="lower">
<p>Company</p></br>
<p><a href="https://www.expedia.co.in/lp/b/about" class="anc">About us</a></p></br>
<p><a href="https://lifeatexpediagroup.com/"class="anc">Jobs</a></p></br>
<p><a href="https://apps.expediapartnercentral.com/en_GB/list?utm_medium=referral&utm_source=wwwexpediacoin-en_GB&utm_campaign=SEO.B.google.com&utm_contentewd=footer-btn&siteId=27&tpid=27&eapid=0&langId=2057&utm_term=SEO.B.google.com&lasttouchMktgcode=SEO.B.google.com"class="anc">List your Property</a></p></br>
<p><a href="https://www.expediagroup.com/partner-with-us/default.aspx"class="anc">Properties</a></p></br></br>
</div>
<div class="lower">
<p>Explore</p></br>
<p><a href="https://www.expedia.co.in/India.dx80" class="anc">India travel guide</a></p></br>
<p><a href="https://www.expedia.co.in/Destinations-In-India.d80.Hotel-Destinations" class="anc">Hotels in India</a></p></br>
<p><a href="https://www.expedia.co.in/Destinations-In-India.d80.Holiday-Rental-Destinations" class="anc">Holiday rentals in India</a></p></br>
<p><a href="https://www.expedia.co.in/India.d80.Holidays-City-Breaks" class="anc">Holiday Packages in India</a></p></br>
<p><a href="https://www.expedia.co.in/Destinations-In-India.d80.Flight-Destinations"class="anc">Domestic flights</a></p></br>
<p><a href="https://www.expedia.co.in/Destinations-In-India.d80.Car-Hire-Destinations" class="anc">Car hire in India</a></p></br>
<p><a href="https://www.expedia.co.in/Accommodation"class="anc">All accommodation types</a></p></br>
<p><a href="https://travelblog.expedia.co.in/" class="anc">Travel blog</a></p></br>
</div>
<div class="lower">
<p>Terms and Policies</p></br>
<p><a href="https://www.expedia.co.in/lp/lg-privacypolicy" class="anc">Privacy Statement</a></p></br>
<p><a href="https://www.expedia.co.in/lp/lg-termsofuse" class="anc">terms of use</a></p></br>
<p><a href="https://www.vrbo.com/en-au/legal/traveller-terms-and-conditions" class="anc">Vrbo terms and conditions</a></p></br>
</div>
<div class="lower">
<p>Help</p></br>
<p><a href="https://www.expedia.co.in/service/"class="anc">Support</a></p></br>
<p><a href="https://www.expedia.co.in/service/#/articles/767/34/19798"class="anc">Change or cancel your booking</a></p></br>
<p><a href="https://www.expedia.co.in/service/#/articles/767/741/19795"class="anc">Refund process and timelines</a></p></br>
<p><a href="https://www.expedia.co.in/service/#/articles/767/34/25812"class="anc">Book a flight using an airline credit</a></p></br>
<p><a href="https://www.expedia.co.in/service/#/articles/767/52/19788"class="anc">International travel documents</a></p></br>
</div>
</div>
<hr style="width: 95%;">
</div>
<div id="box6">
<img src="https://images.trvl-media.com/media/content/expind/images/sg/secure.png" id="seventh_img"/>
<p style="font-size: 12px; text-align: center;margin-bottom: 40px;">© 2022 Expedia, Inc., an Expedia Group company / Expedia Asia Holdings Mauritius / BEX Travel Asia Pte. Ltd. All rights reserved. Expedia and the Airplane Logo are trademarks or registered trademarks of Expedia, Inc.</p>
</div>
</body>
</html>
<script type="module" src="./my_package.js"></script>
<script src="./js/script.js"></script>
<script src="./js/suggestions.js"></script>