Skip to content

Commit

Permalink
Merge pull request #31 from Guysnacho/24/FinalProgramDraft
Browse files Browse the repository at this point in the history
Fix typo and close registrations
  • Loading branch information
Guysnacho authored Mar 22, 2024
2 parents 12f7121 + b3a6fb8 commit 6e9472e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -119,7 +119,7 @@
href="https://sph.emory.edu/about/directions-maps/index.html"
target="_blank"
class="underline text-secondary-300">here</a
>. Parking balidation is available for visitors paring on Friday afternoon. Parking is free
>. Parking validation is available for visitors paring on Friday afternoon. Parking is free
Saturday and Sunday, learn more by going to our
<a href="/accommodations" class="underline text-secondary-300">accommodations page</a>!
</p>
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 6e9472e

Please sign in to comment.