Skip to content

update events #51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions frontend/public/data/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,28 @@ export type eventInfo = {

export const events: eventInfo[] = [
{
title: "Brawl Stars Tournament",
startTime: "Thursday, 29 May 2025 20:00:00",
endTime: "Thursday, 29 May 2025 22:30:00",
location: "Online via Discord",
image: "/images/events/brawl_stars.jpg",
link: "https://www.facebook.com/events/1251081513377441"
title: "Startup Spotlight Barbeque",
startTime: "Wednesday, 11 June 2025 12:00:00",
endTime: "Wednesday, 11 June 2025 14:00:00",
location: "John Lions Garden",
image: "/images/events/startup_spotlight_bbq.jpg",
link: "https://www.facebook.com/events/1018289650496840"
},
{
title: "Mister Maker's Magic Table",
startTime: "Wednesday, 18 June 2025 13:00:00",
endTime: "Wednesday, 18 June 2025 15:00:00",
location: "UNSW Quad",
image: "/images/events/mister_makers_magic_table.jpg",
link: "https://www.facebook.com/events/1224929275882537"
},
{
title: "Industry Mentoring Program Launch",
startTime: "Wednesday, 18 June 2025 18:00:00",
endTime: "Wednesday, 18 June 2025 20:00:00",
location: "Rex Vowels Theatre",
image: "/images/events/industry_mentoring_program.jpg",
link: "https://www.facebook.com/events/1776932683235783"
},
{
title: "Rookie Code Rumble",
Expand All @@ -28,6 +44,14 @@ export const events: eventInfo[] = [
];

export const previousEvents: eventInfo[] = [
{
title: "Brawl Stars Tournament",
startTime: "Thursday, 29 May 2025 20:00:00",
endTime: "Thursday, 29 May 2025 22:30:00",
location: "Online via Discord",
image: "/images/events/brawl_stars.jpg",
link: "https://www.facebook.com/events/1251081513377441"
},
{
title: "Flower Exchange",
startTime: "Wednesday, 23 Apr 2025 13:00:00",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading