-
Notifications
You must be signed in to change notification settings - Fork 9
Updating 404 page #111
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
base: main
Are you sure you want to change the base?
Updating 404 page #111
Conversation
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.
Pull Request Overview
This PR completely redesigns the 404 error page with an animated Polkadot-themed interface. The update replaces a simple text-based error page with an elaborate visual design featuring animated dots, background particles, and interactive effects.
- Introduces a sophisticated animated Polkadot logo with evolving dot animations
- Adds extensive CSS animations and JavaScript interactions for visual effects
- Implements responsive design and accessibility considerations
eshaben
left a comment
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.
Thanks for working on this!
A few additional things:
- Some of the design is getting cut off on the left and right sides of the page (see image below)
- I would stick to using more symmetrical circles, because Polkadot really doesn't ever use any blob like circles in their designs
- Some of the colors in the animation aren't part of Polkadot's branding
This is an updated design for the 404 page.
Also one note, currently our 404 page works locally e.g. http://localhost:8000/develop/networks/bruno but does not work in production: http://docs.polkadot.com/develop/networks/bruno, I believe this can be fixed by configuring the underlying Nginx/Apache server to serve the 404 page.