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
- Push this folder to a GitHub repository.
- Open Settings → Pages.
- Under Build and deployment, choose Deploy from a branch.
- 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.