Personal portfolio website built with HTML, CSS, and JavaScript.
.
├── index.html # Content and markup
├── style.css # Styling
├── script.js # Theme toggle and scroll animations
- Light / dark mode with system preference detection and manual toggle (persisted to
localStorage) - Scroll-triggered fade-in animations
- Fully responsive down to mobile
- No dependencies or build tools
Open index.html directly in a browser.