This is a responsive single-page portfolio website built from Shivam Singh's software engineering resume.
index.htmlcontains the page content and resume sections.styles.csscontains the layout, colors, responsive styling, and components.script.jsadds the dynamic footer year and accessible mobile menu behavior.SWE_Resume_Shivam.pdfis linked from the contact section as the downloadable resume.
Edit index.html when you want to add newer work experience, project links, or updated contact details.
From this folder, start a simple server:
python -m http.server 8000Then open:
http://127.0.0.1:8000