Portfolio site — minimal dark template
How to use
Open index.html in a browser.
Customize
- Replace
assets/avatar.svgwith your photo or SVG. - Edit
index.htmltext (name, bio, links). - Tweak styles in
styles/main.css.
Optional: initialize git & push to GitHub
cd "$(pwd)/portfolio-site"
git init
git add .
git commit -m "Initial commit: dark portfolio template"
# create repo on GitHub and add remote, then:
# git remote add origin git@github.com:USERNAME/REPO.git
# git push -u origin main