Personal website for Jonathan Hodges — a static, single-page applied-AI executive site hosted on Cloudflare Pages.
.
├── index.html # the site
├── styles.css # all styling
├── assets/images/ # all images (portrait, logos, screenshots, etc.)
├── content/
│ └── site-content.md # structured source content (edit here, then update index.html)
└── archive/
└── gamma-homepage-snapshot-2026-07-19.html # raw snapshot of the original Gamma site
python3 -m http.server 8000
# then open http://localhost:8000
Hosted on the Cloudflare Pages Direct Upload project personal-website.
A Git push does not deploy this project. See HANDOFF.md for the current Wrangler deployment command and infrastructure notes.
Text and links live directly in index.html. content/site-content.md mirrors the copy
for reference. Images go in assets/images/.