Source for weli-dev.github.io — my personal site and portfolio.
Plain HTML + CSS, no build step. GitHub Pages serves the repo root directly.
index.html Single-page portfolio
style.css Styles (dark theme, mobile-responsive)
python -m http.server 8000
open http://localhost:8000Or open index.html directly in a browser — no server needed.
MIT — see LICENSE.