Personal site for jacksoncook.github.io — plain HTML/CSS/JS, no build step.
index.html,styles.css,script.js— the main siteimages/— photos, album covers, iconscoopr/index.html— standalone landing + privacy page for the Coopr app
- Edit the files directly.
- Preview locally with any static server, e.g.
python3 -m http.serverfrom the repo root, then visitlocalhost:8000.
GitHub Pages serves directly from the main branch root — just commit and push, no build/deploy step required.