Skip to content

Latest commit

Β 

History

History
73 lines (49 loc) Β· 2.4 KB

File metadata and controls

73 lines (49 loc) Β· 2.4 KB

🌐 Personal Academic Portfolio

A clean, modern personal website showcasing academic experience, research, and professional background. Built with responsive design and optimized for performance.

✨ Features

  • 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

πŸ“ Structure

β”œβ”€β”€ 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

🎨 Design

  • 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

πŸš€ Deployment

This website is designed for GitHub Pages deployment:

  1. Fork or clone this repository
  2. Enable GitHub Pages in repository settings
  3. Your site will be available at https://username.github.io

πŸ› οΈ Customization

Content Updates

  • 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

Styling

  • Central styles are managed in shared-styles.css
  • Page-specific styles are contained within each HTML file
  • CSS variables enable easy theme customization

Resume Integration

  • LaTeX source files in resume/ folder
  • Automated PDF generation via GitHub Actions
  • Direct download link integration

πŸ“„ License

This project is open source and available under the MIT License.

πŸ™ Acknowledgments

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!