Selected work, published writing, and how I work.
Work ·
Writing ·
Experience ·
Résumé
LinkedIn · Medium · Tigera author page
About this repository
The source for the site above. One self-contained index.html: inline CSS and JS, no
framework, no build step, no dependencies. Light and dark themes with a manual toggle
persisted in localStorage, an inline-SVG paper grain, and a scroll reveal that disables
itself under prefers-reduced-motion. Served by GitHub Pages from main.
| File | Purpose |
|---|---|
index.html |
The entire site |
og.png |
Link-preview card, rendered with typst |
banner.png |
Header image, same pipeline and palette |
portrait.jpg |
Hero portrait |
Abhishek-Rao-Resume.pdf |
Résumé, linked from the hero and footer |
robots.txt |
Keeps the résumé out of search indexes |
.nojekyll |
Skip Jekyll processing |
Local preview:
python3 -m http.server 8000To use a custom domain later, add a CNAME file containing the bare domain and point DNS
at GitHub Pages. Nothing else changes.
