Personal portfolio and brand site for Digitalbrainstem.
- Static HTML / CSS / JS — no frameworks, no build step
- Deployable to GitHub Pages
- Dark/light theme with toggle
- Responsive design
- Zero tracking, zero analytics, zero cookies
Push to the main branch of a GitHub Pages-enabled repo. The CNAME file is configured for digitalbrainstem.com.
# Any static file server works
python -m http.server 8000
# Then open http://localhost:8000index.html — Single-page site
style.css — All styles (light/dark theme, responsive)
CNAME — GitHub Pages custom domain
README.md — This file
MIT