Ashutosh Gupta

November 24, 2025 · View on GitHub

Static portfolio and resume site for Ashutosh Gupta. Contains downloadable resume and certifications. Built with plain HTML, CSS (compiled from SCSS), and JavaScript.

Quick preview

To preview the site locally (from the repository root):

python3 -m http.server 8000
# then open http://localhost:8000/ in your browser

Editing

  • Edit the homepage in index.html.
  • Styles are in css/ (source SCSS in scss/).
  • Scripts are in js/.
  • Images and downloadable docs are in img/ and docs/ respectively.

Deployment

This repository is intended for GitHub Pages as a user site (username.github.io). Push to master/main to publish.