Skip to content

Commit

Permalink
Add onsite details
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Mar 22, 2024
1 parent 6e9472e commit 2854e36
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/routes/registration/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>
import Abstract from '$lib/assets/background/Chang-Su_abstract.jpg';
import Hero from '../../components/Hero.svelte';
let registrationOpen = true;
const registrationOpen = false;
</script>

<svelte:head>
Expand Down Expand Up @@ -34,15 +34,15 @@
To register for the 2024 Conference, select your registration type from the list below.
Secure payment processing powered by Stripe Checkout.
<div class="flex justify-center">
<a
href="#"
class="btn btn-lg variant-ringed-primary my-5">Registration Closed</a
>
<a href="#" class="btn btn-lg variant-ringed-primary my-5">Registration Closed</a>
</div>
</section>
{:else}
<section class="p-4 text-xl">
Registration will open up soon, please keep an eye out!
Registration is currently closed, but if you are interested please register onsite!
<div class="flex justify-center">
<a href="#" class="btn btn-lg variant-ringed-primary my-5">Registration Closed</a>
</div>
</section>
{/if}
</div>
Expand Down

0 comments on commit 2854e36

Please sign in to comment.