mirror of
https://github.com/shadoll/dev.shadoll.git
synced 2026-08-28 11:33:15 +00:00
710 B
710 B
devpage
A tiny personal developer page with an animated gradient background and floating icons.
Features
- Vanilla JavaScript ES modules
- Randomly spawning SVG icons with physics
- Logo word that responds to hits and detaches letters
- Settings modal with persistent controls (gradient, speed, spawn, logo options)
- Fully static; serves via any HTTP server (e.g.
python3 -m http.server).
Development
- Clone the repo.
- Run a simple HTTP server in the project root:
cd devpage python3 -m http.server 8080 - Open
http://localhost:8080in a modern browser.
Deployment
The site is static and can be hosted on GitHub Pages or any static file host.
License
MIT