My personal portfolio: a minimal, black-and-white static site with dark mode.
Live: parthpandyappp.github.io
Plain HTML, CSS, and a few lines of vanilla JS. No frameworks, no build step, no dependencies.
index.html: home (about, experience, top projects, recognitions, contact)projects.html: the full project archivestyles.css: all styling; theming via CSS variables anddata-themetheme.js: dark-mode toggle (respectsprefers-color-scheme, persists tolocalStorage)
Open index.html in a browser, or serve locally:
python3 -m http.server 8000The previous React (CRA) version of this site is preserved on the v1-react branch.