Bunch of updates

This commit is contained in:
2026-09-08 22:52:36 +01:00
commit c8ba992157
18 changed files with 1576 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Alex Bloomfield's Garden CV
A retro 90s-styled personal CV website for Alex Bloomfield, a full-stack software developer based in Sheffield, UK.
## Features
- Animated garden scene with floating clouds, swaying flowers and butterflies
- Visitor counter with localStorage persistence
- Rotating mood text
- Fully responsive layout (mobile-friendly)
- Pure HTML, CSS and vanilla JavaScript — no dependencies
## Usage
Open `html/index.html` in any modern browser.
If you need a tiny web sever of your own, you can run `python3 -m http.server` from in the directory then visit [http://127.0.0.1:8000](http://127.0.0.1:8000) in your browser.
## License
This project is licensed under the [GNU Affero General Public License v3.0](LICENSE).