A responsive, framework-free academic website designed for GitHub Pages.
index.html— introduction and overviewprofile.html— biography, education, expertise and contact detailsteaching.html— teaching philosophy, chronological history and supervisionresearch.html— research overview and publication list
.
├── index.html
├── profile.html
├── teaching.html
├── research.html
└── assets
├── css/style.css
├── images/profile.jpg
└── js/site.js
- Replace the contents of the existing repository with these files.
- Commit and push to the
mainbranch. - In GitHub, open Settings → Pages.
- Select Deploy from a branch, choose
main, and select the repository root (/). - Save the settings.
The site uses plain HTML, so each teaching entry and publication can be edited directly. The navigation and footer are repeated across pages for maximum compatibility with GitHub Pages.