A static personal portfolio site (single-page HTML + images).
Option A (quickest): open index.html in your browser.
Option B (simple local server):
python3 -m http.server 8000Then visit:
index.html: main pagefavicon.svg: site iconimages/: image assets
This repo includes a GitHub Pages workflow at:
.github/workflows/pages.yml
Make sure GitHub Pages is set to GitHub Actions in repo settings.
After pushing to main, the workflow deploys the site.