-
Notifications
You must be signed in to change notification settings - Fork 6
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
SEO-friendly communities page #313
Conversation
Adjusted position of title text also Clicking navigation goes to that portion of the text (IE Clicking AI logo goes to AI section)
No navigation to initiatives yet
It'll be easier to fix CSS this way
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nits that aren't part of this pr but I think should be addressed either in this pr or in a separate one
- make the bit-byte logo a solid color it's very hard to read with the image bg
- the projects font is bigger than the other logos and it's making me angry
I think it's because bit-byte doesn't have an actual logo (that image bg is direct from the Figma design, which used cats or something as a placeholder) I'll see if I can create better temp logos for them before merging, and also increase the size of the SPACE logo maybe so it doesn't feel unusually small |
Description
Fixes #308 and based on #312, which seemed stalled by mobile support (#311).
Someone said that the current communities page, which requires you to click on each logo to see its description, makes it hard to read through the communities. Also, I want the Cyber website to get good pagerank, but currently Google cannot find the link because it is hidden behind a user interaction.
Putting information behind tabs makes sense for an app, but less so a web page that you can just scroll down in. So this PR just shows all communities at once, and the logos become links .
I also tried to combine the mobile and desktop designs. Someone said that the community names look weird trying to fit into the logo thing at the top, so I removed it (it's in the description anyways).
2025-01-25.22-36-03.mp4
I also added scroll snapping as soft pagination, but it might be too janky, so we can turn it off if desired.
Type of change
How Has This Been Tested?
Checklist: