Skip to content

Commit

Permalink
Merge branch 'main' into fixing-sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankanator8 authored Dec 3, 2024
2 parents 0133772 + 69a8e53 commit 833414e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 20 deletions.
45 changes: 26 additions & 19 deletions hackstoga/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
<span class="tooltip" tooltip-position="bottom">
<a
id="signup-event-button"
class="clean-button dark-button red-outline pure-button-disabled"
class="clean-button dark-button red-outline pure-button-enabled"
style="padding: 10px 20px 10px 20px"
target="_blank"
>Sign Up</a
><tooltip>Signups for hackStoga 24 have concluded.</tooltip>
>Sign Up</a>
</span>
<span id="vol-container" class="tooltip right-button" tooltip-position="bottom">
<a
Expand All @@ -84,7 +83,7 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
class="clean-button red-button pure-button-disabled"
id="signup-vol-button"
>Volunteer</a
><tooltip>Signups for hackStoga 24 have concluded.</tooltip>
><tooltip>Check back later for volunteering opportunities!</tooltip>
</span>
</div>
</div>
Expand Down Expand Up @@ -174,15 +173,21 @@ <h1 class="header">About hackStoga</h1>
<h1 class="header">Last Year's Sponsors</h1>
<p>
<br /><br />
A big thank you to our wonderful past sponsors — especially our flagship sponsor, SIG. as
hackStoga would not have been possible without them!
A big thank you to our wonderful sponsors last year — especially our flagship sponsor, SIG.
<br /><br />
We also thank the Uncommon Individual Foundation, Nicholas Paints, and Mathnasium.
<br /><br />
hackStoga would not be possible without them!
<br /><br />
If you would like to be a sponsor this year, learn more <a href="sponsor">here</a>.
</p>
<div id="sponsor-logos" class="pure-g">
<h2>
If you would like to be a sponsor this year, learn more <a href="sponsor">here</a>.
</h2>

<!-- <div id="sponsor-logos" class="pure-g">
<div class="pure-u-1-1"
><img class="pure-img" src="/media/hackathon/sponsor/sig.png"
/></div>
/></div> -->
<!-- <div class="pure-u-11-24"
><img class="pure-img" src="/media/hackathon/sponsor/uif.png"
/></div>
Expand All @@ -198,16 +203,16 @@ <h1 class="header">Last Year's Sponsors</h1>
><img class="pure-img" src="/media/hackathon/sponsor/clays_bakery.png"
/></div>
<div class="pure-u-1-3"></div> -->
</div>
</div>
<!-- </div>
</div> -->

<div class="pure-u-1-6"><!-- formatting div POST--></div>

<!-- <div class="pure-u-1-12"></div>
<div class="pure-u-5-6 pure-g" style="height: 700px"></div>
<div class="pure-u-1-12"></div> -->

<div class="slider">
<!-- <div class="slider">
<ul class="brands">
<li class="brand"
><img
Expand All @@ -231,23 +236,23 @@ <h1 class="header">Last Year's Sponsors</h1>
width="auto"
style="max-height: calc(100vw / 6); max-width: 800px"
/></li> -->
<li class="brand"
<!-- <li class="brand"
><img
src="/media/hackathon/sponsor/carousel/nicholas_paint.png"
alt="Nicholas Paint"
height="auto"
width="auto"
style="max-height: calc(100vw / 6); max-width: 800px"
/></li>
<!-- <li class="brand"
><img
<!-- <li class="brand" -->
<!-- ><img
src="/media/hackathon/sponsor/carousel/clays_bakery.png"
alt="Clay's Bakery"
width="auto"
style="max-height: 250px"
/></li> -->
</ul>
</div>
<!-- </ul> -->
<!-- </div> -->

<script>
const brands = document.querySelector('.brands');
Expand Down Expand Up @@ -381,7 +386,8 @@ <h2 style="text-align: center">Teams & Projects</h2>
></path>
</svg>
</div>
<div class="pure-u-1-12"><!-- formatting div PRE--></div>
<!--
<div class="pure-u-1-12"><!-- formatting div PRE</div>
<div class="pure-u-5-6">
<div class="pure-u-1-1 formatting-separator"></div>
<h1 class="header">Schedule</h1>
Expand All @@ -391,7 +397,8 @@ <h1 class="header">Schedule</h1>
></iframe>
<div class="pure-u-1-1 formatting-separator"></div>
</div>
<div class="pure-u-1-12"><!-- formatting div POST--></div>
<div class="pure-u-1-12"><!-- formatting div POST</div>
-->
</section>
<div class="pure-g" id="footer">
<div class="pure-u-md-1-1" style="height: 6vh">
Expand Down
2 changes: 1 addition & 1 deletion scripts/hackstoga/countdown.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var countDownDate = new Date('Mar 16, 2024 17:00:00').getTime();
var countDownDate = new Date('Mar 15, 2025 17:00:00').getTime();
const countDownElement = document.getElementById('countdown');
const img = document.getElementById('img');
showDays = false;
Expand Down

0 comments on commit 833414e

Please sign in to comment.