-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update-content] update the pdf resume
- Loading branch information
Showing
2 changed files
with
1 addition
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"; | ||
|