Skip to content

Commit 659c1d5

Browse files
committed
update leads as of 8/29/2024, events and sponsors updated
1 parent 662cc07 commit 659c1d5

File tree

5 files changed

+30
-29
lines changed

5 files changed

+30
-29
lines changed
339 KB
Loading
152 KB
Loading
1.88 MB
Loading

src/data/EventsDatabase.tsx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,39 @@ import { EventObject } from '../tools/CustomTypes'
33
// const semesterEnd = '12/11/23'
44

55
const EVENT_INFO: EventObject[] = [
6+
{
7+
title: 'General Body Meeting',
8+
description: `Learn more about the club and what we do! If you have any interest at all,
9+
we highly recommend you joining us!`,
10+
date: new Date('9/4/2024'),
11+
time: '5:00pm',
12+
location: 'The Fish Bowl (first floor pf the engineering building)'
13+
},
614
{
715
title: 'Weekly Programming Meeting',
816
description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot and ',
917
date: new Date(''),
10-
time: '5:30pm Fridays',
18+
time: 'To Be Determined',
1119
location: 'The ideas hub (second floor of the engineering building)',
12-
weekly: true,
20+
weekly: true
1321
// endDate: new Date(semesterEnd)
1422
},
1523
{
1624
title: 'Weekly Electrical Meeting',
1725
description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!',
1826
date: new Date(''),
19-
time: '5:00pm Modays',
27+
time: 'To Be Determined',
2028
location: 'The ideas hub (second floor of the engineering building)',
21-
weekly: true,
29+
weekly: true
2230
// endDate: new Date(semesterEnd)
2331
},
2432
{
2533
title: 'Weekly Mechanical Meeting',
2634
description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.',
2735
date: new Date(''),
28-
time: '6:00pm Wednesday',
36+
time: 'To Be Determined',
2937
location: 'The ideas hub (second floor of the engineering building)',
30-
weekly: true,
38+
weekly: true
3139
// endDate: new Date(semesterEnd)
3240
},
3341
{
@@ -37,15 +45,7 @@ const EVENT_INFO: EventObject[] = [
3745
date: new Date('1/29/24'),
3846
time: '',
3947
location: 'The Fish Bowl (first floor of the engineering building)'
40-
},
41-
// {
42-
// title: 'General Body Meeting',
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(''),
46-
// time: '',
47-
// location: 'The ideas hub (second floor of the engineering building)'
48-
// },
48+
}
4949
// {
5050
// title: 'Engineering Week Showcase',
5151
// description: 'Meet us to see the robot in action and learn about the club!',

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

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ import Styles from './MeetTheLeadsStyles'
1111

1212
// Images
1313
import JaredsFace from '../../assets/pics/Leads/jareds_face.jpg'
14-
import JaysFace from '../../assets/pics/Leads/Jays_Face.jpg'
15-
import StevensFace from '../../assets/pics/Leads/Stevens_Face.jpg'
16-
import GraysonsFace from '../../assets/pics/Leads/Graysons_face.jpg'
14+
//import StevensFace from '../../assets/pics/Leads/Stevens_Face.jpg'
1715
import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpg'
1816
import RoccosFace from '../../assets/pics/Leads/roccos_face.jpg'
1917
import NasiersFace from '../../assets/pics/Leads/Nasiers_face.jpg'
18+
import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
19+
import BriansFace from '../../assets/pics/Leads/Brians_face.jpg'
20+
import AlessiasFace from '../../assets/pics/Leads/Alessias_face.png'
2021
// a separator is needed for some reason, troubleshoot this or create a very small section div or style this like the robotics page
2122
//use robotics format
2223
//bakround is implemented but sections are not made to be compatible, change to gallery sections
@@ -34,37 +35,37 @@ const MeetTheLeads = (): React.ReactElement => {
3435
<div className='leads-slide'>
3536
<h2>Meet our President!</h2>
3637
<p>
37-
Jared Levin
38+
Rocco Guzman
3839
</p>
3940
</div>
4041
<div className='Leads-img-container'>
41-
<img src={ JaredsFace } />
42+
<img src={ RoccosFace } />
4243
</div>
4344
<div className='Leads-img-container'>
44-
<img src={ JaysFace }/>
45+
<img src={ MalinsFace }/>
4546
</div>
4647
<div className='leads-slide'>
4748
<h2>Meet our Vice President!</h2>
4849
<p>
49-
Jay Pande
50+
Malin Kussi
5051
</p>
5152
</div>
5253
<div className='leads-slide'>
5354
<h2>Meet our Electrical Lead!</h2>
5455
<p>
55-
Grayson Cooper
56+
Jared Levin
5657
</p>
5758
</div>
5859
<div className='Leads-img-container'>
59-
<img src={ GraysonsFace}/>
60+
<img src={ JaredsFace }/>
6061
</div>
6162
<div className='Leads-img-container'>
62-
<img src={ StevensFace}/>
63+
<img src={ AlessiasFace}/>
6364
</div>
6465
<div className='leads-slide'>
6566
<h2>Meet our Mechanical Lead!</h2>
6667
<p>
67-
Steven Miller
68+
Alessia Smith
6869
</p>
6970
</div>
7071
<div className='leads-slide'>
@@ -77,12 +78,12 @@ const MeetTheLeads = (): React.ReactElement => {
7778
<img src={ NasiersFace }/>
7879
</div>
7980
<div className='Leads-img-container'>
80-
<img src={ RoccosFace }/>
81+
<img src={ BriansFace }/>
8182
</div>
8283
<div className='leads-slide'>
83-
<h2>Meet our Workshop Manager!</h2>
84+
<h2>Meet our Programming Lead!</h2>
8485
<p>
85-
Rocco Guzman
86+
Brian Ervin
8687
</p>
8788
</div>
8889
<div className='leads-slide'>

0 commit comments

Comments
 (0)