Skip to content

Commit

Permalink
Update phases of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Jan 16, 2024
1 parent 11d018e commit 301bbf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<p class="phase-before"><strong>WASD {{ config.extra.event_year }}</strong> starts on <strong>{{ config.extra.event_start_date }}</strong><!--
--><span class="phase-sub">. <br><strong>Submissions close</strong> on <strong>{{ config.extra.subs_close_date }}</strong></span> in <span id="countdown"><!-- Filled in by site.js, shows countdown to sub close or event start, blank otherwise --></span>.
</p>
<p class="phase-before"><b>Want to take part?</b> Run submissions now open!</p>
<p class="phase-sub"><b>Want to take part?</b> Run submissions now open!</p>
<p class="phase-sub-closed" hidden>Submissions are now closed, schedule will follow shortly.</p>
<p class="phase-schedule" hidden>Our schedule has been released!</p>
<p class="phase-during" hidden>WASD is now <strong><a target="_blank" href="https://warwickspeed.run/twitch">live on Twitch</a></strong>!</p>
Expand All @@ -53,7 +53,7 @@
<a class="phase-sub button fs-5" target="_blank" href="https://warwickspeed.run/signup">Sign up</a>
<a class="phase-sub button fs-5" href="https://warwickspeed.run/howto">How To</a>
<a class="phase-schedule button fs-5" href="https://warwickspeed.run/schedule" hidden>See the Schedule!</a>
<a class="phase-schedule button fs-5" href="https://warwickspeed.run/guide" hidden>Runners Guide</a>
<a class="phase-sub-closed phase-schedule button fs-5" href="https://warwickspeed.run/guides/runner/" hidden>Runners Guide</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 301bbf5

Please sign in to comment.