A fully responsive, single-page portfolio site that renders resume content from data/resume.json. Update the JSON with your own information and open index.html in any modern browser to showcase your experience.
- Edit
data/resume.jsonwith your real resume details. - Open
index.htmldirectly in a browser, or serve the directory with any static web server (e.g.npx serve .). - Keep assets organized under
assets/cssandassets/jsif you expand the site.
- Fonts and colors are defined at the top of
assets/css/main.css. - Add or remove resume sections by updating the arrays in
data/resume.json. - Use descriptive action verbs and quantified metrics in each experience highlight to make achievements stand out.
Because the site is static, you can deploy it to GitHub Pages, Netlify, Vercel, or any other static hosting provider without modification.