-
Notifications
You must be signed in to change notification settings - Fork 36
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
00d1bff
commit 60f9c84
Showing
4 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,28 +12,28 @@ export const config: Config = { | |
{ | ||
name: 'github', | ||
display: 'GitHub', | ||
aria: 'GitHub profile (opens in new window)', | ||
ariaLabel: 'GitHub profile (opens in new window)', | ||
icon: <GitHub />, | ||
href: 'https://github.com/adamalston/', | ||
}, | ||
{ | ||
name: 'linked-in', | ||
display: 'LinkedIn', | ||
aria: 'LinkedIn profile (opens in new window)', | ||
ariaLabel: 'LinkedIn profile (opens in new window)', | ||
icon: <LinkedIn />, | ||
href: 'https://www.linkedin.com/in/adam-alston/', | ||
}, | ||
{ | ||
name: 'resume', | ||
display: 'Resume', | ||
aria: 'Resume in Google Drive (opens in new window)', | ||
ariaLabel: 'Resume in Google Drive (opens in new window)', | ||
icon: <Resume />, | ||
href: 'https://drive.google.com/file/d/1VQ_Oeim_e92QEMi64ejGWY5Hf4RRxfeJ/view', | ||
}, | ||
{ | ||
name: 'email', | ||
display: 'Email', | ||
aria: 'Email contact (opens in new window)', | ||
ariaLabel: 'Email contact (opens in new window)', | ||
icon: <Email />, | ||
href: 'mailto:[email protected]', | ||
}, | ||
|
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