My personal site — designer and musician. Static HTML, no build step, hosted on Vercel.
index.html · home
shared.css · global styles
assets/ · logo + OG image
design/ · /design — design overview
projects/ · /design/projects — case studies (5)
music/ · /music — record catalog + audio
vercel.json · redirects + cache
Every photo ships in three formats (AVIF, WebP, JPG) wrapped in <picture>,
co-located in the same folder: photo.jpg, photo.webp, photo.avif.
The browser picks the smallest one it supports.
python3 -m http.server 8000Every push to main auto-deploys on Vercel.