Shubham Mawa — Portfolio

Shubham Mawa — Portfolio

Static, single-page portfolio for Shubham Mawa, built with plain HTML and CSS so it can be hosted directly on GitHub Pages without a server or build step.

Run locally

Open index.html in a browser, or serve the folder with any static server:

python -m http.server 8000

Then visit http://localhost:8000.

Deploy to GitHub Pages

  1. Push this folder to a GitHub repository.
  2. Open Settings → Pages.
  3. Under Build and deployment, choose Deploy from a branch.
  4. Select the default branch and the / (root) folder, then save.

All links use relative paths, so the site works at both a custom domain and a GitHub Pages project URL. The résumé download expects Shubham_Mawa_Resume.pdf at the repository root.