A simple, fast personal website built with HTML/CSS and hosted on GitHub Pages, used to showcase projects, interactive dashboards, and contact information.
Live site: https://pablo.matorras.com/
- Clean, responsive static pages with no backend dependencies.
- Embedded interactive dashboards via iframe (e.g., MacroEconomics Dash app).
- Links to data-science and ML projects, CV, and contact.
index.html: homepage with profile and links.assets/css/: styles and static assets.publications.html: List the relevant publicationstalks.html: List the talks given at conferencesmacroeconomics.html: Display the MacroEconomics dashboard.financial-ml.html: Describe the financial-ml repository.
No build step required. Just open index.html in a browser or serve with a simple HTTP server.
- Create your repository.
- Push changes to the default branch and enable Pages in Settings → Pages, serving from the repository root or
/docs. - If using a custom domain, configure DNS (A/ALIAS or CNAME) and add a
CNAMEfile in the repo.
- Add an iframe pointing to the hosted app