Skip to content

Commit 047e5c9

Browse files
committed
add: events.ts
1 parent 147030d commit 047e5c9

File tree

1 file changed

+379
-0
lines changed

1 file changed

+379
-0
lines changed

app/events.ts

Lines changed: 379 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,379 @@
1+
const events: Record<string, Array<any>> = {
2+
"9th Feb 2024": [
3+
{
4+
start: "14:00",
5+
referenceDate: "2024-02-09T14:00:00+05:30",
6+
end: "17:00",
7+
duration: "180 mins",
8+
title: "Check-in Opens & Icebreakers",
9+
description: "Ground Floor",
10+
location: "Ground Floor",
11+
},
12+
{
13+
start: "16:00",
14+
referenceDate: "2024-02-09T16:00:00+05:30",
15+
end: "16:30",
16+
duration: "30 mins",
17+
title: "Light Snacks + High Tea",
18+
description: "Garden Area",
19+
location: "Garden Area",
20+
},
21+
{
22+
start: "17:00",
23+
referenceDate: "2024-02-09T17:00:00+05:30",
24+
end: "17:10",
25+
duration: "10 mins",
26+
title: "Keynote by Orkes",
27+
description: "Hacking Hall - 5th Floor",
28+
location: "Hacking Hall",
29+
},
30+
{
31+
start: "17:15",
32+
referenceDate: "2024-02-09T17:15:00+05:30",
33+
end: "18:15",
34+
duration: "60 mins",
35+
title: "Orkes Workshop",
36+
description: "Hacking Hall - 5th Floor",
37+
location: "Hacking Hall",
38+
},
39+
{
40+
start: "18:20",
41+
referenceDate: "2024-02-09T18:20:00+05:30",
42+
end: "18:50",
43+
duration: "30 mins",
44+
title: "Vonage Workshop",
45+
description: "Hacking Hall - 5th Floor",
46+
location: "Hacking Hall",
47+
},
48+
{
49+
start: "19:00",
50+
referenceDate: "2024-02-09T19:00:00+05:30",
51+
end: "19:30",
52+
duration: "30 mins",
53+
title: "Opening Ceremony",
54+
description: "Hacking Hall - 5th Floor",
55+
location: "Hacking Hall",
56+
},
57+
{
58+
start: "20:00",
59+
referenceDate: "2024-02-09T20:00:00+05:30",
60+
end: "",
61+
duration: "",
62+
title: "Hacking Begins",
63+
description: "Hacking Hall - 5th Floor",
64+
location: "Hacking Hall",
65+
},
66+
{
67+
start: "21:00",
68+
referenceDate: "2024-02-09T21:00:00+05:30",
69+
end: "22:00",
70+
duration: "60 mins",
71+
title: "Dinner",
72+
description: "Garden Area",
73+
location: "Garden Area",
74+
},
75+
{
76+
start: "22:30",
77+
referenceDate: "2024-02-09T22:30:00+05:30",
78+
end: "23:30",
79+
duration: "60 mins",
80+
title: "GitHub Workshop",
81+
description: "Hacking Hall - 5th Floor",
82+
location: "Hacking Hall",
83+
},
84+
{
85+
start: "23:45",
86+
referenceDate: "2024-02-09T23:45:00+05:30",
87+
end: "23:55",
88+
duration: "10 mins",
89+
title: "Stroom Stage Time",
90+
description: "Hacking Hall - 5th Floor",
91+
location: "Hacking Hall",
92+
},
93+
],
94+
"10th Feb 2024": [
95+
{
96+
start: "00:00",
97+
referenceDate: "2024-02-10T00:00:00+05:30",
98+
end: "01:20",
99+
duration: "80 mins",
100+
title: "Mentorship Round - 1/3",
101+
description: "Ideation Round",
102+
location: "Hacking Hall",
103+
},
104+
{
105+
start: "01:30",
106+
referenceDate: "2024-02-10T01:30:00+05:30",
107+
end: "",
108+
duration: "",
109+
title: "Submission Checkpoint - 1/5",
110+
description: "Add project details",
111+
location: "Devfolio",
112+
},
113+
{
114+
start: "02:00",
115+
referenceDate: "2024-02-10T02:00:00+05:30",
116+
end: "02:30",
117+
duration: "30 mins",
118+
title: "Midnight Snacks",
119+
description: "Hacking Hall - 5th Floor",
120+
location: "Hacking Hall",
121+
},
122+
{
123+
start: "02:45",
124+
referenceDate: "2024-02-10T02:45:00+05:30",
125+
end: "03:30",
126+
duration: "45 mins",
127+
title: "Midnight Mini Event - TBD",
128+
description: "Hacking Hall - 5th Floor",
129+
location: "Hacking Hall",
130+
},
131+
{
132+
start: "07:00",
133+
referenceDate: "2024-02-10T07:00:00+05:30",
134+
end: "07:30",
135+
duration: "30 mins",
136+
title: "Zumba Session - Decathlon",
137+
description: "Garden Area",
138+
location: "Garden Area",
139+
},
140+
{
141+
start: "08:00",
142+
referenceDate: "2024-02-10T08:00:00+05:30",
143+
end: "09:00",
144+
duration: "60 mins",
145+
title: "Breakfast",
146+
description: "Garden Area",
147+
location: "Garden Area",
148+
},
149+
{
150+
start: "10:00",
151+
referenceDate: "2024-02-10T10:00:00+05:30",
152+
end: "10:45",
153+
duration: "45 mins",
154+
title: "Postman Workshop",
155+
description: "Hacking Hall - 5th Floor",
156+
location: "Hacking Hall",
157+
},
158+
{
159+
start: "10:50",
160+
referenceDate: "2024-02-10T10:50:00+05:30",
161+
end: "11:20",
162+
duration: "30 mins",
163+
title: "MLH Soroban Workshop",
164+
description: "Hacking Hall - 5th Floor",
165+
location: "Hacking Hall",
166+
},
167+
{
168+
start: "11:25",
169+
referenceDate: "2024-02-10T11:25:00+05:30",
170+
end: "11:55",
171+
duration: "30 mins",
172+
title: "Logitech Workshop",
173+
description: "Hacking Hall - 5th Floor",
174+
location: "Hacking Hall",
175+
},
176+
{
177+
start: "12:00",
178+
referenceDate: "2024-02-10T12:00:00+05:30",
179+
end: "12:05",
180+
duration: "5 mins",
181+
title: "Orkes Stage Time",
182+
description: "Hacking Hall - 5th Floor",
183+
location: "Hacking Hall",
184+
},
185+
{
186+
start: "12:10",
187+
referenceDate: "2024-02-10T12:10:00+05:30",
188+
end: "13:20",
189+
duration: "70 mins",
190+
title: "Mentorship Round - 2/3",
191+
description: "Implementation Round",
192+
location: "Hacking Hall",
193+
},
194+
{
195+
start: "13:30",
196+
referenceDate: "2024-02-10T13:30:00+05:30",
197+
end: "",
198+
duration: "",
199+
title: "Submission Checkpoint - 2/5",
200+
description: "Submit GitHub Repo + Add Sponsor Tracks",
201+
location: "Devfolio",
202+
},
203+
{
204+
start: "13:30",
205+
referenceDate: "2024-02-10T13:30:00+05:30",
206+
end: "14:30",
207+
duration: "60 mins",
208+
title: "Lunch",
209+
description: "Garden Area",
210+
location: "Garden Area",
211+
},
212+
{
213+
start: "14:45",
214+
referenceDate: "2024-02-10T14:45:00+05:30",
215+
end: "15:30",
216+
duration: "45 mins",
217+
title: "Orkes Mini Event",
218+
description: "Hacking Hall - 5th Floor",
219+
location: "Hacking Hall",
220+
},
221+
{
222+
start: "15:35",
223+
referenceDate: "2024-02-10T15:35:00+05:30",
224+
end: "16:20",
225+
duration: "45 mins",
226+
title: "Vonage Mini Event",
227+
description: "Hacking Hall - 5th Floor",
228+
location: "Hacking Hall",
229+
},
230+
{
231+
start: "16:30",
232+
referenceDate: "2024-02-10T16:30:00+05:30",
233+
end: "17:00",
234+
duration: "30 mins",
235+
title: "Light Snacks + High Tea",
236+
description: "Garden",
237+
location: "Garden Area",
238+
},
239+
{
240+
start: "17:15",
241+
referenceDate: "2024-02-10T17:15:00+05:30",
242+
end: "18:00",
243+
duration: "45 mins",
244+
title: "MLH Mini Event",
245+
description: "Hacking Hall - 5th Floor",
246+
location: "Hacking Hall",
247+
},
248+
{
249+
start: "18:15",
250+
referenceDate: "2024-02-10T18:15:00+05:30",
251+
end: "19:15",
252+
duration: "60 mins",
253+
title: "Orkes Office Hours",
254+
description: "TBD",
255+
location: "Classroom",
256+
},
257+
{
258+
start: "21:00",
259+
referenceDate: "2024-02-10T21:00:00+05:30",
260+
end: "22:00",
261+
duration: "60 mins",
262+
title: "Dinner",
263+
description: "Garden Area",
264+
location: "Garden Area",
265+
},
266+
{
267+
start: "23:00",
268+
referenceDate: "2024-02-10T23:00:00+05:30",
269+
end: "00:00",
270+
duration: "60 mins",
271+
title: "Mentorship Round - 3/3",
272+
description: "Final Round",
273+
location: "Hacking Hall",
274+
},
275+
],
276+
"11th Feb 2024": [
277+
{
278+
start: "00:30",
279+
referenceDate: "2024-02-11T00:30:00+05:30",
280+
end: "",
281+
duration: "",
282+
title: "Submission Checkpoint - 3/5",
283+
description: "Submit MVP",
284+
location: "Devfolio",
285+
},
286+
{
287+
start: "02:00",
288+
referenceDate: "2024-02-11T02:00:00+05:30",
289+
end: "02:30",
290+
duration: "30 mins",
291+
title: "Midnight Snacks",
292+
description: "Hacking Hall - 5th Floor",
293+
location: "Hacking Hall",
294+
},
295+
{
296+
start: "02:45",
297+
referenceDate: "2024-02-11T02:45:00+05:30",
298+
end: "03:30",
299+
duration: "45 mins",
300+
title: "Midnight Mini Event - TBD",
301+
description: "Hacking Hall - 5th Floor",
302+
location: "Hacking Hall",
303+
},
304+
{
305+
start: "06:00",
306+
referenceDate: "2024-02-11T06:00:00+05:30",
307+
end: "",
308+
duration: "",
309+
title: "Submission Checkpoint - 4/5",
310+
description: "Soft Submission",
311+
location: "Devfolio",
312+
},
313+
{
314+
start: "08:00",
315+
referenceDate: "2024-02-11T08:00:00+05:30",
316+
end: "",
317+
duration: "",
318+
title: "Submission Checkpoint - 5/5",
319+
description: "Hacking Ends",
320+
location: "Devfolio",
321+
},
322+
{
323+
start: "08:00",
324+
referenceDate: "2024-02-11T08:00:00+05:30",
325+
end: "09:00",
326+
duration: "60 mins",
327+
title: "Breakfast",
328+
description: "Garden Area",
329+
location: "Garden Area",
330+
},
331+
{
332+
start: "11:00",
333+
referenceDate: "2024-02-11T11:00:00+05:30",
334+
end: "14:00",
335+
duration: "180 mins",
336+
title: "Hackathon & Partner Judging",
337+
description: "Hacking Hall - 5th Floor",
338+
location: "Hacking Hall",
339+
},
340+
{
341+
start: "13:30",
342+
referenceDate: "2024-02-11T13:30:00+05:30",
343+
end: "14:30",
344+
duration: "60 mins",
345+
title: "Lunch",
346+
description: "Garden Area",
347+
location: "Garden Area",
348+
},
349+
{
350+
start: "14:30",
351+
referenceDate: "2024-02-11T14:30:00+05:30",
352+
end: "",
353+
duration: "",
354+
title: "Top-10 teams announced",
355+
description: "Hacking Hall - 5th Floor",
356+
location: "Hacking Hall",
357+
},
358+
{
359+
start: "15:00",
360+
referenceDate: "2024-02-11T15:00:00+05:30",
361+
end: "16:00",
362+
duration: "60 mins",
363+
title: "Top-10 teams Pitch",
364+
description: "Hacking Hall - 5th Floor",
365+
location: "Hacking Hall",
366+
},
367+
{
368+
start: "16:30",
369+
referenceDate: "2024-02-11T16:30:00+05:30",
370+
end: "17:15",
371+
duration: "45 mins",
372+
title: "Closing Ceremony + Winner Announcement",
373+
description: "Hacking Hall - 5th Floor",
374+
location: "Hacking Hall",
375+
},
376+
],
377+
};
378+
379+
export default events;

0 commit comments

Comments
 (0)