Hero Section
No Build Tool Needed
A native approach to building a modern static website
This is essentially a bare-bones, basic set of starter HTML, CSS, and JS that anyone can use and modify to begin hand-coding static website that embraces modern front-end web development techniques without the need of a build tool.
Learn More Keep ReadingDRY CSS
This site uses CSS custom properties ("CSS variables") for commonly reusable styling, such as global site colors and typography, that can be easily customized.
Modular CSS
Similar to SASS, this native CSS setup imports separate _partial.css files into a singular style.css file for a more organized development experience.
HTML Templating
This site uses HTML Web Components as a simple templating solution for re-usable sections of the site, such as the global site header and footer.