π‘ The Philosophy
Before adopting frameworks like Next.js or React, I wanted to prove I could build a professional, responsive, and highly performant website using only the core technologies of the web. This project is a testament to the power of simpler tools.
This site achieves 100/100 Lighthouse scores not because of complex optimizations, but because it lacks the bloat that necessitates them.
π§± Technical Deep Dive
1. Semantic Architecture
Instead of div soup, this site rigorously uses semantic tags:
<nav>,<main>,<article>,<aside>, and<footer>for layout.