https://github.com/controversial/404
404 page for my website
https://github.com/controversial/404
Last synced: 4 months ago
JSON representation
404 page for my website
- Host: GitHub
- URL: https://github.com/controversial/404
- Owner: controversial
- License: mit
- Created: 2016-06-01T21:43:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-03T16:36:41.000Z (about 10 years ago)
- Last Synced: 2026-03-02T07:53:42.215Z (4 months ago)
- Language: JavaScript
- Homepage: http://luke.deentaylor.com/404/
- Size: 13.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 404
404 page for [luke.deentaylor.com](http://luke.deentaylor.com/). See it in action [here](http://luke.deentaylor.com/404/).
**Please note** that as I come up with new ideas, I might change the contents of this repo completely to reflect what I'm currently using. The version history will still be here, though :)
## Issues
This is horribly inefficient, and mobile devices suffer from that.
The current implementation involves moving each element individually, but a possible optimization could be to create 10 "layer" divs, since there are only 10 possible movement speeds. However, all text nodes would still need to be iterated through to retire nodes which have moved beyond the bounds of the screen.
I could also try moving to a ``-based implementaiton, which might prove more efficient.
## Plans
- I might redo this to look like [a 3D starfield](http://codentronix.com/2011/05/28/3d-starfield-made-using-python-and-pygame/), replacing the stars with "404" text.
- I might have the text fall down instead of up
- I might change the whole thing completely