Welcome to my personal website! A clean, modern, and professional personal portfolio website built with Jekyll and hosted on GitHub Pages.
- Clean & Modern Design - Professional yet approachable aesthetic
- Dark/Light Mode - Automatic theme toggle with user preference saving
- Fully Responsive - Mobile-first design that looks great on all devices
- Auto GitHub Integration - Projects automatically pulled from your GitHub repositories
- Fast & Lightweight - Optimized for quick loading times
- SEO Optimized - Built-in SEO tags and Open Graph support
- Accessible - ARIA labels and semantic HTML
- Smooth Animations - Subtle fade-in and hover effects
├── _config.yml # Site configuration & personal info
├── index.html # Homepage
├── about.md # About page
├── projects.html # Projects (auto-loaded from GitHub)
├── experiences.html # Work history & achievements
├── skills.md # Technical skills
├── contact.md # Contact information
│
├── _layouts/ # Page templates
├── _includes/ # Reusable components
├── assets/
│ ├── css/ # Stylesheets
│ ├── js/ # JavaScript files
│ ├── images/ # Images and photos
│ └── cv/ # Resume/CV PDFs
This project is licensed under the MIT License - see the LICENSE file for details.