My personal portfolio website showcasing projects, skills, and professional experience.
A modern, single-page portfolio built with Jekyll and Bootstrap:
- Dark/Light theme toggle
- Responsive design
- Smooth scroll animations
- Projects showcase with pagination
- Framework: Jekyll
- Styling: CSS, Bootstrap 4
- Icons: Font Awesome, Bootstrap Icons
- Hosting: GitHub Pages
# Install dependencies
bundle install
# Run locally
bundle exec jekyll serve├── _layouts/ # Page templates
├── _posts/ # Project posts
├── assets/ # CSS, JS, Images
├── index.html # Main single-page
└── resume.html # Resume page
MIT
