Skip to content

Commit

Permalink
home: add registration deadline
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <[email protected]>
  • Loading branch information
sumnerevans committed Apr 4, 2024
1 parent 447dac7 commit c8e14c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ <h2 class="mb-2">The 2024 competition will be held April 20th, 2024.</h2>
{{ end }}
</p>
{{ if .RegistrationEnabled }}
<!-- <p id="registration-info" class="mb-4"> -->
<!-- <span class="badge text-bg-danger py-2 px-4 me-4 fs-5"><b>Registration Extended</b></span> -->
<!-- The new registration deadline is <b>April 14th</b> -->
<!-- </p> -->
<p id="registration-info" class="mb-4">
<!-- <span class="badge text-bg-danger py-2 px-4 me-4 fs-5"><b>Registration Deadline</b></span> -->
The registration deadline is <b>April 13th</b>
</p>
<a href="/register" class="btn btn-success btn-lg px-6 fs-3"><b>Register Now</b></a>
{{ else }}
<small class="text-secondary">
Expand Down

0 comments on commit c8e14c2

Please sign in to comment.