Skip to content

Commit

Permalink
Update headerMain.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gcparksandresorts authored Feb 14, 2024
1 parent 3b62baf commit 09fa6b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webresources/scripts/headerMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
function createFooter(){
footBar.innerHTML = "<div class='spacer'></div>";

footBar.innerHTML += "<div id='footerLinks'> \
<div><h4>Tickets and Passes</h4> <a>Buy Tickets</a> <a>Annual Passports</a> <a>GC VIP Admission</a> <a>Group Sales</a> <a>Promotions</a> </div> \
<div><h4>Things to Do</h4> <a>Rides and Attractions</a> <a>Restaurants</a> <a>Shopping</a> </div> \
<div><h4>Resort Facilities</h4> <a>Places to Stay</a> <a>Meetings and Events</a> <a>Accessibility</a> <a>Information</a></div> \
</div>";

footBar.innerHTML += "<div class='spacer'></div> \
<div class='container' style='text-align:center;line-height:2;'> \
<b>Get in Touch</b> <br> (312) 988 1000 <br> <a href='mailto: globecityparksandresorts@gmail.com'>guestservices.gcrh@gcpr.net</a> </div>";
Expand Down

0 comments on commit 09fa6b7

Please sign in to comment.