Skip to content

jihopark00/jihopark00.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Academic Website

A personal academic website template based on Jon Barron's website

Setup

  1. Replace images/profile.jpg with your profile photo
  2. Replace images/paper1.png, paper2.png, etc. with your paper thumbnails
  3. Edit index.html to add your information:
    • Name and pronunciation
    • Bio and research interests
    • Links (email, CV, social media)
    • Publications
  4. Add your CV to data/CV.pdf

Deployment

GitHub Pages

  1. Create a repository named yourusername.github.io
  2. Push this code to the repository
  3. Your site will be live at https://yourusername.github.io

File Structure

.
├── 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

Customization

  • Edit stylesheet.css to change colors, fonts, or layout
  • The highlight color is #ffffd0 (light yellow)
  • Link color is #1772d0 (blue), hover color is #f09228 (orange)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors