SK Solutions LLC Website
The Django-built website for my own full-stack studio, SK Solutions LLC. Rather than a generic agency template, the whole site runs on a custom "drafting table" design system — deep blueprint-blue backgrounds, a self-drawing SVG hero diagram, and project cards styled as spec sheets with rotated status stamps (Live / Shipped / In Progress).
The project showcase shares its data with shaekuhnke.com: both sites read from a single projects.json hosted in S3 and cached with Django's cache framework, so a project only needs to be documented once and can be tagged to appear on either site, both, or neither. The site also includes a ticket-styled project-intake form with reCAPTCHA v3 protection and a referral field that feeds a commission-tracking workflow in Django admin.
Technologies Used:
Backend:
Django 5, S3-backed shared projects.json data layer, Django cache framework
Frontend:
HTML5, CSS3 (custom "drafting table" design system), Vanilla JavaScript
Other Tools:
reCAPTCHA v3, referral/commission tracking via Django admin, self-drawing SVG hero animation