Personal portfolio website — anmol-goyal7.github.io
Minimal single-page portfolio built with plain HTML and CSS. No frameworks, no build tools, no dependencies — just a single index.html deployed via GitHub Pages.
| Layer | Technology |
|---|---|
| Markup | HTML5 |
| Styling | CSS3 |
| Font | Space Mono (Google Fonts) |
| Hosting | GitHub Pages |
.
├── index.html # entire site
├── assets/
│ ├── cv_01.pdf # resume
│ ├── favicon.svg
│ └── img_*.png # project / section images
└── .nojekyll # disables Jekyll processing
No build step required. Open index.html directly in a browser, or serve it with any static file server:
npx serve .
# or
python3 -m http.server