Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and close registrations #31

Merged
merged 2 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading