File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11import { EventObject } from '../tools/CustomTypes'
22
33const semesterEnd = '5/31/25'
4- const descriptionForSDW1 = ' The goal of these classes is to equip you with the skills to model and design on a professional '
5- const descriptionForSDW2 = ' level, as well as create a common ground for all engineers to work together more efficiently and effectively'
4+ const descriptionForSDW = ` The goal of these classes is to equip you with the skills to model and design on a professional
5+ level, as well as create a common ground for all engineers to work together more efficiently and effectively`
66const EVENT_INFO : EventObject [ ] = [
77 {
88 title : 'Weekly Solidworks Workshop' ,
9- description : descriptionForSDW1 + descriptionForSDW2 ,
9+ description : descriptionForSDW ,
1010 date : new Date ( '2025-02-17T17:30:00' ) ,
1111 location : 'The ideas hub (second floor of the engineering building)' ,
1212 weekly : true ,
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ const MeetTheLeads = (): React.ReactElement => {
2929 < h2 className = 'title' > Meet The Leads</ h2 >
3030 < AiOutlineDash />
3131 </ Styles . TitleContainer >
32-
3332 < Styles . SpaceBackground >
3433 < Styles . LeadsGallery >
3534 < div className = 'leads-slide' >
@@ -45,7 +44,8 @@ const MeetTheLeads = (): React.ReactElement => {
4544 < img src = { MalinsFace } />
4645 </ div >
4746 < div className = 'leads-slide' >
48- < h2 > Meet our Vice President!</ h2 >
47+ < h2 > Meet our Vice President</ h2 >
48+ < h2 > and Website Manager!</ h2 >
4949 < p >
5050 Malin Kussi
5151 </ p >
@@ -86,15 +86,15 @@ const MeetTheLeads = (): React.ReactElement => {
8686 Tanishka Shah
8787 </ p >
8888 </ div >
89- < div className = 'leads-slide' >
89+ { /* <div className='leads-slide'>
9090 <h2>Meet our Shop Manager!</h2>
9191 <p>
9292 Jonah Tesler
9393 </p>
9494 </div>
9595 <div className='Leads-img-container'>
9696 <img src={ TanishkasFace }/>
97- </ div >
97+ </div> */ }
9898
9999 </ Styles . LeadsGallery >
100100 </ Styles . SpaceBackground >
You can’t perform that action at this time.
0 commit comments