A clean, modern, and secure-by-design portfolio website built to showcase my journey as a Full Stack Developer. Designed with a focus on dark mode aesthetics, performance, and maintainable code.
- Cyber-Minimalist Design: A custom dark theme (
#1e1e1eto#000) with electric blue accents (#3A98FF) for a high-tech feel. - Dynamic Project Loader: Projects are injected via JavaScript from a data array, making it easy to add new work without touching HTML.
- Smart Navigation:
- Scroll Snap: Sections lock into place for a premium, app-like feel.
- Intersection Observer: The side navigation dots automatically update based on which section is currently in the "Laser Tripwire" zone (center of screen).
- Micro-Interactions: Custom hover effects on cards, typing animations in the hero section, and smooth scaling.
- Fully Responsive: Built with Bootstrap 5 grid and custom Flexbox layouts to look great on mobile and desktop.
portfolio/
├── index.html # Main structure
├── stylesheet.css # Custom styling & animations
├── app.js # Main logic for about section
├── projects.js # Project data & card rendering logic
├── navdots.js # Scroll spy & navigation logic
├── img/ # Assets (Logos, Avatar, Screenshots)
└── README.md # Documentation