Skip to content

Commit

Permalink
Merge pull request #153 from Will-Hsu/feature/Shreya-Kevin-Brian/FE-A…
Browse files Browse the repository at this point in the history
…boutPage-Our-Future

Modifying About Page Section- Our Future
  • Loading branch information
shreyaNagunuri authored Apr 19, 2024
2 parents 6cc120d + 9649cc6 commit d3ef67b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions frontend/src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@ const About = () => {
>
<h1>Our History</h1>
<p style={{ color: 'white', fontSize: 'clamp(15px, 3vw, 20px)' }}>
Our mission statement is to help our members get professional opportunities while
fostering a network of individuals. We do this through quarterly career fairs,
mentorship programs for career development, and project opportunities to gain
experience.
CSES was the first CSE organization at UCSD starting over twenty years ago, and we have innovated over the years to stay relevant in serving the CSE community. We are open to all majors and indivduals who are interested in computing!
</p>
</Box>
</Grid>
Expand All @@ -107,7 +104,7 @@ const About = () => {
direction={isSmallScreen ? 'column-reverse' : 'row'}
>
<Grid item sm={5}>
<Box sx={{ color: 'white', textAlign: { lg: 'left', sm: 'center', xs: 'center' } }}>
<Box sx={{ color: 'white', textAlign: { lg: 'left', sm: 'left', xs: 'center' } }}>
<h1>Our Future</h1>
</Box>
<p
Expand All @@ -117,12 +114,10 @@ const About = () => {
textAlign: isSmallScreen ? 'center' : 'left',
}}
>
Our mission statement is to help our members get professional opportunities while
fostering a network of individuals. We do this through quarterly career fairs,
programs for career development, and project opportunities to gain experience.
Our mission statement is to help our members get professional opportunities while fostering a network of individuals. We do this through quarterly career fairs, mentorship programs for career development, and project opportunities to gain experience.
</p>
</Grid>
<Grid item sm={3} maxHeight={'100%'}>
<Grid item sm={4} md={3} lg={3} maxHeight={'100%'}>
<img src={lightBulb} alt="img" />
</Grid>
</Grid>
Expand Down

0 comments on commit d3ef67b

Please sign in to comment.