-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
} | ||
} |