Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifying About Page Section- Our Future #153

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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