Andy Schwab's professional site — a calm, single-page presence for a practice in
human-centered technology and operations. Hosted on GitHub Pages at the
andyschwab.link apex (see CNAME).
Plain HTML, CSS, and a small vanilla JS file. No build step, no framework.
index.html— the page (semantic sections, meta/SEO, JSON-LD).styles.css— the design system (CSS custom properties, light/dark, fluid type).main.js— subtle scroll-reveal, disabled underprefers-reduced-motion.images/— portrait and monogram favicon.DESIGN.md— the source of decisions for copy, voice, and design.
Edit the files directly. To preview locally, serve the folder:
python3 -m http.serverthen visit http://localhost:8000. Copy and voice decisions live in DESIGN.md;
keep it in sync with the page.