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

Update landing page #535

Merged
merged 4 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
Binary file modified FU.SPA/assets/create-post-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FU.SPA/assets/discover-posts-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FU.SPA/assets/friends-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified FU.SPA/assets/post-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions FU.SPA/src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const Home = () => {
</Box>
<Screenshot src="../../../assets/discover-posts-view.png" />
<Typography variant="h5" sx={{ pt: 2 }}>
Don&apos;t limit yourself to restrictive or random in-game match
making. Find like-minded players and play how who you want when you
Don&apos;t limit yourself to restrictive or random in-game
matchmaking. Find like-minded players and play how you want when you
want. Whether that be now or next week.
</Typography>
<SectionBig headerText="Lead the Way">
Expand Down Expand Up @@ -53,16 +53,16 @@ const Home = () => {
Capstone project. The team consists of{' '}
<Link href="https://github.com/AaronKeys">Aaron Keys</Link>,{' '}
<Link href="https://github.com/epadams">Ethan Adams</Link>,{' '}
<Link href="https://github.com/evan-scales">Evan Scales</Link>,{' '}
<Link href="https://www.linkedin.com/in/evan-m-scales/">Evan Scales</Link>,{' '}
<Link href="https://github.com/Jackson-Williams-15">
Jackson Williams
</Link>
, and{' '}
<Link href="https://github.com/jbytes1027">James Pretorius</Link>. The
project is available on{' '}
<Link href="https://github.com/SCCapstone/PalmettoProgrammers">
github
</Link>{' '}
GitHub
</Link>
.
</SectionBig>
</Stack>
Expand Down
Loading