A personal academic website template based on Jon Barron's website
- Replace
images/profile.jpgwith your profile photo - Replace
images/paper1.png,paper2.png, etc. with your paper thumbnails - Edit
index.htmlto add your information:- Name and pronunciation
- Bio and research interests
- Links (email, CV, social media)
- Publications
- Add your CV to
data/CV.pdf
- Create a repository named
yourusername.github.io - Push this code to the repository
- Your site will be live at
https://yourusername.github.io
.
├── index.html # Main page
├── stylesheet.css # Styles
├── images/ # Images folder
│ ├── profile.jpg # Your profile photo
│ ├── paper1.png # Paper thumbnails
│ └── ...
├── data/ # Data files
│ └── CV.pdf # Your CV
└── README.md
- Edit
stylesheet.cssto change colors, fonts, or layout - The highlight color is
#ffffd0(light yellow) - Link color is
#1772d0(blue), hover color is#f09228(orange)