My personal portfolio
Live site: smnpp.github.io
- Vanilla HTML, CSS, JavaScript
- Markdown content
- GitHub Pages hosting
# Serve locally
python -m http.server 8000 -d docs/docs/index.html- Main pagedocs/*.md- Content (about, publications, resume)docs/styles.css- Stylingdocs/script.js- Functionality
Inspired by J Rosser :)
