File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11import { EventSignUpProps } from '../pages/events/EventSignUpStyles'
22
33const EVENT_SIGNUP_INFO : EventSignUpProps [ ] = [
4- {
5- title : 'Robotics Sign Up ' ,
6- description : 'Sign up for the club!' ,
7- src : 'https://forms.gle/pPHGRk5EkNQ7nJHd9'
8- }
4+ // {
5+ // title: 'Robotics Sign Up ',
6+ // description: 'Sign up for the club!',
7+ // src: 'https://forms.gle/pPHGRk5EkNQ7nJHd9'
8+ // }
99 // {
1010 // title: 'Build Day Sign Up',
1111 // description: 'Sign up for the outreach build days!',
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const EVENT_INFO: EventObject[] = [
1212 } ,
1313 {
1414 title : 'Weekly Programming Meeting' ,
15- description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot' ,
15+ description : 'The weekly meeting for the programming sub-team. Take a look at the code for the robot on github ' ,
1616 date : new Date ( '2025-01-22T17:00:00' ) ,
1717 location : 'The ideas hub (second floor of the engineering building)' ,
1818 weekly : true ,
Original file line number Diff line number Diff line change @@ -18,9 +18,12 @@ import NasiersFace from '../../assets/pics/Leads/Nasiers_face.jpg'
1818import MalinsFace from '../../assets/pics/Leads/Malins_face.jpg'
1919import BriansFace from '../../assets/pics/Leads/Brians_face.jpg'
2020import AlessiasFace from '../../assets/pics/Leads/Alessia_headshot.png'
21+ // import JadensFace from '../../assets/pics/Leads/Jadens_face.jpg'
22+
23+
2124// a separator is needed for some reason, troubleshoot this or create a very small section div or style this like the robotics page
2225//use robotics format
23- //bakround is implemented but sections are not made to be compatible, change to gallery sections
26+ //backround is implemented but sections are not made to be compatible, change to gallery sections
2427const MeetTheLeads = ( ) : React . ReactElement => {
2528 return (
2629
You can’t perform that action at this time.
0 commit comments