@@ -10,12 +10,28 @@ export type eventInfo = {
10
10
11
11
export const events : eventInfo [ ] = [
12
12
{
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"
19
35
} ,
20
36
{
21
37
title : "Rookie Code Rumble" ,
@@ -28,6 +44,14 @@ export const events: eventInfo[] = [
28
44
] ;
29
45
30
46
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
+ } ,
31
55
{
32
56
title : "Flower Exchange" ,
33
57
startTime : "Wednesday, 23 Apr 2025 13:00:00" ,
0 commit comments