Skip to content

Commit

Permalink
add sponsor
Browse files Browse the repository at this point in the history
  • Loading branch information
Highfire1 authored Aug 24, 2023
1 parent cb8ec3b commit c4593a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/app/hacks/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export function Body()

<div className="mb-4">
<b>Q: Who is organizing this hackathon?</b>

<a>A: The hackathon is being organized by the Hackathon Task Force in collaboration with the Langara Computer Science Club.</a>
<p>A: The hackathon is being organized by the Hackathon Task Force in collaboration with the Langara Computer Science Club.</p>
</div>

<div className="mb-4">
Expand All @@ -56,11 +55,12 @@ export function Body()
<div className={"flex flex-col items-center gap-[5vh] max-[850px]:gap-[6vh] mt-[8vh] max-[850px]:mt-[9vh]"}>
<span className={"text-3xl max-[850px]:text-xl"}> Sponsors: </span>
<span className={"max-[850px]:text-sm"}> Langara Department of Computer Science </span>
<span className={"max-[850px]:text-sm"}> Langara IT Department </span>
<span><a href="mailto:[email protected]" className={"hover:text-lang-orange"}> Want to sponsor? Get in touch!</a></span>
</div>

<div className={"flex flexr-ow justify-center h-max gap-5 mt-[15vh] max-[850px]:mt-[25vh]"}>
<SocialIcons/>
</div>
</div>
}
}

0 comments on commit c4593a7

Please sign in to comment.