Skip to content

pmatorras/webpage

Repository files navigation

Personal Website

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/

Highlights

  • 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.

Project structure

  • index.html: homepage with profile and links.
  • assets/css/: styles and static assets.
  • publications.html: List the relevant publications
  • talks.html: List the talks given at conferences
  • macroeconomics.html: Display the MacroEconomics dashboard.
  • financial-ml.html: Describe the financial-ml repository.

Local development

No build step required. Just open index.html in a browser or serve with a simple HTTP server.

Deployment (GitHub Pages)

  • 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 CNAME file in the repo.

Embedding a live dashboard

  • Add an iframe pointing to the hosted app

About

creating a webpage for my domain from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published