We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398eb1 commit e929f0bCopy full SHA for e929f0b
src/data/EventsDatabase.tsx
@@ -18,6 +18,12 @@ const EVENT_INFO: EventObject[] = [
18
date: new Date('2025-08-27T18:30:00'),
19
location: 'Fishbowl (College of Engineering EN 102)'
20
},
21
+ {
22
+ title: 'Lockheed Martin Recruitment event',
23
+ description: 'Lockheed Martin is coming out to talk to the members about recruitment opportunities and food will be available as well',
24
+ date: new Date('2025-09-22T17:00:00'),
25
+ location: 'Fishbowl (College of Engineering EN 102)'
26
+ },
27
{
28
title: 'Weekly Programming Meeting',
29
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot',
0 commit comments