Skip to content

Commit

Permalink
feat: update hackathon page
Browse files Browse the repository at this point in the history
  • Loading branch information
Patadam committed May 25, 2024
1 parent f4ce326 commit c3fe3f2
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions src/routes/Hackathon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ export default function HackathonPage() {
12-14 July 2024 <span className="px-2">|</span> The Precinct <span className="px-2">|</span> Fortitude Valley
</p>
<div className="buttons-list">
<a className="btn">Register Today</a>
<a className="btn">Facebook Event</a>
<a className="btn" href="https://events.humanitix.com/code-network-winter-hackathon-2024">
Register Today
</a>
<a className="btn" href="https://www.facebook.com/events/742663191123606/">
Facebook Event
</a>
</div>
</div>
</div>
Expand All @@ -31,10 +35,26 @@ export default function HackathonPage() {
<div className="edges">
<div>
<h2 style={{ marginTop: "0" }}>What on earth is a Hackathon?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consequatur, nobis? Eum optio eligendi nihil maiores quibusdam tempore
ipsa sint corporis temporibus, aut animi facilis a ab ipsum doloremque hic deleniti.
</p>
<div style={{ maxWidth: "80ch" }}>
<p>
A hackathon is a collaborative event where you can put your IT skills to the test and build innovative projects quickly. It's
a great chance to build and present your amazing tech concepts and ideas.
</p>
<p>
In a hackathon you'll usually work in team of similiarly interested IT students and professionals. And you'll have the
opportunity to learn new skills and network with other attendees. Oh and don't forget the food! The Code Network hackathon
will include food to keep you energised and building.
</p>
<p>
Code Network welcomes everyone interested in particpating to register, there is no minimum required skillset to be involved.
</p>
<br />
<h3>How do I get involved?</h3>
<p>
Use one of the registration links on this page to purchase a ticket from our event page on Humanitix and just turn up Friday
night ready to go! Stay tuned to our socials to more information, ask questions and be notified about any updates.
</p>
</div>
{/* <p>
<b>Top Teams Last Year</b>
</p>
Expand All @@ -51,7 +71,9 @@ export default function HackathonPage() {
</p>
<div className="end-cta">
<p>Ready to just say yes!</p>
<a className="btn">Register Today</a>
<a className="btn" href="https://events.humanitix.com/code-network-winter-hackathon-2024">
Register Today
</a>
</div>
</div>
</main>
Expand Down

0 comments on commit c3fe3f2

Please sign in to comment.