-
Notifications
You must be signed in to change notification settings - Fork 2
/
booking_TU.html
324 lines (319 loc) · 12 KB
/
booking_TU.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
<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>Garden View Eco</title>
<link rel="stylesheet" href="./styles/styles_TU.css" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/style_PR.css">
</head>
<body>
<div id="navbar">TripVillas</div>
<!--Home/India/goa/calangute/property # 325-->
<div id="home">
<p id="ins_home">Home</p>
<p>/</p>
<p id="ins_country"></p>
<p>/</p>
<p id="ins_city"></p>
<p>/</p>
<p id="ins_title">Hotels</p>
<p>/</p>
<p>Property
#</p>
<p id="ins_property"></p>
</div>
<hr class="down_the_img" />
<div id="middle">
<div id="image">
<img
src="https://d2vcelvjdj7n25.cloudfront.net/media/property_photos/image_watermarked_1024/32762937/6c6b07cbc0c011e7ae460a8e1b1ce4da_watermarked_image_1024.jpeg"
id="img_1"
/>
<div id="imageflex">
<img
src="https://d2vcelvjdj7n25.cloudfront.net/media/property_photos/image_watermarked_1024/32762937/343a6b49c0c011e7ae460a8e1b1ce4da_watermarked_image_1024.jpeg"
id="img_2"
/>
<img
src="https://d2vcelvjdj7n25.cloudfront.net/media/property_photos/image_watermarked_1024/32762937/34dd179fc0c011e7ae460a8e1b1ce4da_watermarked_image_1024.jpeg"
id="img_3"
/>
</div>
</div>
<div id="title">
<h3 id="title_h3">Deluxe Double Room With Nostalgic Vibes</h3>
<p id="title_location">Galle, Southern Province, Sri Lanka | Galle</p>
<hr />
<div id="title_button">
<div class="t_button">
<button id="priV_button">PRIVATE ROOM</button>
<button id="max_guest_button" >2 MAX GUESTS</button>
</div>
<div class="t_button">
<button id="amm1" >WIFI</button>
<button id="amm2">KITCHEN</button>
<button id="amm3">AC</button>
</div>
<div class="t_button">
<button id="amm4">CARETAKER</button>
</div>
</div>
</div>
<div id="vr"></div>
<div id="sticky">
<div id="price">
<p>Starting</p>
<div style="display: inline-flex;"><h1 class="price_tag" id="cost_per_night" >Rs 7247</h1> <p>per night</p></div>
<div id="available">
<div style="display: inline-flex;"><span>✓</span><p>Your dates are available to book
</p></div>
</div>
<div id="price_input_date">
<div>
<input type="date" id="from_date">
<input type="date" id="end_date">
</div>
</div>
<div id="price_guest">
<select name="" id="guests">
<option value="">Select Guests</option>
<option value="1" id="1_guest">1 guests</option>
<option value="2" id="2_guest">2 guests</option>
<option value="3" id="2_guest">3 guests</option>
</select>
<p>Rateplan: No meals provided (European Plan)</p>
</div>
<div id="price_total">
<div style="display: inline-flex;">
<div><h3>Total</h3>
<p>Includes taxes & fees</p></div>
<div><h3 class="price_tag" id="cost_pe_total" >RS 7247.0</h3>
<p>View details</p></div>
</div>
</div>
<div id="instant_book">
<button id="instant_button">INSTANT BOOK</button>
<div class="tooltip">Stringent Cancellation Policy
<span class="tooltiptext">NO charges will be levied if booking is canceled 61 days prior to check-in. If cancellation is done between 30 to 60 days prior to check-in, 50% of the total booking amount will be charged. Post that, there will be no refund.</span>
</div>
</div>
</div>
</div>
</div>
<div id="details">
<div id="details_anchor">
<p><span>ⓘ </span><a href="#priv_details" style="text-decoration: none;">OVERVIEW</a> </p>
<p>
<span
><svg
width="20"
height="20"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
data-svg="tag"
>
<path
fill="none"
stroke="#000"
stroke-width="1.1"
d="M17.5,3.71 L17.5,7.72 C17.5,7.96 17.4,8.2 17.21,8.39 L8.39,17.2 C7.99,17.6 7.33,17.6 6.93,17.2 L2.8,13.07 C2.4,12.67 2.4,12.01 2.8,11.61 L11.61,2.8 C11.81,2.6 12.08,2.5 12.34,2.5 L16.19,2.5 C16.52,2.5 16.86,2.63 17.11,2.88 C17.35,3.11 17.48,3.4 17.5,3.71 L17.5,3.71 Z"
></path>
<circle cx="14" cy="6" r="1"></circle></svg> </span
><a href="#key_amenities" style="text-decoration: none;">AMENITIES</a>
</p>
<p>
<span
><svg
width="20"
height="20"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
data-svg="location"
>
<path
fill="none"
stroke="#000"
stroke-width="1.01"
d="M10,0.5 C6.41,0.5 3.5,3.39 3.5,6.98 C3.5,11.83 10,19 10,19 C10,19 16.5,11.83 16.5,6.98 C16.5,3.39 13.59,0.5 10,0.5 L10,0.5 Z"
></path>
<circle
fill="none"
stroke="#000"
cx="10"
cy="6.8"
r="2.3"
></circle></svg> </span
><a href="#map" style="text-decoration: none;">MAP</a>
</p>
<p><span>☰ </span><a href="#policies" style="text-decoration: none;">POLICIES & FEES</a></p>
</div>
<hr class="down_the_img" />
<div id="priv_details">
<div id="private_room">
<div>
<h2 class="private_h_class" id="typepropery"> Room</h2>
<p class="private_p_class">Type of Property</p>
</div>
<div>
<h2 class="private_h_class" id="bathroom_dom">3</h2>
<p class="private_p_class">Bathrooms</p>
</div>
<div>
<h2 class="private_h_class" id="max_guest_dom">2</h2>
<p class="private_p_class ">Max. Guests</p>
</div>
</div>
<div>
<p>
All units have a private bathroom and have air conditioning, a TV
and a microwave. There is also a kitchen in some of the units
equipped with a toaster.
</p>
<br />
<p>
Guests at the homestay can enjoy a continental breakfast. At Galle
city villa you will find a restaurant serving Grill/bbq and local
cuisine.
</p>
<span><br /></span>
<p style="color: #1e87f0; cursor: pointer">
What can you do in & around Galle, Galle
</p>
</div>
</div>
</div>
<div id="key_amenities">
<h2 class="key_map">Key Amenities</h2>
<hr class="down_the_img" />
<div id="key_amenities_buttons">
<button>SHOPPING CLOSE BY</button>
<button>CINEMA CLOSE BY</button>
<button>PARK NEARBY</button>
<button>MICROWAVE</button>
<button>MUSIC SYSTEM</button>
<button>IRON</button>
<button>MAID SERVICE</button>
<button>KITCHEN SUPPLIES</button>
<button>HOME THEATRE SYSTEM</button>
<button>TOASTER</button>
<button>COOKWARE</button>
<button>TELEVISION</button>
<button>SATELLITE/CABLE CONNECTION</button>
<button>DVD PLAYER</button>
<button>WASHING MACHINE</button>
<button>GARDEN/LAWN</button>
<button>BROADBAND</button>
<button>COOK ON CALL</button>
<button>LINEN PROVIDED</button>
<button>HOT WATER</button>
<button>KETTLE</button>
<button>SHOWER</button>
<button>HOUSEKEEPING</button>
<button>RESTAURANTS CLOSE BY</button>
<button>FAN</button>
<button>AIR CONDITIONING</button>
<button>WIRELESS INTERNET</button>
<button>KITCHEN (FULLY FUNCTIONAL)</button>
<button>RAILWAY STATION CLOSE BY</button>
<button>PUBLIC TRANSPORTATION</button>
<button>WATER FILTER</button>
<button>IRONING BOARD</button>
<button>BEACH NEARBY</button>
<button>HAIR DRYER</button>
<button>POTS AND PANS</button>
<button>MASSAGES</button>
<button>FIXED INTERNET</button>
<h2 class="living_room">Living Room</h2>
<button>TELEVISION WITH CABLE CONNECTION</button>
<button>AC</button>
<button>SOFA</button>
<button>DINING TABLE</button>
<div style="display: inline-flex;" id="bedroom_flex">
<div>
<h2 class="living_room">Bedroom 1</h2>
<button>AC</button>
<button>WARDROBE</button>
<button>1 QUEEN BED(S)</button>
</div>
<div>
<h2 class="living_room">Bedroom 2</h2>
<button>AC</button>
<button>WARDROBE</button>
<button>1 QUEEN BED(S)</button>
</div>
<div>
<h2 class="living_room">Bedroom 3</h2>
<button>AC</button>
<button>1 QUEEN BED(S)</button>
</div>
</div>
<div style="display: inline-flex;" id="bathroom_flex">
<div>
<h2 class="living_room">Bathroom 1</h2>
<button>WESTERN TOILET</button>
<button>TOILET PAPER</button>
<button>BATH TUB</button>
<button>HAIR DRYER</button>
</div>
<div>
<h2 class="living_room">Bathroom 2</h2>
<button>WESTERN TOILET</button>
<button>CEILING SHOWER</button>
<button>BATH TUB</button>
<button>HAIR DRYER</button>
</div>
<div>
<h2 class="living_room">Bathroom 3</h2>
<button>WESTERN TOILET</button>
<button>CEILING SHOWER</button>
<button>BATH TUB</button>
<button>HAIR DRYER</button>
</div>
</div>
</div>
</div>
<div id="map">
<h2 class="key_map">Map</h2>
<hr class="down_the_img" />
<!--
<div class="mapouter">
<div class="gmap_canvas">
<iframe
width="1450"
height="400"
id="gmap_canvas"
src="https://maps.google.com/maps?q=najafgarh&t=&z=13&ie=UTF8&iwloc=&output=embed"
frameborder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
></iframe>
</div>
</div>
-->
<div class="mapouter"><div class="gmap_canvas"><iframe height="300" id="gmap_canvas" src="https://maps.google.com/maps?q=Galle&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe></div></div>
</div>
<div id="policies">
<h2 class="key_map">Policies & Fees</h2>
<hr class="down_the_img" style="width: 100%;" />
<div id="policies_default" style="display: inline-flex;">
<div>
<h2 class="living_room">Default Cancellation Policy</h2>
<p><strong>Stringent:</strong> No charges will be levied if booking is canceled 61 days prior to check-in. If cancellation is done between 30 to 60 days prior to check-in, 50% of the total booking amount will be charged. Post that, there will be no refund.</p>
</div>
<div>
<h2 class="living_room">Default Cancellation Policy</h2>
<p>Alcohol not allowed. Unmarried Couples not allowed. Loud Music not allowed. Kids Under 18 not allowed. Smoking inside Property not allowed</p>
</div>
</div>
</div>
</body>
</html>
<script src="./scripts/booking1178.js"></script>
<script src="./scripts/index.js" type = "module"></script>
<script src="./scripts/buttons_navbar_PR.js"></script>