Source for my personal site — willronchetti.github.io.
A single-page, terminal-inspired portfolio for a back-end / infrastructure engineer.
Hand-tuned static HTML / CSS / JS — no frameworks, no build step. Committing to
master deploys it directly via GitHub Pages.
index.html # the whole site (hero, about, experience, work, community, contact)
css/style.css # design system: dark terminal theme, CSS custom properties, responsive
js/main.js # vanilla JS: mobile nav, hero typing effect, scroll-reveal
images/ # downloadable résumé PDF
No tooling required — open index.html directly, or serve it to mimic GitHub Pages:
python3 -m http.server 8000
# then visit http://localhost:8000The visual design and front-end were built with the help of AI tooling — a deliberate experiment in augmenting my skills into a domain outside my day-to-day. The engineering work the site describes is entirely my own.
MIT.