A minimalist, responsive portfolio built using HTML, CSS, and JavaScript — hosted on GitHub Pages.
- About Page: Introduction, skills, and professional experience
- Projects Page: Highlights of selected projects with screenshots and tech stacks
- Settings Page: Theme toggle (dark/light mode)
- Responsive Design: Mobile-friendly layout
- Simple Nav UI: Tabbed navigation emulating a desktop app interface
- HTML5
- CSS3 (custom + reset)
- JavaScript
- GitHub Pages (hosting)
/PORTFOLIO/ ├── index.html ├── projects.html ├── settings.html ├── README.md ├── /assets/ │ └── 3d_game.png ├── /css/ │ ├── reset.css │ ├── home_style.css <-- page-specific │ ├── projects_style.css <-- Page-specific │ └── settings_style.css <-- Page-specific
Hosted live using GitHub Pages