Skip to content

Commit

Permalink
Close registrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Mar 22, 2024
1 parent 11c36fe commit b3a6fb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<h4 class="h4 fill-token select-none drop-shadow-xl">
Emory University<br /> March 22-24, 2024
</h4>
<a href="/registration" class="btn btn-lg outline my-5 select-none">Register Now</a>
<a href="/registration" class="btn btn-lg outline my-5 select-none">Registration Closed</a>
</div>
</div>
<quote
Expand Down
5 changes: 2 additions & 3 deletions src/routes/abstract/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<p class="font-bold">The deadline to submit an abstract is March 15, 2024</p>
<div class="px-auto flex">
<a
href="https://forms.office.com/r/Fx9eVF0A5J"
target="_blank"
class="btn btn-lg outline disabled my-7 mx-auto">Submit Abstract</a
href="#"
class="btn btn-lg outline my-7 mx-auto">Submissions Closed</a
>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/routes/registration/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
Secure payment processing powered by Stripe Checkout.
<div class="flex justify-center">
<a
href="https://form.jotform.com/240087559997173"
class="btn btn-lg variant-ringed-primary my-5">Register Now</a
href="#"
class="btn btn-lg variant-ringed-primary my-5">Registration Closed</a
>
</div>
</section>
Expand Down

0 comments on commit b3a6fb8

Please sign in to comment.