Skip to content

Instantly share code, notes, and snippets.

@savio777
Last active December 14, 2023 18:51
Show Gist options
  • Save savio777/84e05621c6e592d76845dfd57cbe1327 to your computer and use it in GitHub Desktop.
Save savio777/84e05621c6e592d76845dfd57cbe1327 to your computer and use it in GitHub Desktop.
portfolio contacts data
{
"aboutMe": {
"name": "Sávio",
"description": "Graduado em análise e desenvolvimento de sistemas. Atualmente trabalho como desenvolvedor Full Stack usando 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": "3+"
}
},
"projects": [
{
"slug": "taxi2go",
"name": "Taxi2Go",
"image": {
"url": "https://play-lh.googleusercontent.com/Po6ZAmmuONIyohOafSjGvbXq7QFpP4dduKhTjfz8hnAAJOH2cjHgtW1s5IbXC-J_NG4=w240-h480-rw",
"alt": "Ícone do app Taxi2Go"
}
},
{
"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:saviopf22@gmail.com",
"linkLabel": "saviopf22@gmail.com"
},
{
"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