Dev-Chandan404 / Sundown-Studio
Sundown Studio — A visually immersive creative studio experience built with pure HTML, CSS & JS
A modern, visually immersive creative studio website inspired by award-winning studio UIs. Built with pure HTML, CSS, and JavaScript — featuring a cinematic video background, smooth scrolling sections, and polished hover interactions that deliver a true studio-grade web experience.
This project demonstrates how expressive CSS, thoughtful layout design, and subtle JavaScript interactions can combine to create something that feels like it belongs on the world stage — no framework required.
| Feature | Description | |
|---|---|---|
| 🎬 | Video Background | Cinematic full-screen video for an immersive first impression |
| 🖱️ | Smooth Scrolling | Silky scroll transitions between sections |
| ✨ | Hover Interactions | Polished micro-animations on interactive elements |
| 🎨 | Modern Design Aesthetic | Clean, minimal studio-inspired visual language |
| 📱 | Responsive Layout | Adapts beautifully across all screen sizes |
| ⚡ | Zero Dependencies | Pure vanilla stack — no npm, no build tools, no bloat |
| Section | Description |
|---|---|
| 🌅 Hero | Full-screen video background with bold studio headline |
| 🎨 About | Studio story and creative philosophy |
| 🚀 Work / Projects | Curated project showcase with hover effects |
| 🛠️ Services | What the studio offers with clean layout |
| 📬 Contact | Minimal, elegant get-in-touch section |
No installation. No build step. Just clone and open.
# Clone the repo
git clone https://github.com/Dev-Chandan404/Sundown-Studio.git
cd Sundown-Studio
# Open directly in your browser
open index.html
# Or serve locally
npx serve .
# → http://localhost:3000Sundown-Studio/
├── 📂 css/ # Stylesheets and layout
├── 📂 images/ # Static image assets
├── 📂 script/ # JavaScript interaction logic
├── index.html # Main entry point
├── video.mp4 # Cinematic hero background video
├── icon.png # Site favicon
└── README.md
- Add GSAP scroll-triggered animations for richer motion
- Introduce a custom cursor for premium studio feel
- Add a preloader / intro animation sequence
- Implement a dark / light mode toggle
- Convert to React or Next.js with component architecture
- Connect contact form to a backend or email service