Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #15

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@ This website is automatically deployed to [Vercel](https://vercel.com/) upon com
│   └── [pages] # Pages
├── components # React components
├── public # Static files
├── posts # Markdown posts
│   ├── academia # Academic posts
│   └── blog # Blog posts
├── data # Data files
│   └── [pages] # Data for pages
├── config # Configuration javascript files
├── utils # Utility functions
├── assets # Assets not used in the website
├── .github # GitHub workflows
└── [configs] # Configuration files
```

Expand Down
2 changes: 1 addition & 1 deletion data/home/sections.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"name": "\u00A0\u00A0Curriculum Vitae",
"icon": "fa-solid fa-file-alt",
"link": "CV_Wonjae-Choi.pdf",
"link": "CV_WonjaeChoi.pdf",
"target": "_blank"
},
{
Expand Down
Binary file removed public/CV_Wonjae-Choi.pdf
Binary file not shown.
Binary file added public/CV_WonjaeChoi.pdf
Binary file not shown.