https://github.com/jacobstephens2/portfolio
Static personal website and portfolio hub for Jacob Stephens.
https://github.com/jacobstephens2/portfolio
css html javascript personal-website portfolio static-site
Last synced: 4 days ago
JSON representation
Static personal website and portfolio hub for Jacob Stephens.
- Host: GitHub
- URL: https://github.com/jacobstephens2/portfolio
- Owner: JacobStephens2
- Created: 2025-12-17T03:00:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T18:35:17.000Z (15 days ago)
- Last Synced: 2026-03-28T02:21:12.048Z (14 days ago)
- Topics: css, html, javascript, personal-website, portfolio, static-site
- Language: HTML
- Homepage: https://stephens.page
- Size: 5.25 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stephens.page
Static personal website and portfolio hub for [Jacob Stephens](https://stephens.page).
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.
## Live site
https://stephens.page
## Pages
- `index.html` - main landing page with external links
- `about.html` - background, experience, and technical profile
- `portfolio.html` - selected projects with screenshots and outbound links
## Project structure
- `screenshots/` - portfolio preview images
- `private/` - internal notes, specs, and support scripts
## Local preview
From the repository root:
```bash
python3 -m http.server 8000
```
Then open `http://localhost:8000`.
## Editing
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`, and `portfolio.html`
- add or replace portfolio images in `screenshots/`
- keep analytics configuration aligned with `private/specification.md`