Skip to content

Commit

Permalink
Add schedule link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Jan 22, 2025
1 parent ac349e7 commit 9e15f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ event_date_range = "8-9th Feb"
signup_link = "https://oengus.fun/wasd2025"
money_raised = "£10,000"

show_schedule = false
show_schedule = true
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@
<div class="buttons">
<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-sub phase-schedule button fs-5" href="https://warwickspeed.run/volunteer">Volunteer</a>
<a class="phase-sub phase-sub-closed button fs-5" href="https://warwickspeed.run/volunteer">Volunteer</a>
<a class="phase-schedule button fs-5" href="https://warwickspeed.run/schedule" hidden>See the Schedule!</a>
<a class="phase-sub-closed phase-schedule button fs-5" href="https://warwickspeed.run/guides/runner/" hidden>Runners Guide</a>
<a class="phase-sub-closed phase-schedule button fs-5" href="https://warwickspeed.run/guides/travel/" hidden>Travel Guide</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 9e15f93

Please sign in to comment.