Skip to content

Commit

Permalink
Merge branch 'main' into banner-fix-2
Browse files Browse the repository at this point in the history
  • Loading branch information
arian81 committed Dec 23, 2023
2 parents 8765c03 + de694d1 commit a10e5fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/FAQ.astro
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ const questions: Array<{
answer:
"Projects are judged by event sponsors and experts from the tech sector. Projects are presented to judges at the exposition and evaluated on multiple factors such as presentation, creativity, practical application, and originality.",
},
{
question: "What's happening January 12th?",
answer:
"Our IN PERSON Hackathon event days are January 13th-14th. Friday the 12th will consist of VIRTUAL Pre Hackathon Events to get you prepped and excited for the main hackathon!! Join us for our Meme Contest & Online Team Match Making, Beginners Guide to Hackathon, A Leetcode Workshop, and end the Night playing games with McMaster Extra Life!",
},
];
---

Expand Down
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const { id } = Astro.props;
class="tagline text-xl font-semibold leading-6 tracking-tight text-cyan-900 sm:w-4/5"
>
The annual hackathon for change, taking place at McMaster University
from January 12 to 14, 2024.
from January 13 to 14, 2024.
</p>
</div>

Expand Down

0 comments on commit a10e5fc

Please sign in to comment.