My personal portfolio site. Live: prayas17.github.io/portfolio
Forward Deployed AI Engineer positioning. Case-file layout. Deployed on GitHub Pages.
- Type: Instrument Serif (display) · Bricolage Grotesque (body)
- Tone: direct, technical, results-focused — production readiness over hype
- Layout: modular sections — Position · Services · Case Files · Process · Stack · Record · Engagement
- Static HTML / CSS — no framework, no build step
- Deployed via GitHub Pages from
main - SEO tuned — see
SEO-PLAYBOOK.mdfor the checklist used - Open Graph image + manifest + sitemap + robots.txt included
.
├── index.html # main site
├── resume.html # standalone resume view
├── 404.html
├── favicon.svg
├── og-image.png / .svg # Open Graph preview
├── og-preview.html # preview harness for the OG image
├── site.webmanifest # PWA manifest
├── browserconfig.xml # Windows tile config
├── robots.txt
├── sitemap.xml
├── Prayas-Jain.pdf # downloadable resume
├── SEO-PLAYBOOK.md # SEO decisions and checklist
└── README.md
# clone
git clone https://github.com/prayas17/portfolio.git
cd portfolio
# serve locally (any static server works)
python -m http.server 8000
# → open http://localhost:8000Any push to main is picked up by GitHub Pages automatically. The Pages settings point to the repository root.
MIT — feel free to use the layout as inspiration; please don't copy the copy or resume PDF verbatim.