Skip to content

Commit e6020c2

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 62716b3 + f8c172b commit e6020c2

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

src/components/TimeTable/TimeTableEvents.ts

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@ const workshops = [
5959
images : undefined,
6060
description: "Ever wondered how to make your own programming language? Let us walk you through the basics of parsing, lexing and execution and make your own brain rot language. ",
6161
},
62+
{
63+
name: "How I Got Into Waterloo Engineering & Hack The North",
64+
color: "var(--terminal-blue)",
65+
start: {
66+
hour: 16,
67+
minute: 0,
68+
},
69+
column: 4,
70+
duration: 30,
71+
images : undefined,
72+
description: "EvA no bs breakdown of how Aayan Rahman got into Waterloo Electrical Engineering and Canada's biggest hackathon as a high schooler. Learn how to stand out in apps, build real projects, and get into your dream tech programs",
73+
},
6274
{
6375
name: "Linkedin Masterclass (Lakshya Jain)",
6476
color: "var(--terminal-blue)",
@@ -111,14 +123,26 @@ const funEvents = [
111123
description: "May the best mario karter win – prize: bubble tea",
112124
},
113125
{
114-
name: "Python One Liners (15 minutes)",
126+
name: "Chess Tournament",
127+
color: "var(--terminal-red)",
128+
start: {
129+
hour: 10,
130+
minute: 45,
131+
},
132+
column: 4,
133+
duration: 30,
134+
images : undefined,
135+
description: "May the best mario karter win – prize: bubble tea",
136+
},
137+
{
138+
name: "Python One Liners Contest (15 minutes)",
115139
color: "var(--terminal-red)",
116140
start: {
117141
hour: 11,
118142
minute: 30,
119143
},
120144
column: 4,
121-
duration: 30,
145+
duration: 15,
122146
images : undefined,
123147
description: "Solve a series of programming challenges in one line of python code. Be the first to finish and win bubble tea.",
124148
},

0 commit comments

Comments
 (0)