This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a static personal website for Fabio Bosio (Developer Consultant), deployed to GitHub Pages via GitHub Actions. There is no build step, package manager, or framework — it is plain HTML/CSS.
Pushing to main automatically deploys to GitHub Pages via .github/workflows/static.yml. The entire repository root is served as the site.
index.html— Home pageabout.html— Biography and skills (contains placeholder content to be filled in)services.html— Services offeredcontact.html— Contact informationassets/css/styles.css— Shared stylesheet (referenced by most pages)assets/images/— Logo and image assets
- All pages share the same nav structure: Home, About Me, Services, Contact
- Most pages link
assets/css/styles.cssand useassets/images/logo.pngin the header about.htmlcurrently lacks the nav, logo, and stylesheet — it should be brought in line with the other pages when updated