Skip to content

Commit

Permalink
Remove apply button and add thank you message to header
Browse files Browse the repository at this point in the history
  • Loading branch information
xam-ps authored and phntxx committed Jul 4, 2024
1 parent 6b7b711 commit 312c424
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/routes/landing/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@
HACKABURG <p class="ml-4 text-primary">2024</p>
<br />
</h1>

<p class="mb-6 font-light text-white lg:mb-8 text-xl dark:text-gray-400">
The registration is NOW open! <br />Let's connect the unconnected.
</p>
<p class="mb-6 font-bold text-white lg:mb-8 text-xl dark:text-gray-400">
<b class="text-primary">23.5. - 25.5.2024</b> | Techbase Regensburg
</p>
<div>
<a href="https://hackaburg.de/apply/" target="_blank" rel="noreferrer">
<Button label="APPLY NOW" />
</a>
<div class="mb-6 font-bold text-white lg:mb-8 text-xl dark:text-gray-400">
<h2>Thank you all for attending, it was a blast!</h2>
<h3>We are looking forward to see you again next year.</h3>
</div>
<div class="sm:flex md:space-x-4">
<div>
Expand Down

0 comments on commit 312c424

Please sign in to comment.