A modern, responsive portfolio website showcasing my work as an AI Software Engineer specializing in machine learning, computer vision, and creative coding.
- Modern Design: Clean, minimal aesthetic with smooth animations
- Responsive Layout: Optimized for all devices and screen sizes
- AI-Focused Content: Highlighting machine learning and computer vision projects
- Interactive Elements: Smooth scrolling, hover effects, and mobile navigation
- Performance Optimized: Fast loading with modern CSS and vanilla JavaScript
- Frontend: HTML5, CSS3 (SCSS), Vanilla JavaScript
- Framework: Jekyll (GitHub Pages)
- Styling: Custom CSS with modern design principles
- Icons: Font Awesome 6
- Fonts: Inter (Google Fonts)
├── _layouts/
│ └── default.html # Main layout template
├── assets/
│ ├── css/
│ │ └── style.scss # Main stylesheet
│ └── js/
│ └── main.js # JavaScript functionality
├── _config.yml # Jekyll configuration
├── index.md # Homepage content
└── README.md # This file
- Hero: Introduction with animated AI visualization
- About: Professional background and core skills
- Projects: Featured AI and software engineering projects
- Contact: Professional links and contact information
To run this site locally:
- Install Jekyll:
gem install jekyll bundler - Install dependencies:
bundle install - Run locally:
bundle exec jekyll serve - Visit:
http://localhost:4000
This site is automatically deployed via GitHub Pages. Simply push changes to the main branch and the site will rebuild automatically.
- Update project information in
index.md - Modify styling in
assets/css/style.scss - Add new sections by extending the layout
- Update navigation in
_layouts/default.html
This portfolio template is open source and available under the MIT License.