This repository now contains a full custom portfolio website.
- Home Hero with value proposition and impact metrics
- Career timeline with quantified bullets per role
- Featured projects grid with stack tags and outcomes
- Certifications grid with proof links per item
- Product management framework section
- One-page resume section with open/download/save-as-PDF actions
- LinkedIn profile integration across hero and contact sections
- Dark/light theme switch with persisted user preference
- Open source and contact sections
index.html- site structure and contentstyles.css- custom visual direction and responsive designscript.js- reveal animations, active navigation, theme preference, resume print actionresume-one-page.html- printable and downloadable one-page resume
Open index.html directly in your browser.
Or run a local static server from this folder:
python3 -m http.server 8080Then visit:
- Push this repository to GitHub.
- Open repository Settings -> Pages.
- Under Build and deployment, choose Deploy from a branch.
- Select branch
mainand folder/ (root). - Save and wait for deployment.
Your portfolio will be served from your GitHub Pages URL.

