Skip to content

Commit a6d0eae

Browse files
committed
fix: update event page
This commit updates event dates for 2026 and minor spelling errors and rewordings. Dates still need to be added for Melbourne Hack.
1 parent 2910065 commit a6d0eae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/routes/Events.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Events = () => {
2222
const eventsData = [
2323
{
2424
name: "DecodED",
25-
date: "15/03 - 17/03",
25+
date: "21/03",
2626
brief: "Free entry, educational",
2727
description:
2828
"We’re passionate about providing accessible tech education to students from all backgrounds and experiences. Our workshop style education program is tailored towards those with limited experience in software development and includes content that complements traditional Computer Science education taught at universities. With Hackiethon taking place right after the conclusion of the program, attendees will have the chance to put their new-found skills to the test! ",
@@ -34,19 +34,19 @@ const Events = () => {
3434
},
3535
{
3636
name: "Hackiethon",
37-
date: "22/03 - 24/03",
38-
brief: "Free entry, begginer friendly",
37+
date: "27/03 - 02/04",
38+
brief: "Free entry, beginner friendly",
3939
description:
4040
"Our rookie hackathon is tailor-made for inexperienced but eager individuals! Unlike our main hackathon, it comes with valuable insights into the experience of competing and finding success in such events.",
4141
bgImage: HackiethonImage2,
4242
frontImage: HackiethonImage,
43-
altBgImage: "HackMelbourne comitteee members in a lecutre hall setting up hackathon competition.",
43+
altBgImage: "HackMelbourne committee members in a lecture hall setting up hackathon competition.",
4444
altFrontImage: "Students in a lecture hall viewing hackathon competition being presented.",
4545
link: "",
4646
},
4747
{
4848
name: "Melbourne Hack",
49-
date: "30/8 - 06/9",
49+
date: "TBA",
5050
brief: "Free entry, great competition",
5151
description: `Melbourne Hack is a hackathon where participants use their entrepreneurial skills to build a product in 3 days. Given certain themes, participants will have to build something that solves a problem or meets a need. Then they will be able to pitch their product to a panel of judges!`,
5252
bgImage: MelbHackImage,

0 commit comments

Comments
 (0)