Skip to content

Commit

Permalink
Create corporate-sponsors.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gcparksandresorts authored Nov 11, 2023
1 parent 8f2c4e6 commit 28536a0
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions information/corporate-sponsors.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!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>PAGE_TITLE | Globe-City Resort Highland</title>

<style></style>

</head>

<script></script>

<body onload="endLoadingInit()"> <!------------------------------------------------------------------------------------------------------------------------ BODY -->
<!-- Header Elements --><div id='loader'><div></div></div><div id="header"></div>

<!-- BANNER IMAGE AND TITLE BAR -->
<div class='titleBar'><h2>Corporate Sponsors</h2></div>
<div class='subtitleBar'><p>Page_Summary_Goes_Here</p></div>

<div class='columnContainer'>
<img src='https://gcparksandresorts.github.io/gcresorthighland/webresources/images/logos/labSound.jpg'>
<div>
<h2>LAB Sound Technologies</h2>
At LAbSound, we bring you the <em>Power to Play</em>. Play it Loud, Play it Proud! LAB Sound uses propriatairy technology to create industry leading bass for loud, impactful, and high quality audio wherever in any venue format.
<p>We are proud to have our audio technology featured across the Globe-City Resort Highland. Listen for yourself!</p>
</div>
</div>

<!-- 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>

0 comments on commit 28536a0

Please sign in to comment.