Static personal website and portfolio hub for Jacob Stephens.
The site is built with plain HTML, CSS, and a small amount of JavaScript. It serves as a lightweight landing page for professional links, background information, and selected projects.
index.html- main landing page with external linksabout.html- background, experience, and technical profileportfolio.html- selected projects with screenshots and outbound links
screenshots/- portfolio preview imagesprivate/- internal notes, specs, and support scripts
From the repository root:
python3 -m http.server 8000Then open http://localhost:8000.
This project is intentionally simple. Most updates can be made by editing the HTML files directly:
- update layout and content in
index.html,about.html, andportfolio.html - add or replace portfolio images in
screenshots/ - keep analytics configuration aligned with
private/specification.md