Skip to content

Repository files navigation

Your Academic Portfolio Site

This is a plain HTML/CSS website — no coding tools required to edit it.

Files in this folder

  • index.html — Home page
  • research.html — Research page
  • publications.html — Publications / papers list
  • contact.html — Contact page
  • style.css — Controls colors, fonts, and layout for all pages (you usually don't need to touch this)
  • images/ — Folder for your photos. Replace the placeholder files here with your own images, keeping the file names the same, OR use a new file name and update the matching src="..." in the HTML.

How to edit text

  1. Open any .html file with a plain text editor (Notepad, TextEdit, or — recommended — the free app VS Code, or even editing directly on GitHub.com in your browser).
  2. Find the text you want to change and type over it. Anything inside <!-- like this --> is a note for you and won't show up on the site.
  3. Save the file.

How to add a photo

  1. Put your image file inside the images folder (e.g. my-photo.jpg).
  2. In the HTML file, find the matching <img src="images/..."> tag and change it to <img src="images/my-photo.jpg">.

How to add a new publication

Open publications.html, copy one whole block that starts with <li class="pub-entry"> and ends with </li>, paste it where you want the new entry, then edit the title/authors/journal/links.

How to publish it for free with GitHub Pages

See the step-by-step walkthrough Claude gave you in chat. In short:

  1. Create a free account at github.com.
  2. Create a new repository and upload all the files in this folder.
  3. In the repository's Settings → Pages, set the source to the main branch.
  4. Your site goes live at https://your-username.github.io/repository-name/.

About

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages