@@ -8,50 +8,50 @@ import img3 from '@assets/images/outreach/interview.gif'
88import Image from 'next/image'
99
1010const OutreachAndEvents = ( ) : React . ReactElement => {
11- return (
12- < div className = { `flex-vertical ${ styles . container } ` } >
13- < div className = 'flex-horizontal sub-section-header-text ' > Outreach and Events</ div >
14- < div className = { `flex-horizontal ${ styles . row } ` } >
15- < div className = { styles . textContainer } >
16- < div className = 'sub-section-header-text' > Vex State Sectionals</ div >
17- < div className = 'sub-section-text' >
18- Our team members volunteered at the competition to help judge notebooks
19- ref the playing the field and interview teams for award selection.
20- </ div >
21- </ div >
11+ return (
12+ < div className = { `flex-vertical ${ styles . container } ` } >
13+ < div className = 'flex-horizontal sub-section-title ' > Outreach and Events</ div >
14+ < div className = { `flex-horizontal ${ styles . row } ` } >
15+ < div className = { styles . textContainer } >
16+ < div className = 'sub-section-header-text' > Vex State Sectionals</ div >
17+ < div className = 'sub-section-text' >
18+ Our team members volunteered at the competition to help judge notebooks
19+ ref the playing the field and interview teams for award selection.
20+ </ div >
21+ </ div >
2222
23- < div className = { styles . imageContainer } >
24- < Image fill src = { img1 } alt = 'Vex State Sectionals' />
25- </ div >
26- </ div >
27- < div className = { `flex-horizontal ${ styles . row } ` } >
28- < div className = { styles . imageContainer } >
29- < Image fill src = { img2 } alt = 'Philadelphia Robotics Expo' />
30- </ div >
23+ < div className = { styles . imageContainer } >
24+ < Image fill src = { img1 } alt = 'Vex State Sectionals' />
25+ </ div >
26+ </ div >
27+ < div className = { `flex-horizontal ${ styles . row } ` } >
28+ < div className = { styles . imageContainer } >
29+ < Image fill src = { img2 } alt = 'Philadelphia Robotics Expo' />
30+ </ div >
3131
32- < div className = { styles . textContainer } >
33- < div className = 'sub-section-header-text' > Philadelphia Robotics Expo</ div >
34- < div className = 'sub-section-text' >
35- Our tabling event at the Philadelphia Robotics Expo where about 300 high school
36- students came to see what philadelphia had to offer in robotics.
37- </ div >
38- </ div >
39- </ div >
40- < div className = { `flex-horizontal ${ styles . row } ` } >
41- < div className = { styles . textContainer } >
42- < div className = 'sub-section-header-text' > Temple University TV</ div >
43- < div className = 'sub-section-text' >
44- Our faculty advisor Dr. Helferty, a former NASA employee, talks about how starting
45- Temple Robotics and what it has become today.
46- </ div >
47- </ div >
32+ < div className = { styles . textContainer } >
33+ < div className = 'sub-section-header-text' > Philadelphia Robotics Expo</ div >
34+ < div className = 'sub-section-text' >
35+ Our tabling event at the Philadelphia Robotics Expo where about 300 high school
36+ students came to see what philadelphia had to offer in robotics.
37+ </ div >
38+ </ div >
39+ </ div >
40+ < div className = { `flex-horizontal ${ styles . row } ` } >
41+ < div className = { styles . textContainer } >
42+ < div className = 'sub-section-header-text' > Temple University TV</ div >
43+ < div className = 'sub-section-text' >
44+ Our faculty advisor Dr. Helferty, a former NASA employee, talks about how starting
45+ Temple Robotics and what it has become today.
46+ </ div >
47+ </ div >
4848
49- < div className = { styles . imageContainer } >
50- < Image fill src = { img3 } alt = 'Temple University TV' />
51- </ div >
52- </ div >
53- </ div >
54- )
49+ < div className = { styles . imageContainer } >
50+ < Image fill src = { img3 } alt = 'Temple University TV' />
51+ </ div >
52+ </ div >
53+ </ div >
54+ )
5555}
5656
5757export default OutreachAndEvents
0 commit comments