Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Sep 17, 2023
2 parents 1dc2a90 + 8c5eb2a commit a958aa7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions frontend/src/app/hacks/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,20 @@ export function Body()
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>


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

<span className={"text-sm"}> <a href="https://forms.gle/EGfbXcaTa5ucs4yS9">We are also 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]"}>
<span className={"text-3xl max-[850px]:text-xl self-center text-bold"}>Prizes</span>
<div className="max-w-[70vw] mb-4 flex flex-col items-center gap-3 text-lg">
<span>First Place: $250</span>
<span>Second Place: $100</span>
<span> Third Place: $100</span>
<span>Second Place: $150</span>
<span> Audience Favourite: $100</span>
</div>
</div>

Expand Down

0 comments on commit a958aa7

Please sign in to comment.