Skip to content

Commit

Permalink
Added ticket button and grammer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Feb 26, 2024
1 parent d7c5adb commit fe8d2fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const About: FunctionalComponent = () => (
<div class={style.column}>
<h3>What?</h3>
<p>
Embark on an exciting journey with Hack to the Future, a fully inclusive 24-hour hackathon experience. Immerse yourself in a dynamic environment where participants take on entertaining challenges presented by our amazing partner companies. Beyond the thrill of problem-solving, the event offers the chance to win exciting prizes and guarantees a good time for all involved. A brunch is also offered on sunday for this you will have to buy an different brunch ticket.
Embark on an exciting journey with Hack to the Future, a fully inclusive 24-hour hackathon experience. Immerse yourself in a dynamic environment where participants take on entertaining challenges presented by our amazing partner companies. Beyond the thrill of problem-solving, the event offers the chance to win exciting prizes and guarantees a good time for all involved. A brunch is also offered on sunday. To join this you will have to buy a different brunch ticket.
</p>
<h3>Who?</h3>
<p>
Expand Down
6 changes: 5 additions & 1 deletion src/components/header/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { h, FunctionalComponent } from "preact";
import { faCalendarDay, faLocationDot } from "@fortawesome/free-solid-svg-icons";
import { faCalendarDay, faLocationDot, faTicket } from "@fortawesome/free-solid-svg-icons";
import { faDiscord } from "@fortawesome/free-brands-svg-icons";


Expand All @@ -26,6 +26,10 @@ export const Header: FunctionalComponent = () => (
{/* TODO: uncomment when tickets are online */}
{/* <button>Tickets</button> */}
{/* <button class={style.secondary}>Join Discord</button> */}
<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 Down

0 comments on commit fe8d2fa

Please sign in to comment.