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 |
notes.html |
Talks, podcasts, writing |
life.html |
Personal narrative |
style.css |
Shared stylesheet |
- Create a repo named
thisissundarr.github.io(your GitHub username +.github.io) - Upload all 6 files to the repo root
- Settings → Pages → Deploy from branch → main → / (root)
- Live at
https://thisissundarr.github.iowithin ~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.