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

Prod -> main #537

Merged
merged 2 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
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
Binary file removed FU.SPA/assets/create-post-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/discover-posts-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/friends-view.png
Binary file not shown.
Binary file removed FU.SPA/assets/post-view.png
Binary file not shown.
8 changes: 4 additions & 4 deletions FU.SPA/src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home = () => {
make friends.
</Typography>
</Box>
<Screenshot src="../../../assets/discover-posts-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/discover-posts-view.png" />
<Typography variant="h5" sx={{ pt: 2 }}>
Don&apos;t limit yourself to restrictive or random in-game
matchmaking. Find like-minded players and play how you want when you
Expand All @@ -28,16 +28,16 @@ const Home = () => {
If you can&apos;t find a match, make a new post and invite others to
join!
</SectionBig>
<Screenshot src="../../../assets/create-post-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/create-post-view.png" />
<SectionBig headerText="Link Up">
As a post member, discuss meetup detail, strategize a game plan, or
just chat.
</SectionBig>
<Screenshot src="../../../assets/post-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/post-view.png" />
<SectionBig headerText="Stay Connected">
Befriend others to keep in touch and meet up later.
</SectionBig>
<Screenshot src="../../../assets/friends-view.png" />
<Screenshot src="https://storagefu.blob.core.windows.net/screenshots/friends-view.png" />
<SectionBig headerText="Showcase" />
<iframe
style={{ width: '100%', aspectRatio: '16/9' }}
Expand Down
Loading