Minimal multi-page personal website for GitHub Pages, inspired by mallesham.com.
| File | Page |
|---|---|
index.html |
Landing |
about.html |
Personal statement |
work.html |
Publications, research, awards, teaching, service, education |
portfolio.html |
Selected research projects (question, method, finding, impact) |
notes.html |
Talks, podcasts, writing |
life.html |
Personal narrative |
style.css |
Shared stylesheet |
Sugar_Slay_Acorn_Presentation.pdf |
Sugar Slay overview deck, linked from the portfolio page |
- Create a repo named
thisissundarr.github.io(your GitHub username plus.github.io) - Upload all files to the repo root (including
Sugar_Slay_Acorn_Presentation.pdf, so the portfolio deck link resolves) - Settings, then Pages, then Deploy from branch, then main, then / (root)
- Live at
https://thisissundarr.github.iowithin about 1 minute
Replace the placeholder div on index.html and work.html:
<img src="profile.jpg" alt="Sundararaman Rengarajan" class="photo">Upload profile.jpg to the repo root.