-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 04-01-2024-ride-the-beat-update.html
- Loading branch information
1 parent
8bc425e
commit fc5180e
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="icon" type="image/x-icon" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/images/webfavicon1.ico"> | ||
<link rel="stylesheet" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/others/styleSheet.css"> | ||
<link rel="stylesheet" href="https://gcparksandresorts.github.io/gcresorthighland/webresources/others/styleHeader.css"> | ||
|
||
<!--TAB TITLE --> <!------------------------------------------------------------------------------------------------------------------------------------- HEAD --> | ||
<title>Ride the Beat: Waveriders Gets a New Update | Attractions | Resort Updates | Globe-City Resort Highland</title> | ||
<style></style> | ||
</head> | ||
|
||
<!-- TABS | 8 | NO WRAP --> | ||
|
||
<body onload="endLoadingInit()"> <!------------------------------------------------------------------------------------------------------------------------ BODY --> | ||
<!-- Header Elements --><div id='loader'><div></div></div><div id="header"></div> | ||
|
||
|
||
<!-- BANNER IMAGE AND TITLE BAR --> <!------------------------------------------------------------------------------------------------------------------------------------- HEADER INFO --> | ||
<div id='blogPage'> | ||
<div class='blog'> | ||
|
||
<div class='banner'><img src='https://gcparksandresorts.github.io/gcresorthighland/webresources/images/banners/halloween01.png'></div> | ||
<div class='titleBar'> | ||
<h4>Resort Blog | Attractions</h4> | ||
<h2><em>Ride the Beat: Waveriders</em> to recieve a totally awesome major update</h2> | ||
<div class='spacer'></div> | ||
<h4 id='authorName'>Painter Creative</h4> | ||
<h4 id='datePosted'>April 1, 2024</h4> | ||
</div> | ||
|
||
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------- BLOG CONTENT --> | ||
|
||
<div class='leftContainer'> | ||
We promise it's now April Fools joke, but <em>Ride the Beat: Waveriders</em> is soon to recieve a brand new refresh as part of 2024's <a>SummerFest Celebration</a>! | ||
<p>This is the first major update to the attraction since its update in 2021 in which the ride gained its "Waveriders" subtitle. The new update will include: | ||
<ul> | ||
<li>FOUR Brand New Audio Tracks - your ride audio will depend on the vehicle you ride in!</li> | ||
<li>New Projections in certain parts of the ride</li> | ||
<li>Updated queue audio and decorations</li> | ||
<li>A re-recorded and updated pre-show video</li> | ||
<li>General appearence updates</li> | ||
<li>Minor operational improvements</li> | ||
</ul> | ||
</p> | ||
<p>As one of our most popular attractions at the Globe-City Resort Highland, recieving over <em>4 million</em> riders annually, we want to ensure that every rider has a more-than-awesome experience. At Globe-City Parks and Resorts, we are always improving!</p> | ||
|
||
</div> | ||
|
||
<div class='spacer'></div> | ||
|
||
<div class='container'> | ||
<button onclick='history.back()'>Back to Previous</button> <button onclick='window.open("https://gcparksandresorts.github.io/gcresorthighland/blog","_self")'>View More Articles</button> | ||
</div> | ||
|
||
<br> | ||
|
||
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------ END OF CONTENT --> | ||
</div></div> <!-- End of Blog --> | ||
|
||
<!-- Footer Elements --><div id="footer"></div> | ||
</body> | ||
|
||
|
||
<!------------------------------------------------------------------------------------------------------------------------------------------------ JAVASCRIPTS --> | ||
|
||
<!-- CREATE THE HEADER AND FOOTER --> | ||
<script type='text/javascript'src='https://gcparksandresorts.github.io/gcresorthighland/webresources/scripts/headerMain.js'></script> | ||
<script>runHeaderSetup();</script> | ||
|
||
|
||
</html> |