Skip to content

Commit 5aa59df

Browse files
authored
Merge pull request #51 from csesoc/I2-23/update-events
update events
2 parents 5942207 + 50de71a commit 5aa59df

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

frontend/public/data/events.ts

Lines changed: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,28 @@ export type eventInfo = {
1010

1111
export const events: eventInfo[] = [
1212
{
13-
title: "Brawl Stars Tournament",
14-
startTime: "Thursday, 29 May 2025 20:00:00",
15-
endTime: "Thursday, 29 May 2025 22:30:00",
16-
location: "Online via Discord",
17-
image: "/images/events/brawl_stars.jpg",
18-
link: "https://www.facebook.com/events/1251081513377441"
13+
title: "Startup Spotlight Barbeque",
14+
startTime: "Wednesday, 11 June 2025 12:00:00",
15+
endTime: "Wednesday, 11 June 2025 14:00:00",
16+
location: "John Lions Garden",
17+
image: "/images/events/startup_spotlight_bbq.jpg",
18+
link: "https://www.facebook.com/events/1018289650496840"
19+
},
20+
{
21+
title: "Mister Maker's Magic Table",
22+
startTime: "Wednesday, 18 June 2025 13:00:00",
23+
endTime: "Wednesday, 18 June 2025 15:00:00",
24+
location: "UNSW Quad",
25+
image: "/images/events/mister_makers_magic_table.jpg",
26+
link: "https://www.facebook.com/events/1224929275882537"
27+
},
28+
{
29+
title: "Industry Mentoring Program Launch",
30+
startTime: "Wednesday, 18 June 2025 18:00:00",
31+
endTime: "Wednesday, 18 June 2025 20:00:00",
32+
location: "Rex Vowels Theatre",
33+
image: "/images/events/industry_mentoring_program.jpg",
34+
link: "https://www.facebook.com/events/1776932683235783"
1935
},
2036
{
2137
title: "Rookie Code Rumble",
@@ -28,6 +44,14 @@ export const events: eventInfo[] = [
2844
];
2945

3046
export const previousEvents: eventInfo[] = [
47+
{
48+
title: "Brawl Stars Tournament",
49+
startTime: "Thursday, 29 May 2025 20:00:00",
50+
endTime: "Thursday, 29 May 2025 22:30:00",
51+
location: "Online via Discord",
52+
image: "/images/events/brawl_stars.jpg",
53+
link: "https://www.facebook.com/events/1251081513377441"
54+
},
3155
{
3256
title: "Flower Exchange",
3357
startTime: "Wednesday, 23 Apr 2025 13:00:00",
Loading
Loading
Loading

0 commit comments

Comments
 (0)