A clean, modern personal website showcasing academic experience, research, and professional background. Built with responsive design and optimized for performance.
- Responsive Design: Seamlessly adapts to desktop, tablet, and mobile devices
- Dark/Light Mode: Toggle between themes with persistent preference storage
- Modern UI: Clean, professional interface with smooth animations
- Fast Loading: Optimized CSS and minimal dependencies
- SEO Friendly: Semantic HTML structure and proper meta tags
├── bio/ # About page with personal background
├── contact/ # Contact information and links
├── exp/ # Academic and professional experience
├── resume/ # LaTeX resume with automated PDF generation
├── updates/ # Dynamic updates system
├── shared-styles.css # Centralized styling system
└── index.html # Landing page
- Typography: Inter font family for optimal readability
- Color Scheme: Professional blue-gold gradient accent system
- Layout: Flexbox-based responsive grid system
- Animations: Subtle CSS transitions and hover effects
This website is designed for GitHub Pages deployment:
- Fork or clone this repository
- Enable GitHub Pages in repository settings
- Your site will be available at
https://username.github.io
- Edit individual page content in respective
index.html
files - Update personal information in
bio/index.html
- Modify experience details in
exp/index.html
- Adjust contact information in
contact/index.html
- Central styles are managed in
shared-styles.css
- Page-specific styles are contained within each HTML file
- CSS variables enable easy theme customization
- LaTeX source files in
resume/
folder - Automated PDF generation via GitHub Actions
- Direct download link integration
This project is open source and available under the MIT License.
Design inspiration from HTML5UP Dimension template.
My portfolio site: 1ssb.github.io
If you use this template, please consider leaving a ⭐ star on the repository!