-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
857 lines (750 loc) · 33.3 KB
/
index.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
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
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
<!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="icon"
width="40px"
href="https://media3.giphy.com/media/ifBEhUvCPQWxYxlCsl/giphy.gif?cid=6c09b952ccf3bbb9e8eb38359506c48dad56e59850bd35c6&rid=giphy.gif&ct=s"
/>
<title>
Wander Wisely with Cheap Hotels, Flights, Vacations & Travel Deals |
Travelocity
</title>
<link rel="stylesheet" href="./CSS/index.css" />
<script src="./Scripts/index.js"></script>
<link rel="stylesheet" href="./CSS/navbar.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Pacifico">
<script src="./Scripts/Navbar.js"></script>
</head>
<body>
<!-- -------------------------------- Navbar Starts ----------------------------------- -->
<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>
<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 id="media">
<div>
<img src="https://cdn-icons-png.flaticon.com/128/44/44937.png"/>
</div>
<div>
<img src="https://cdn-icons-png.flaticon.com/128/64/64572.png"/>
</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="#" class="navA3">Support</a>
<a href="support.html" class="navA3">Support</a>
<a href="#" class="navA4">Trips</a>
<div class="Signin">
<button onclick="myFunction()" id="signintext" 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 ---------------------------------------->
<!-- ---------------------------------- Search Bar Starts ----------------------------------->
<section>
<div class="SearchBar">
<div class="SearchFront">
<div class="sub_cont">
<button class="searchHotel" onclick="show('showHotel');">
Hotel
</button>
<button class="seachFlight" onclick="show('showFlight');">
Flight
</button>
<button class="searchCar" onclick="show('showCar');">Car</button>
<button class="searchPackages" onclick="show('showPackage');">
Package
</button>
<button class="searchToDo" onclick="show('showToDo');">
To Do
</button>
<button class="searchCruise" onclick="show('showCruise');">
Cruise
</button>
</div>
<div class="hr"></div>
<div id="showHotel">
<!------------------------- Onclick Card Open Start ----------------------->
<button onclick="Open_Btn1_Card1()" class="btn1">Going To</button>
<div id="openCard" class="btncontent">
<h4 class="h4_margin" style="text-align: center">
Search City Name
</h4>
<input
type="search"
class="card1_search"
placeholder="Where are you going?"
/>
<br /><br /><br /><br /><br /><br />
<a href="#" class="go_to_signin" id="color_white">Search</a>
<br />
</div>
<!------------------------- Onclick Card Open End ----------------------->
<input
class="btn2"
placeholder="Check In"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="Check Out"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<!------------------------- Onclick Card Open Start ----------------------->
<button onclick="Open_Btn4_Card2()" class="btn4">Travelers</button>
<div id="openCard2" style="display: none;" class="btn4_content btn4_Show">
<h4 class="h4_margin" style="color: rgb(51, 51, 51)">
Travelers
</h4>
<hr />
<h4 class="h4_margin">Room 1</h4>
<h4 class="h4_margin" style="color: grey; float: left">Adults</h4>
<div class="h4_magin" style="float: right; margin-right: 10px">
<input type="button" value="-" onclick="minus()" />
<input
style="width: 20px"
type="text"
size="25"
value="1"
id="count"
/>
<input type="button" value="+" onclick="plus()" />
</div>
<br /><br /><br /><br />
<a href="#" class="go_to_signin" id="color_white">Done</a>
<br />
</div>
<!------------------------- Onclick Card Open End ----------------------->
<br />
<input
class="checkbox1"
type="checkbox"
id="myCheck"
onclick="checkbox_CreateElement()"
/>
<label for="checkbox1">Add a flight</label>
<input type="checkbox" class="checkbox2" /
<label for="checkbox1">Add a car</label>
<button class="btn1" id="text" style="display: none">
Leaving From
</button>
<button class="search">Search</button><br />
</div>
<div id="showFlight" style="display: none">
<button class="btn1">Leaving From</button>
<input
class="btn2"
placeholder="Departing"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="Returning"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<button class="btn4">Going To</button>
<br />
<input type="checkbox" class="checkbox2" />
<label for="checkbox1">Add a place to Stay</label>
<input type="checkbox" class="checkbox2" />
<label for="checkbox1">Add a car</label>
<button class="search">Search</button><br />
</div>
<div id="showCar" style="display: none">
<button class="btn1">Going To</button>
<input
class="btn2"
placeholder="Check In"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="Check Out"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<button class="btn4">travelers</button>
<br />
<input
class="checkbox1"
type="checkbox"
id="myCheck"
onclick="checkbox_CreateElement()"
/>
<label for="checkbox1">Add a flight</label>
<input type="checkbox" class="checkbox2" />
<label for="checkbox1">Add a car</label>
<button class="btn1" id="text" style="display: none">
Leaving From
</button>
<button class="search">Search</button><br />
</div>
<div id="showPackage" style="display: none">
<button class="btn1">Leaving From</button>
<input
class="btn2"
placeholder="Departing"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="Returning"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<button class="btn4">Going To</button>
<br />
<input type="checkbox" class="checkbox2" />
<label for="checkbox1"
>I only need accommodations for part of my trip</label
>
<button class="search">Search</button><br />
</div>
<div id="showToDo" style="display: none">
<button class="btn1">Things To Go</button>
<input
class="btn2"
placeholder="From"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="To"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="checkbox1"
type="checkbox"
id="myCheck"
onclick="checkbox_CreateElement()"
/>
<label for="checkbox1">Add a flight</label>
<input type="checkbox" class="checkbox2" />
<label for="checkbox1">Add a car</label>
<button class="btn1" id="text" style="display: none">
Leaving From
</button>
<button class="search">Search</button><br />
</div>
<div id="showCruise" style="display: none">
<button class="btn1">Going To</button>
<input
class="btn2"
placeholder="Check In"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<input
class="btn3"
placeholder="Check Out"
type="text"
onfocus="(this.type='date')"
onblur="(this.type='text')"
/>
<button class="btn4">travelers</button>
<br />
<input
class="checkbox1"
type="checkbox"
id="myCheck"
onclick="checkbox_CreateElement()"
/>
<label for="checkbox1">Add a flight</label>
<input type="checkbox" class="checkbox2" />
<label for="checkbox1">Add a car</label>
<button class="btn1" id="text" style="display: none">
Leaving From
</button>
<button class="search">Search</button><br />
</div>
</div>
</div>
</section>
<!-- ------------------------------------ Searchbar End ------------------------------------- -->
<!-- -------------------------------------- Homepage 3-cards Starts----------------------------------- -->
<div id="GauravDiv1"><a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2#editorial-3?rfrr=call-to-action.Find_your%20perfect%20trip.click">
<div id="GauravDiv1Main1">
<img
src="https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_FitForYou_sfimg_562x240_20201111.jpg?impolicy=fcrop&w=600&h=257&q=medium"
alt=""
class="GauravDiv1img"
/>
<p class="GauravDiv1para clear">
Plan a trip for the whole family—from family travel tips to
family-friendly filters, our tools make it easy.
</p>
</a>
</div>
<div id="GauravDiv1Main2"><a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2&rfrr=call-to-action.Book_with+flexibility.click#editorial-4">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_Transparency_sfimg_562x240_20201111.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh" alt="" class="GauravDiv1img" />
<p class="GauravDiv1para clear">
Read reviews from other travelers, plus if you find a better price
we'll match it with our Price Match Guarantee.
</p>
</a>
</div>
<div id="GauravDiv1Main3"> <a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2&rfrr=call-to-action.We%27ve_got+your+back.click#editorial-5">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2020/11/12/TVLY_StoreFrontRefresh_BrandPromise_GotYourBack_sfimg_562x240_20201111.jpg?impolicy=fcrop&w=900&h=386&q=mediumHigh" alt="" class="GauravDiv1img" />
<p class="GauravDiv1para clear">
Need more help along your journey? We offer 24/7 support on social and
through virtual agents onsite.
</p>
</a>
</div>
</div>
<!-- -------------------------------------- Homepage 3-cards Ends----------------------------------- -->
<!-- -------------------------------------- All inclusive reports Start----------------------------------- -->
<h2 id="GauravDiv2h2">All-inclusive resorts</h2>
<div id="GauravDiv2">
<div id="GauravDiv2Main1"><a style="text-decoration: none" href="https://www.travelocity.com/lp/deals/all-inclusive?pwaLob=wizard-hotel-pwa">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_AllInclusive_imgB_1199x399_20211104.jpg" alt="" id="GauravDiv2main1img">
<h3 id="GauravDiv2Main1H3">All-inclusive resorts</h3>
<p id="GauravDiv2Main1Para">Think of nothing beyond having a great time with your family</p>
</a>
</div>
<div id="GauravDiv2Main2">
<div id="GauravDiv2Main2Div1">
<div class="smallDiv1">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_Beach_imgB_900x506_20211104.jpg?impolicy=fcrop&w=300&h=200&q=mediumLow" alt="">
</div>
<div class="smallDiv2">
<h3 id="smallDiv2H3">Last minute getaways</h3>
<p id="smallDiv2para">Celebrate the moment with an unexpected getaway</p>
</div>
</div>
<div id="GauravDiv2Main2Div2">
<div class="smallDiv1">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_MOD_imgB_900x506_20211104.jpg?impolicy=fcrop&w=300&h=200&q=mediumLow" alt="">
</div>
<div class="smallDiv2">
<h3 id="smallDiv2H3">It's okay to wing it</h3>
<p id="smallDiv2paraa">Several major airlines are waiving change fees—no reason not to book!</p>
</div>
</div>
</div>
</div>
<!-- -------------------------------------- All inclusive reports End----------------------------------- -->
<!-- -------------------------------------- Body cards start----------------------------------- -->
<h2 style="margin-top: 40px;" id="GauravDiv2h2">Start planing your next trip</h2>
<div id="GauravDiv1"><a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2#editorial-3?rfrr=call-to-action.Find_your%20perfect%20trip.click">
<div id="GauravDiv1Main1">
<img
src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_LastMinute_imgB_1199x399_20211104.jpg"
alt=""
class="GauravDiv1img"
/>
<h2 id="GauravDiv2Main1H3">Sunny hotel beach offer</h2>
</a>
</div>
<div id="GauravDiv1Main2"><a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2&rfrr=call-to-action.Book_with+flexibility.click#editorial-4">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_Car_imgB_900x506_20211104.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh" alt="" class="GauravDiv1img" />
<h2 id="GauravDiv2Main1H3">Car rentals deals</h2>
</a>
</div>
<div id="GauravDiv1Main3"> <a style="text-decoration: none" href="https://www.travelocity.com/lp/b/guarantee?pwaLob=wizard-hotel-pwa-v2&rfrr=call-to-action.We%27ve_got+your+back.click#editorial-5">
<img src="https://forever.travel-assets.com/flex/flexmanager/images/2021/11/08/TVLY_Storefront_VacationRentals_imgB_900x506_20211104.jpg?impolicy=fcrop&w=900&h=600&q=mediumHigh" alt="" class="GauravDiv1img" />
<h2 id="GauravDiv2Main1H3">Vacation rentals offers</h2>
</a>
</div>
</div>
<!-- -------------------------------------- Body cards End----------------------------------- -->
<h2 style="margin-top: 40px;" id="GauravDiv2h2">Featured offers</h2>
<div class="featuredOfferDiv">
<img style="height: 600px;
width: 95%;
border-radius: 20px;
margin-left: 30px;
margin-top: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;" class="featuredOfferImg" src="https://forever.travel-assets.com/flex/flexmanager/images/2021/12/06/TVLY_Storefront_Family_imgB_990x990_20211202.jpg" alt="">
<!-- ------------------------ App link starts ------------------------------- -->
<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"><a style="text-decoration:none" href="https://play.google.com/store/apps/details?id=com.travelocity.android&hl=en_IN&gl=US"><button>Get the app</button></a>
<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>
<!-- ------------------------------ App link ends ---------------------------------- -->
<div style="margin: 100px; "></div>
<h1 id="above_footer">Destination ideas to plan your next trip</h1>
<div id="Gaurav_footer">
<div id="Gaurav_footer_box1">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Hotels </button>
<div class="Gaurav_content">
<div><a href="#">Chicago Hotels</a></div>
<div><a href="#">Baltimore Hotels</a></div>
<div><a href="#">San Hose Hotels</a></div>
<div><a href="#">Las Vegas Hotels</a></div>
<div><a href="#">Maui Hotels</a></div>
<div><a href="#">Oakland Hotels</a></div>
<div><a href="#">Fort Walton beach Hotels</a></div>
<div><a href="#">Washington,DC Hotels</a></div>
<div><a href="#">London Hotels</a></div>
<div><a href="#">Paris Hotels </a></div>
<div><a href="#">Cancun Hotels</a></div>
<div><a href="#">Punta Cana Hotels</a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box2">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Flights </button>
<div class="Gaurav_content">
<div><a href="#">Flights to London</a></div>
<div><a href="#">Flights to Maui</a></div>
<div><a href="#">Flights to Washington, DC</a></div>
<div><a href="#">Flights to Fort Lauderdale</a></div>
<div><a href="#">Flights to St. Louis</a></div>
<div><a href="#">Flights to Frankfurt</a></div>
<div><a href="#">Flights to Barcelona</a></div>
<div><a href="#">Flights to Baltimore</a></div>
<div><a href="#">Flights to Paris</a></div>
<div><a href="#">Flights to Orange County </a></div>
<div><a href="#">Flights to Honolulu</a></div>
<div><a href="#">Flights to Los Cabos</a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box3">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Vacation Pakages </button>
<div class="Gaurav_content">
<div><a href="#">Orlando Vacations</a></div>
<div><a href="#">San Diego Vacations</a></div>
<div><a href="#">Miami Vacations</a></div>
<div><a href="#">Nassau Vacations</a></div>
<div><a href="#">Seattle Vacations</a></div>
<div><a href="#">San Francisco Vacations</a></div>
<div><a href="#">Denver Vacations</a></div>
<div><a href="#">Montego Bay Vacations </a></div>
<div><a href="#">Los Angeles Vacations</a></div>
<div><a href="#">Las Vegas Vacations </a></div>
<div><a href="#">Cancun Vacations</a></div>
<div><a href="#">Cozumel Vacations</a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box4">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Cars</button>
<div class="Gaurav_content">
<div><a href="#">London Car Rentals</a></div>
<div><a href="#">Maui Car Rentals</a></div>
<div><a href="#">Fort Lauderdale Car Rentals</a></div>
<div><a href="#">Honolulu Car Rental</a></div>
<div><a href="#">Newark, NJ Car Rentals</a></div>
<div><a href="#">San Juan Car Rentals</a></div>
<div><a href="#">Dublin Car Rentals</a></div>
<div><a href="#">Barcelona Car Rentals </a></div>
<div><a href="#">Washington, DC Car Rentals</a></div>
<div><a href="#">West Palm Beach Car Rentals</a></div>
<div><a href="#">Madrid Car Rentals</a></div>
<div><a href="#">Paris Car Rentals</a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box5">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Cruises </button>
<div class="Gaurav_content">
<div><a href="#">Bahamas Cruises</a></div>
<div><a href="#">Canada/New England Cruises</a></div>
<div><a href="#">Hawaii Cruises</a></div>
<div><a href="#">Mexico Cruises</a></div>
<div><a href="#">Australia/New Zealand Cruises</a></div>
<div><a href="#">Alaskan Cruises</a></div>
<div><a href="#">European Cruises</a></div>
<div><a href="#">Bermuda Cruises </a></div>
<div><a href="#">South Pacific Cruises</a></div>
<div><a href="#">Panama Canal Cruises </a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box6">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">All inclusive resorts </button>
<div class="Gaurav_content">
<div><a href="#">Top All-Inclusive Resorts</a></div>
<div><a href="#">All Inclusive Resorts Adults Only</a></div>
<div><a href="#">All Inclusive Beach Resorts</a></div>
<div><a href="#">All Inclusive Family Resorts</a></div>
<div><a href="#">Cheap All Inclusive Resorts</a></div>
<div><a href="#">All Inclusive Resorts Couples Only</a></div>
<div><a href="#">Best All Inclusive Resorts for Couples on a Budget</a></div>
<div><a href="#">Luxury All Inclusive Resorts Adults Only</a></div>
<div><a href="#">Best Adults Only All Inclusive Resorts for Couples</a></div>
</div>
</div>
</div>
<div id="Gaurav_footer_box7">
<div class="Gaurav_dropdown">
<button type="button" class="Gaurav_collapsible">Travel Deals </button>
<div class="Gaurav_content">
<div><a href="#">Vacation Package Deals</a></div>
<div><a href="#">Travel Deals</a></div>
<div><a href="#">Daily Travel Deals</a></div>
<div><a href="#">Hotel Deals</a></div>
<div><a href="#">Travelocity Coupon Code</a></div>
<div><a href="#">Last Minute Travel Deals</a></div>
<div><a href="#">Hotels Under $99</a></div>
<div><a href="#">All Inclusive Resort Deals </a></div>
<div><a href="#">Flights Under $200</a></div>
</div>
</div>
</div>
</div>
<div style="height: 250px; "></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="footer_copyright_text">
© 2021 Travelscape LLC, An Expedia Group Company. All rights reserved. Travelocity, the Stars Design, and The
Roaming Gnome Design are trademarks of Travelscape LLC. Use of this Web site constitutes acceptance of the
Travelocity User Agreement and Privacy Policy. <br />CST# 2083930-50
</div>
<div id="footer_img"><img
src="https://a.travel-assets.com/globalcontrols-service/content/f285fb631b0a976202ef57611c7050e9ef5ca51a/images/EG_Wordmark_blue_RGB.svg" />
</div>
<div style="height: 50px; "></div>
<script src="./Scripts/index.js"></script>
<script src="./Scripts/name.js"></script>
</body>
</html>