Personal portfolio website. Hosted on GitHub Pages at imartinsorribes.github.io.
Pure HTML + Tailwind CSS via CDN, no build step. Edit index.html and
push — GitHub Pages serves the changes within a minute.
Just open index.html in any browser, or serve it with:
python -m http.server 8000
# then visit http://localhost:8000.
├── index.html # the whole site
├── assets/ # images, CV, favicon
└── README.md