'# Pavan M G Portfolio
Modern portfolio website for Pavan M G, based on original content.
- Responsive, mobile-first design
- Dark/light theme toggle persisted in
localStorage - Smooth scrolling with scrollspy active navigation
- Section reveal animations
- Hero / About / Experience / Projects / Education / Skills / Awards / Contact
- CV download and social links
- Node.js (for
npxand local server) or Python 3
cd c:\Users\pavan\Documents\GitHub\pavan-mg.github.io
npx browser-sync start --server --files "**/*" --no-openOpen http://localhost:3000 in your browser.
cd c:\Users\pavan\Documents\GitHub\pavan-mg.github.io
python -m http.server 8000Open http://localhost:8000.
- Update
index.htmlwith your text and project details. - Update
css/main.cssfor custom branding and colors. - Images in
assets/can be replaced with your own.
This is a static site. No build step is required.
Use GitHub Pages:
- Push code to
mainbranch. - In repository settings, enable
gh-pagesfrommainbranch.
index.html- UI and page structurecss/main.css- visual styles and responsive layoutjs/loader.js- page loader controls
js/display_content.jsis legacy and no longer required.- Keep the
assetsfolder for the profile image and favicon.
Enjoy my refreshed portfolio! '