mirror of
https://github.com/shadoll/dev.shadoll.git
synced 2026-08-28 03:26:56 +00:00
6246e17f67c354cece99ce80ec5b12a6af583b45
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
Languages
JavaScript
69.2%
CSS
21.2%
HTML
9.6%