Skip to content

willronchetti/willronchetti.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

willronchetti.github.io

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.

Structure

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

Local preview

No tooling required — open index.html directly, or serve it to mimic GitHub Pages:

python3 -m http.server 8000
# then visit http://localhost:8000

A note on the UI

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

License

MIT.

About

Source code for my personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors