Bold, minimalistic one-page website for And The Next, the personal venture lab of Dietmar Rietsch.
- Cinematic Design: High-contrast, bold typography with brutalist aesthetics
- Motion Logo: Animated logo.mp4 as hero centerpiece
- Dark/Light Theme: Toggle with button or 'T' key
- Smooth Animations: Fade-ins, parallax, scroll indicators
- Responsive: Mobile-first, adaptive typography
- Performance: Optimized video playback, lazy loading
/
├── index.html # Main HTML structure
├── style.css # Bold, minimalistic styling
├── script.js # Animations & interactions
├── assets/
│ └── logo.mp4 # Animated logo
└── README.md # This file
- Hero: Full-screen with animated logo and tagline
- About: Company story and founder card
- Contact: Minimal contact information
- Footer: Copyright notice
Simply open index.html in a modern browser. No build process required.
T- Toggle theme (light/dark)
Edit CSS variables in style.css:
:root {
--color-bg: #FFFFFF;
--color-text: #0A0A0A;
--color-accent: #FF4500;
}Update text directly in index.html.
Modify animation timing in style.css keyframes section.
- Chrome/Edge 90+
- Firefox 88+
- Safari 14+
- Video pauses when out of viewport
- Lazy loading animations
- Optimized grain overlay
- Reduced motion support
Built with pure HTML, CSS, and JavaScript. No frameworks.