Skip to content

Commit

Permalink
[update-content] update the pdf resume
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLin94 committed Jul 27, 2024
1 parent 8baa813 commit 3c2d3fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/resume-2024-v1.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const GITHUB_URL = 'https://github.com/JimLin94';
export const GITHUB_REPO_NAME = 'resume';
export const PROFILE_IMG_PATH = `/${GITHUB_REPO_NAME}/avatar.jpg`;
export const LANDSCAPE_PROFILE_META_IMG_PATH = `/og-profile.jpg`;
export const PDF_PATH = `/${GITHUB_REPO_NAME}/resume-2023-v2.pdf`;
export const PDF_PATH = `/${GITHUB_REPO_NAME}/resume-2024-v1.pdf`;
export const GIT_PAGE_URL = `https://jimlin94.github.io/${GITHUB_REPO_NAME}`;
export const EMAIL = '[email protected]';
export const SITE_NAME = "Jim's resume";
Expand Down

0 comments on commit 3c2d3fd

Please sign in to comment.