Last active
April 28, 2025 14:10
-
-
Save savio777/84e05621c6e592d76845dfd57cbe1327 to your computer and use it in GitHub Desktop.
portfolio contacts data
This file contains hidden or 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
{ | |
"aboutMe": { | |
"name": "Sávio", | |
"description": "Graduated in systems analysis and development. I currently work as a developer Full Stack using React, React-native, Typescript e NodeJs", | |
"techs": [ | |
{ | |
"tech": "javascript", | |
"color": "#000000", | |
"bgcolor": "#EFD81D" | |
}, | |
{ | |
"tech": "typescript", | |
"color": "#FFFFFF", | |
"bgcolor": "#2F74C0" | |
}, | |
{ | |
"tech": "react", | |
"color": "#000000", | |
"bgcolor": "#6BDDFA" | |
}, | |
{ | |
"tech": "react-native", | |
"color": "#000000", | |
"bgcolor": "#6bddfa" | |
} | |
], | |
"pfp": { | |
"image": { | |
"url": "https://avatars.githubusercontent.com/u/35678887?v=4", | |
"alt": "avatar github" | |
}, | |
"experience": "4+" | |
} | |
}, | |
"projects": [ | |
{ | |
"slug": "zarpa.ai", | |
"name": "Zarpa.ai", | |
"image": { | |
"url": "https://play-lh.googleusercontent.com/rdR-zlyUlv5cuih51gVV_hlp2wghIfGYCss5sXr3JABNR3R9ID9xJgsp4E0lJyf0gav2=w240-h480-rw", | |
"alt": "Ícone do app Zarpa.ai" | |
} | |
}, | |
{ | |
"slug": "riviera", | |
"name": "MyRiviera", | |
"image": { | |
"url": "https://play-lh.googleusercontent.com/Ja8uKjlPjKeu1ou_WL3L6Lw9MuUkQD0scAn37V6fCmWlvHN03sruLXmlySuQnJqOcNQ=w240-h480-rw", | |
"alt": "Ícone do app MyRiviera" | |
} | |
} | |
], | |
"contacts": [ | |
{ | |
"title": "E-mail", | |
"link": "mailto:[email protected]", | |
"linkLabel": "[email protected]" | |
}, | |
{ | |
"title": "Linkedin", | |
"link": "https://www.linkedin.com/in/s%C3%A1vio-pal%C3%A1cio-fontes-3924aa16b/", | |
"linkLabel": "linkedin.com/in/savio-palacio-fontes/" | |
}, | |
{ | |
"title": "Github", | |
"link": "https://github.com/savio777", | |
"linkLabel": "github.com/savio777" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment