A minimal, portfolio built for GitHub Pages.
-
Clone/create your repo:
git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/YOUR_USERNAME/Portfolio.git git push -u origin main
-
Enable GitHub Pages:
- Go to your repo → Settings → Pages
- Select
mainbranch as source - Your site will be live at
https://YOUR_USERNAME.github.io/Portfolio/
Before deploying, customize these in index.html:
resume.pdf→ link to your actual resume- GitHub URL in Contact section
- LinkedIn URL in Contact section
- Email address in Contact section
- Hero — Headline, metrics (API throughput, data scale, reliability)
- Skills — Core & comfortable tech stacks
- Work — 4 featured projects with impact bullets
- Experience — Key achievements & approach
- Contact — Direct links to GitHub, LinkedIn, email, resume
- clean typography, glass effects, subtle animations
- Dark mode support (toggle in bottom-right)
- Optimized for mobile & recruiter viewing
- No external dependencies except Tailwind CDN