A fun, fully static "Under Construction" landing page. No build step, no
dependencies — just open index.html in a browser (or deploy the folder to
any static host like GitHub Pages, Netlify, or S3).
- 🎨 Animated gradient background
- 👷 Bobbing construction worker who spins (and throws confetti) when clicked
- 🚧 Barber-pole progress bar that creeps toward "almost done"
- 💬 Rotating, lighthearted taglines
- 🔨 "Hammer Time" button with confetti bursts
- 🛠️ Floating tool emojis drifting up the screen
- ⌨️ Hidden easter egg — try typing
build - ♿ Respects
prefers-reduced-motion
| File | Purpose |
|---|---|
index.html |
Page markup |
styles.css |
Styling and animations |
script.js |
Interactivity (progress, confetti, taglines) |
Just open the file directly:
open index.html # macOS
xdg-open index.html # LinuxOr serve it:
python3 -m http.server 8000
# then visit http://localhost:8000