A modern, professional portfolio website for a Senior Android Developer. Built with HTML, CSS, and Vanilla JavaScript.
- Modern UI: Clean, developer-focused aesthetic with a blue/purple accent.
- Dark/Light Theme: Toggle between themes with local storage persistence.
- Responsive Design: Fully optimized for mobile, tablet, and desktop.
- Animations: Typing effect, smooth scroll transitions, and Intersection Observer-based entry animations.
- Dynamic Content: Data is managed in
data.jsfor easy updates. - Lucide Icons: Elegant minimalist icons.
- HTML5
- CSS3 (Custom Design System with Variables)
- Vanilla JavaScript
- Lucide Icons
- Google Fonts
index.html: Main structure.style.css: Design system and styling.script.js: Interactivity and data injection logic.data.js: Portfolio data (experience, skills, projects, etc.).