Skip to content

Commit

Permalink
registration is closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 committed Sep 17, 2023
1 parent 0585ee8 commit 1dcde3a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/src/app/hacks/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ export function Body()
<Timer EndTime={new Date(2023, 8, 23, 8, 0, 0)}/>
<span className={"text-sm max-[850px]:text-sm flex flex-col items-center mt-0"}>left until the hackathon</span>
</div>

<div className={"text-xl max-[850px]:text-sm flex flex-col items-center"}>
<a href="https://forms.gle/TmBcsFRup5KfppYU6" target="_lank" rel="noopener noreferrer"
className="text-3xl max-[850px]:text-xl inline-flex itembs-center m-5 justify-center px-10 py-8 border border-transparent leading-6 font-medium rounded-md text-white bg-lang-orange hover:bg-orange-700 focus:outline-none focus:ring focus:ring-orange-300 active:bg-orange-800 transition duration-150 ease-in-out">
✨Register Now!✨
<a href="/hacks/schedule" target="_lank" rel="noopener noreferrer"
className="text-xl max-[850px]:text-xl inline-flex itembs-center m-5 justify-center px-5 py-5 border border-transparent leading-6 font-medium rounded-md text-white bg-lang-orange hover:bg-orange-700 focus:outline-none focus:ring focus:ring-orange-300 active:bg-orange-800 transition duration-150 ease-in-out">
⭐ Langara Hacks! 2023! Schedule ⭐
</a>


</div>
<span className={"text-sm"}> Registration ends Sept 16th </span>

<span className={"text-sm"}> Registration is closed! </span>

<span className={"text-sm"}> <a href="https://forms.gle/EGfbXcaTa5ucs4yS9">We are also looking for Mentors: Register now!</a></span>
<span className={"text-sm"}> <a href="https://forms.gle/EGfbXcaTa5ucs4yS9">We are still looking for Mentors: register now!</a></span>
</div>

<div className={"flex flex-col items-center self-center gap-[5vh] max-[850px]:gap-[6vh] mt-[10vh] max-[850px]:mt-[40vh] max-w-[100vw]"}>
Expand Down

0 comments on commit 1dcde3a

Please sign in to comment.