https://fmschulz.github.io/personal-hp/
A minimalist personal homepage in the Swiss / International Typographic style: pure monochrome, a strict 12-column grid, big grotesque type, and monospace metadata.
- Lab Monochrome — zero color by design; black on white, with a dark mode toggle
- Typography — Space Grotesk (display), Inter (body), Space Mono (metadata)
- Selected work — presented as a numbered editorial index with invert-on-hover rows
- Signature motif — a faint, slow constellation that reveals connections near the pointer
- Motion — masked headline reveals, hairline draws, GSAP + Lenis smooth scroll
- Accessible — respects
prefers-reduced-motion; keyboard-focusable; graceful no-JS fallback
- Static HTML5 + CSS3 (Grid / custom properties) + vanilla JavaScript
- GSAP + ScrollTrigger, Lenis
- Hosted on GitHub Pages — no build step
Open index.html directly, or serve the folder:
python3 -m http.server 8000 # then visit http://localhost:8000Edit content in index.html, styling in css/styles.css, behavior in js/animations.js.
© 2026 Frederik Schulz. All rights reserved.