This section showcases my personal projects, which are creative and technical efforts I’ve taken on outside of my main professional work. They represent ideas I wanted to explore further and skills I’ve enjoyed developing on my own time.
This website was designed and built as a combined resume and portfolio for my LLC, created entirely with HTML and custom CSS. Every element - from the responsive grid layouts to the card components and navigation - was built without frameworks or external libraries, giving me full control over the structure, performance, and design. The style system is powered by a custom color palette and simple CSS variables, which keeps the dark interface consistent and easy to maintain.
To host the site, I deployed it on a self-managed Ubuntu server running on repurposed hardware from my home lab. Nginx serves the static files, and the setup allows me to control the hosting environment end-to-end. Building the site this way has not only given me a space to showcase dashboards, analytics work, and technical projects, but has also allowed me to explore efficient static site design, accessibility considerations, and clean CSS architecture while running everything on my own infrastructure.