-
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.
feat: modernize links in header. no one will print it anyway
- Loading branch information
Showing
3 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,24 +14,24 @@ export const cvData: CVData = { | |
contact: { | ||
phone: { raw: '', formatted: '' }, | ||
url: { href: 'https://luiz.dev', display: 'www.luiz.dev' }, | ||
email: '[email protected]', | ||
email: { href: '[email protected]', display: 'Email' }, | ||
linkedin: { | ||
href: 'https://linkedin.com/in/luizgonzaga', | ||
display: 'linkedin.com/in/luizgonzaga', | ||
display: 'LinkedIn', | ||
}, | ||
topmate: { | ||
href: 'https://topmate.io/luizgonzaga', | ||
display: 'topmate.io/luizgonzaga', | ||
display: 'Topmate', | ||
}, | ||
// twitter: { | ||
// href: 'https://twitter.com/luizmarelo', | ||
// display: 'twitter.com/luizmarelo', | ||
// display: 'Twitter', | ||
// }, | ||
speakerdeck: { | ||
href: 'https://speakerdeck.com/lfilho', | ||
display: 'speakerdeck.com/lfilho', | ||
display: 'SpeakerDeck', | ||
}, | ||
github: { href: 'https://github.com/lfilho', display: 'github.com/lfilho' }, | ||
github: { href: 'https://github.com/lfilho', display: 'GitHub' }, | ||
}, | ||
introduction: [ | ||
`A brazillian-canadian people-first leader building impactful products and high-performing teams for ~{{CAREER_TENURE}} years.`, | ||
|
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