A nostalgic early 2000s style website featuring retro animations and effects. This project showcases various classic web design elements popular in the early days of the internet.
- Starfield background animation
- Retro-style glowing buttons
- Three different text animation effects:
- Matrix-style character randomization
- Classic typewriter effect
- Glitch text effect
- "Under Construction" banner (a classic!)
- No-scroll single-page design
You can run this project using Python's built-in HTTP server:
python3 -m http.server 8000Then visit http://localhost:8000 in your web browser.
- HTML5
- CSS3
- Vanilla JavaScript
- Canvas API for animations
index.html- Main webpageretro-animation.js- JavaScript animations and effectsOld Stuff/- Archive of previous versions