-
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.
- Loading branch information
1 parent
95224ca
commit 5d62e9b
Showing
7 changed files
with
72 additions
and
20 deletions.
There are no files selected for viewing
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
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
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
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,13 +4,20 @@ | |
"home": "Home", | ||
"aboutMe": "About Me", | ||
"projects": "Projects", | ||
"name": "Alex Zhang" | ||
"name": "Alex Zhang", | ||
"settings": { | ||
"darkMode": "Dark", | ||
"lightMode": "Light", | ||
"fancyMode": "Fancy Mode", | ||
"followSystem": "System" | ||
} | ||
}, | ||
"home": { | ||
"heading": "👋🏻G'Day! I'm Alex.", | ||
"subheading1": "Master of IT (University of Melbourne)", | ||
"subheading2": "Web Developer (React)", | ||
"email": "[email protected]" | ||
"email": "[email protected]", | ||
"copied": "Copied!" | ||
}, | ||
"aboutMe": { | ||
"education": { | ||
|
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
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
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