A minimal, responsive single‑page portfolio built with plain HTML/CSS/JS.
index.html– content and sectionsstyles.css– theme, layout, responsive rulesscript.js– small interactions (mobile menu, smooth scroll)
Just open index.html in your browser.
Optional local server (recommended):
- Python 3:
python3 -m http.server 5173Then visit http://localhost:5173
- Update links and texts directly in
index.html. - Tweak colors in
styles.cssunder the:rootvariables.
You can deploy anywhere static sites are supported:
- Push this folder to a GitHub repo.
- Settings → Pages → Deploy from branch →
main→/root.
vercel(CLI) or import the repo on vercel.com.- Framework preset: “Other”. Build command: none. Output:
/.
- New → Static Site → link repo/folder.
- Build command: none. Publish directory:
/.
Design and content based on your resume details. Built with care in plain web tech for speed and portability.