diff --git a/src/assets/pics/Leads/Tanishkas_face.jpeg b/src/assets/pics/Leads/Tanishkas_face.jpeg new file mode 100644 index 0000000..5803b73 Binary files /dev/null and b/src/assets/pics/Leads/Tanishkas_face.jpeg differ diff --git a/src/assets/pics/Leads/Tanishkas_face.jpg b/src/assets/pics/Leads/Tanishkas_face.jpg deleted file mode 100644 index 698858a..0000000 Binary files a/src/assets/pics/Leads/Tanishkas_face.jpg and /dev/null differ diff --git a/src/assets/pics/Leads/roccos_face2.jpg b/src/assets/pics/Leads/roccos_face2.jpg deleted file mode 100644 index bb97957..0000000 Binary files a/src/assets/pics/Leads/roccos_face2.jpg and /dev/null differ diff --git a/src/data/EventsDatabase.tsx b/src/data/EventsDatabase.tsx index 891f664..dc1d08b 100644 --- a/src/data/EventsDatabase.tsx +++ b/src/data/EventsDatabase.tsx @@ -3,7 +3,7 @@ import { EventObject } from '../tools/CustomTypes' const semesterEnd = '5/31/25' const EVENT_INFO: EventObject[] = [ { - title: 'Weekly Solidworks Workshop', + title: 'Weekly SolidWorks Workshop', 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`, date: new Date('2025-02-17T17:30:00'), @@ -21,7 +21,7 @@ const EVENT_INFO: EventObject[] = [ { title: 'Weekly Programming Meeting', description: 'The weekly meeting for the programming sub-team. Take a look at the code for the robot', - date: new Date('2025-01-22T17:00:00'), + date: new Date('2025-02-12T17:00:00'), location: 'The ideas hub (second floor of the engineering building)', weekly: true, endDate: new Date(semesterEnd) @@ -29,7 +29,7 @@ const EVENT_INFO: EventObject[] = [ { title: 'Weekly Electrical Meeting', description: 'The weekly meeting for the electrical sub-team. Talk about improved batteries, wiring, and more!', - date: new Date('2025-01-22T18:00:00'), + date: new Date('2025-02-12T18:00:00'), location: 'The ideas hub (second floor of the engineering building)', weekly: true, endDate: new Date(semesterEnd) @@ -37,7 +37,7 @@ const EVENT_INFO: EventObject[] = [ { title: 'Weekly Mechanical Meeting', description: 'The weekly meeting for the mechanical sub-team. Learn about the design aspects of robot and 3D model parts.', - date: new Date('2025-01-22T16:00:00'), + date: new Date('2025-02-12T16:00:00'), location: 'The ideas hub (second floor of the engineering building)', weekly: true, endDate: new Date(semesterEnd) diff --git a/src/pages/meet-the-leads/MeetTheLeads.tsx b/src/pages/meet-the-leads/MeetTheLeads.tsx index 859d260..c4008e8 100644 --- a/src/pages/meet-the-leads/MeetTheLeads.tsx +++ b/src/pages/meet-the-leads/MeetTheLeads.tsx @@ -10,7 +10,7 @@ import Contact from '../general/contact/Contact' import Styles from './MeetTheLeadsStyles' // Images -import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpg' +import TanishkasFace from '../../assets/pics/Leads/Tanishkas_face.jpeg' import RoccosFace from '../../assets/pics/Leads/roccos_face.jpg' import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg' import BriansFace from '../../assets/pics/Leads/Brian_face.png' diff --git a/src/tools/Constants.tsx b/src/tools/Constants.tsx index aa1ff8a..ae15426 100644 --- a/src/tools/Constants.tsx +++ b/src/tools/Constants.tsx @@ -38,7 +38,7 @@ export const RMC_TEAM = [ require('../assets/pics/Leads/Jadens_face.jpg'), require('../assets/pics/Leads/Alessia_headshot.png'), require('../assets/pics/Leads/Brian_face.png'), - require('../assets/pics/Leads/Tanishkas_face.jpg'), + require('../assets/pics/Leads/Tanishkas_face.jpeg'), require('../assets/pics/Leads/Jonah_Face.jpg') ]