Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 502 Bytes

File metadata and controls

25 lines (16 loc) · 502 Bytes

weli-dev.github.io

Source for weli-dev.github.io — my personal site and portfolio.

Plain HTML + CSS, no build step. GitHub Pages serves the repo root directly.

Structure

index.html   Single-page portfolio
style.css    Styles (dark theme, mobile-responsive)

Local preview

python -m http.server 8000
open http://localhost:8000

Or open index.html directly in a browser — no server needed.

License

MIT — see LICENSE.