Skip to content

Commit 6c2c027

Browse files
committed
updating remote
1 parent 659c1d5 commit 6c2c027

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed
755 KB
Loading

src/data/EventsDatabase.tsx

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,37 +14,29 @@ const EVENT_INFO: EventObject[] = [
1414
{
1515
title: 'Weekly Programming Meeting',
1616
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ',
17-
date: new Date(''),
18-
time: 'To Be Determined',
17+
date: new Date('9/11/2024'),
18+
time: '5:00pm',
1919
location: 'The ideas hub (second floor of the engineering building)',
2020
weekly: true
2121
// endDate: new Date(semesterEnd)
2222
},
2323
{
2424
title: 'Weekly Electrical Meeting',
2525
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
26-
date: new Date(''),
27-
time: 'To Be Determined',
26+
date: new Date('9/9/2024'),
27+
time: '6:00',
2828
location: 'The ideas hub (second floor of the engineering building)',
2929
weekly: true
3030
// endDate: new Date(semesterEnd)
3131
},
3232
{
3333
title: 'Weekly Mechanical Meeting',
3434
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
35-
date: new Date(''),
36-
time: 'To Be Determined',
35+
date: new Date('9/11/2024'),
36+
time: '4:00pm',
3737
location: 'The ideas hub (second floor of the engineering building)',
3838
weekly: true
3939
// endDate: new Date(semesterEnd)
40-
},
41-
{
42-
title: 'First GBM of the Spring Semester',
43-
description: `Learn more about the club and what we do! If you have any interest at all,
44-
we highly recommend you joining us!`,
45-
date: new Date('1/29/24'),
46-
time: '',
47-
location: 'The Fish Bowl (first floor of the engineering building)'
4840
}
4941
// {
5042
// title: 'Engineering Week Showcase',

src/pages/meet-the-leads/MeetTheLeads.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import RoccosFace from '../../assets/pics/Leads/roccos_face.jpg'
1717
import NasiersFace from '../../assets/pics/Leads/Nasiers_face.jpg'
1818
import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
1919
import BriansFace from '../../assets/pics/Leads/Brians_face.jpg'
20-
import AlessiasFace from '../../assets/pics/Leads/Alessias_face.png'
20+
import AlessiasFace from '../../assets/pics/Leads/Alessia_headshot.png'
2121
// a separator is needed for some reason, troubleshoot this or create a very small section div or style this like the robotics page
2222
//use robotics format
2323
//bakround is implemented but sections are not made to be compatible, change to gallery sections

0 commit comments

Comments
 (0)