Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 949 Bytes

File metadata and controls

31 lines (22 loc) · 949 Bytes

Sundararaman Rengarajan — Personal Portfolio

Minimal multi-page personal website for GitHub Pages, inspired by mallesham.com.

Files

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

Deploy on GitHub Pages

  1. Create a repo named thisissundarr.github.io (your GitHub username + .github.io)
  2. Upload all 6 files to the repo root
  3. Settings → Pages → Deploy from branch → main → / (root)
  4. Live at https://thisissundarr.github.io within ~1 minute

Add your photo

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.