Skip to content

Commit

Permalink
Merge pull request #25 from WISVCH/Waiting_List
Browse files Browse the repository at this point in the history
Waiting list
  • Loading branch information
sajochems authored May 3, 2024
2 parents 20ef363 + ad72146 commit 3693b3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions src/components/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ export const Header: FunctionalComponent = () => (
<p> <Icon icon={faLocationDot}/> X TU Delft</p>
</div>
<div class={style.buttons}>
<a href="https://ch.tudelft.nl/activities/event/2024/hackaton/" target="_blank">
<Icon icon={faTicket} pad />
Buy Tickets
</a>
<a href="https://discord.gg/rB2ucUaFnc" target="_blank">
<Icon icon={faDiscord} pad />
Join Discord
Expand All @@ -35,6 +31,18 @@ export const Header: FunctionalComponent = () => (
<Icon icon={faClipboardList} pad />
Sign-up form
</a>

<p> Unfortunatly the event is sold out but you can sign up for the waiting list below and have a chance of still claiming a spot!</p>
{/* <a href="https://ch.tudelft.nl/activities/event/2024/hackaton/" target="_blank">
<Icon icon={faTicket} pad />
Buy Tickets
</a> */}

<a href="https://docs.google.com/forms/d/e/1FAIpQLSd6cXDC7eyLyKr7F8pDm-0kJvlPPoUGydYaqSLxeHh8XIsePg/viewform?usp=sf_link" target="_blank">
<Icon icon={faClipboardList} pad />
Waiting list
</a>
{/* */}
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/numbers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Numbers: FunctionalComponent = () => (
</div>

<div class={style.column}>
<h2>3</h2>
<h2>4</h2>
<h3>cases</h3>
</div>

Expand Down

0 comments on commit 3693b3a

Please sign in to comment.