This is a simple static site (HTML/CSS/JS) designed to be published with GitHub Pages.
- Create a new repository on GitHub (e.g.,
gianluca-guidi.github.io). - Upload the contents of this folder to the repo root.
- On GitHub, go to Settings → Pages.
- Under Build and deployment, select:
- Source: Deploy from a branch
- Branch: main (or
master) and folder /(root)
- Save — GitHub will publish your site.
- Update text in
index.html - Update styling in
assets/css/style.css - Update behavior in
assets/js/script.js
- CV: https://drive.google.com/file/d/17LqTkebmua9HSXWL3Y4vgqJZKrrbFaKt/view?usp=sharing
- Google Scholar: https://scholar.google.com/citations?hl=it&user=mu45z3kAAAAJ
- GitHub: https://github.com/gianguidi
- LinkedIn: https://www.linkedin.com/in/gianluca-guidi/
- ResearchGate: https://www.researchgate.net/profile/Gianluca-Guidi
Media links are listed in index.html under “Media & outreach”.
Hero portrait files:
assets/img/portrait.jpgassets/img/portrait.webp
A light/dark toggle is included (button in the header). The choice is saved in localStorage.
- Light mode uses
assets/img/portrait-color.* - Dark mode uses
assets/img/portrait-bw.*