You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/EventsDatabase.tsx
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,22 @@ import { EventObject } from '../tools/CustomTypes'
3
3
constsemesterEnd='5/31/25'
4
4
5
5
constEVENT_INFO: EventObject[]=[
6
+
{
7
+
title: 'Weekly Solidworks Workshop',
8
+
description: 'The goal of these classes is to equip you with the skills to model and design on a professional level, as well as create a common ground for all engineers to work together more efficiently and effectively',
9
+
date: newDate('2025-02-17T17:30:00'),
10
+
location: 'The ideas hub (second floor of the engineering building)',
11
+
weekly: true,
12
+
endDate: newDate(semesterEnd)
13
+
},
6
14
{
7
15
title: 'General Body Meeting',
8
16
description: 'Updates on what happened since the last GBM and the plan for the rest of the semester as well as an activity',
9
17
date: newDate('2025-02-05T17:00:00'),
10
18
// location: 'The Fish Bowl (first floor pf the engineering building)'
11
19
location: '201A classroom (The ideas hub second floor of the engineering building)'
12
20
},
21
+
13
22
{
14
23
title: 'Weekly Programming Meeting',
15
24
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
0 commit comments