Skip to content

Commit

Permalink
Post hackStoga update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDavis05 committed Apr 12, 2024
1 parent 63ccef8 commit 91a8132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
7 changes: 3 additions & 4 deletions hackstoga/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="notices">
<p class="alert" id="alert-signup-expiry">
<span id="alert-text"
>hackStoga 24 is nearing capacity. Sign up now to reserve your spot.</span
>hackStoga 24 has concluded. Thank you to everyone who attended!</span
><span class="close-alert" onclick="this.parentElement.style.display='none';"
>&times;</span
>
Expand All @@ -78,7 +78,7 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
<div>
<a
id="signup-event-button"
class="clean-button red-outline"
class="clean-button red-outline pure-button-disabled"
style="padding: 10px 20px 10px 20px"
target="_blank"
>Sign Up</a
Expand All @@ -88,11 +88,10 @@ <h1 id="title">hack<span style="color: var(--garnet)">Stoga</span></h1>
<a
target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLScoNTdnHyVVoCxWaH3SvtaiPQ79JgfYfLcRL2d1bvBEu9s0qA/viewform"
class="clean-button red-button"
class="clean-button red-button pure-button-disabled"
id="signup-vol-button"
>Volunteer</a
>
<p class="translucent-bg">NHS hours available</p>
</div>
</div>
</div>
Expand Down
18 changes: 2 additions & 16 deletions leaderboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,9 @@
<div class="pure-u-1-12"><!-- formatting div PRE--></div>
<div class="pure-u-5-6 pure-g">
<h1 class="pure-u-1 center-text"> Sharick Shekels </h1>

<h2 class="center-text error-text" id="error-display" style="display: none"></h2>
<div class="info-card">
<h2>My Currencies</h2>
<div class="convert-container">
<div class="left-section">
<div class="labels">
<p id="shekel-bal">0 Sharick Shekels</p>
<hr />
<p id="dd-bal">0 Dewees Dollars</p>
</div>
<div class="bracket"></div>
</div>
<div class="button-group">
<a href="/leaderboard/trading.html"><button class="pure-button">Trade</button></a>
</div>
</div>
</div>

<ul id="leaderboard-list">
<noscript>
<p class="center-text">
Expand Down

0 comments on commit 91a8132

Please sign in to comment.