-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvacation.html
More file actions
418 lines (378 loc) · 17.2 KB
/
vacation.html
File metadata and controls
418 lines (378 loc) · 17.2 KB
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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!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>Document</title>
<link rel="stylesheet" href="vacation.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Pacifico">
<link rel="stylesheet" href="./CSS/index.css">
<link rel="stylesheet" href="./CSS/navbar.css">
<link rel="stylesheet" href="./Scripts/Navbar.js">
</head>
<body>
<div id="vacation">
<nav class="navbar">
<a href="index.html" class="navLogo">
<img src="https://i.ibb.co/c8Jzh7C/logo.png" />
</a>
<div class="navDropdown">
<button onclick="moreTravel()" class="navDropbtn">More Travel </button>
<div id="myDropdown" class="navDropdown_cont">
<a href="vacation.html">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Packages
</a>
<a href="vacation.html">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Stays
</a>
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Cars
</a>
<a href="flightspage.html">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Flights
</a>
<a href="cruiser.html">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Cruises
</a>
<a href="thingstodo.html">Things to do</a>
<a href="#">Tips for Me</a>
<a href="./discover.html">Discover</a>
<a href="#">
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
></path>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
></path>
</svg>
Vaction Rentals
</a>
<a href="#">Travel Deals</a>
<a href="#">Get Inspired</a>
<a href="discover.html">Discover</a>
<a href="groups&meetings.html">Groups and Meetings</a>
</div>
</div>
<div class="rightNav">
<a
href="https://www.travelocity.com/es/Actividades?langid=2058&tpid=80001&eapid=0"
target="_blank"
class="navA1"
>Espanol</a
>
<a href="listpage.html" class="navA2">List Your property</a>
<a href="support.html" class="navA3">Support</a>
<a href="#" class="navA4">Trips</a>
<div class="Signin">
<button onclick="myFunction()" class="signinBtn">Sign In</button>
<div id="mySignin" class="Signin-content">
<h4 class="h4_margin">
Members can access discounts and special features
</h4>
<a href="./login.html" class="go_to_signin" id="color_white"
>Sign in</a
>
<a
href="./signup.html"
class="go_to_create_account"
id="color_blue"
>Create a free account</a
><br />
<a href="#" class="a_margin">List of favorites</a>
<hr />
<a href="#" class="a_margin">Feedback</a>
</div>
</div>
</div>
</nav>
<!-- --------------------------- Navbar End ----------------------------------------- -->
</div>
</div>
<div id="vacation2">
<div id="vacation21">
<h1>Build a package</h1>
<p>Choose two or more items and save on your trip:</p>
</div>
<div id="vacation22">
<div id="vacation221">
<button >Stay added</button><button>Flight added</button><button>Add a car</button>
</div>
<div id="vacation222">
<button>1 room, 2 travelers v</button><button>Economy v</button>
</div>
</div>
<div id="vacation23">
<input type="text" placeholder="Leaving from"><input type="text" placeholder="Going to"><input
type="text" placeholder="Departing"><input type="text" placeholder="Returning">
</div>
<div id="vacation24">
<input type="checkbox"><label>I only need accommodations for part of my trip</label>
<br>
<button>Search</button>
</div>
</div>
<div id="vacation3">
<h1>Featured travel
</h1>
<div id="vacation31">
<div id="vacation311">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/05/04/TVLY_Packages_imgB_562x240_20210429.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh"
alt="">
<h3>Vacation packages under $400</h3>
<p>Book your flight and hotel together,we can make it happen.</p>
</div>
<div id="vacation32">
<div id="vacation321">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/03/05/TVLY_AllInclusive_imgB_562x240_20210304.jpg?impolicy=fcrop&w=300&h=300&q=mediumHigh"
alt="">
<span>
<h3>All inclusive resorts</h3>
<p>Get more bang for less buck</p>
</span>
</div>
<div id="vacation322">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/09/14/TVLY_FlightsUnder200_imgB_562x240_20200910.jpg?impolicy=fcrop&w=300&h=300&q=mediumHigh"
alt="">
<span>
<h3>Discover airfare</h3>
<p>Flights under $200</p>
</span>
</div>
</div>
</div>
</div>
<div id="vacation4">
<h1>Featured travel
</h1>
<div id="vacation41">
<div id="vacation411">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/03/30/roadtrip.jpeg?impolicy=fcrop&w=900&h=386&q=mediumHigh"
alt="">
<h3>A road trip for every season</h3>
<p>In a country as vast and geographically diverse as the USA, its always road trip season
somewhere.</p>
</div>
<div id="vacation412">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/03/30/glamping.jpeg?impolicy=fcrop&w=900&h=386&q=mediumHigh"
alt="">
<span>
<h3>The best glamping in all 50 states</h3>
<p>There is nothing like immersing yourself in nature on a woodsy getaway where days are wiled
away outside. </p>
</span>
</div>
<div id="vacation413">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/03/30/travelcomp.jpeg?impolicy=fcrop&w=900&h=386&q=mediumHigh"
alt="">
<span>
<h3>Lets find your ideal travel companion</h3>
<p>Knowing up front whether or not you are travel compatible can save a lot of heartache</p>
</span>
</div>
</div>
</div>
<div id="vacation5">
<h1>In the spotlight</h1>
<div id="vacation51">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/07/08/TVLY_LastMinuteGetaway_lpheroF_1320x742_20200708.jpg"
alt="">
<h4>Last minute deals</h4>
<p>No time like the present! Celebrate the moment with the unexpected gateway</p>
</div>
</div>
<div id="vacation6">
<h1>Deals designed for you</h1>
<div id="slide">
<div id="slide1">
<button onclick="movel()"><</button>
<button onclick="mover()">></button>
</div>
<div id="slide2"></div>
</div>
</div>
<div id="vacation7">
<div id="vacation71">
<div id="vacation711">
<img src="https://a.travel-assets.com/mad-service/footer/marquee/TVLY_App_Footer_v1.jpg" alt="">
</div>
<div id="vacation712">
<h2>Wander Wisely with the Travelocity app</h2>
<ul>
<li>Get helpful alerts about flight status and gate numbers</li>
<li>Access all your travel details, even when offline</li>
<li>Easily contact your hotel by messaging them right in the app</li>
</ul>
<h3>Text yourself a download link</h3>
<input type="text" placeholder="Country code"><input type="text"
placeholder="Phone number"><button>Get the app</button>
<h6>By providing your number, you agree to receive a one-time automated text message with a link to
get the app. Standard text message rates may apply.</h6>
</div>
<div id="vacation713">
<img src="https://a.travel-assets.com/mad-service/qr-code/portfolio_app_landing/qr_app_landing_footer_travelocity.png"
alt="">
<h5>Scan the QR code</h5>
</div>
</div>
</div>
<div id="vacation8">
<h1>Destination ideas to plan your next trip</h1>
<div id="vacation81">
<button>Beach vacation destinations</button><button>International city vacations</button><button>City
vacation destinations</button><button>International vacation
destinations</button><button>Destination deals</button>
</div>
</div>
<div id="vacation9">
<div id="vacation91">
<img
src="https://a.travel-assets.com/globalcontrols-service/content/f285fb631b0a976202ef57611c7050e9ef5ca51a/images/EG_Wordmark_blue_RGB.svg">
</div>
<div id="vacation92">
<h4>Company</h4>
<a href="">About</a>
<a href="">Jobs</a>
<a href="">List your property</a>
<a href="">Partnerships</a>
<a href="">Newsroom</a>
<a href="">Investor Relations</a>
<a href="">Roaming Gnome Store</a>
<a href="">Advertising</a>
</div>
<div id="vacation93">
<h4>Explore</h4>
<a href="">Hotels in United States</a>
<a href="">Vacation Rentals in United States</a>
<a href="">Vacation Packages in United States</a>
<a href="">Domestic Flights</a>
<a href="">Car Rentals in United States</a>
<a href="">Travelocity Reviews</a>
<a href="">Travelocity Coupons</a>
<a href="">Unique Places to Stay</a>
<a href="">Travel Blog</a>
</div>
<div id="vacation94">
<h4>Policies</h4>
<a href="">Privacy Policy</a>
<a href="">Terms of Use</a>
<a href="">Vrbo terms and conditions</a>
<a href="">Accessibility</a>
<a href="">Do not sell my personal information</a>
</div>
<div id="vacation95">
<h4>Help</h4>
<a href="">Support</a>
<a href="">Cancel your hotel or vacation rental booking</a>
<a href="">Cancel your flight</a>
<a href="">Refund timelines, policies & processes</a>
<a href="">Use a Travelocity coupon</a>
</div>
</div>
<div id="vacation10">
<hr>
<p>© 2022 Travelscape LLC, an Expedia Group Company. All rights reserved.</p>
<p>Travelocity, the Stars Design, and The Roaming Gnome Design are trademarks or registered trademarks of
Travelscape LLC. CST# 2056372-50.</p>
</div>
</div>
</body>
</html>
<script src="vacation.js"></script>
<script src="./Scripts/index.js"></script>