Personal portfolio of Amado Roque — Senior Data Engineer based in Barcelona.
Live: https://zehroque21.github.io
- Static HTML / CSS / Vanilla JS — no build step, no framework
- JetBrains Mono + Inter fonts
- GitHub Pages (default branch deploy)
- Projects list fetched live from the GitHub API, with a hardcoded fallback
python3 -m http.server 8000
# open http://localhost:8000.
├── index.html # markup
├── styles.css # dark / terminal theme
├── app.js # projects fetch + typewriter
├── favicon.svg # $_ favicon
├── og.svg # Open Graph image
└── README.md