Stack: HTML + Tailwind (CDN) + Google Fonts (Space Grotesk, Inter, JetBrains Mono) + Material Symbols. Design system: Terminal Tactician (Hyprland / Linux inspired).
.
├── index.html # Home — hero, bio, estado, proyecto, stack, trayectoria, educación, contacto
├── projects/
│ └── hellborn.html # Detalle TFG — Hellborn Festival Platform
├── 404.html # Página de error
├── .nojekyll # GitHub Pages sirve los archivos tal cual
└── design/ # Referencias de diseño (no se sirven)
Abre index.html directamente en el navegador o sirve con cualquier servidor estático:
python3 -m http.server 8080
# → http://localhost:8080