Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 771 Bytes

File metadata and controls

36 lines (25 loc) · 771 Bytes

digitalbrainstem.com

Personal portfolio and brand site for Digitalbrainstem.

Stack

  • 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

Deploy

Push to the main branch of a GitHub Pages-enabled repo. The CNAME file is configured for digitalbrainstem.com.

Local preview

# Any static file server works
python -m http.server 8000
# Then open http://localhost:8000

Structure

index.html   — Single-page site
style.css    — All styles (light/dark theme, responsive)
CNAME        — GitHub Pages custom domain
README.md    — This file

License

MIT