Static personal portfolio site for GitHub Pages.
Live site: kennethjohnsontech.github.io
index.html- home pagework.html- selected work indexwork/- project detail pageswriting.html- writing indexstyles.css- shared layout, typography, and responsive stylingsignature.png- signature image used on the home page
Run a static server from the repo root:
python3 -m http.server 8080Then open:
http://localhost:8080/
This repository is configured as a GitHub Pages user site:
KennethJohnsonTech/kennethjohnsontech.github.io
GitHub Pages publishes from the main branch at the repository root. There is no build step.