Skip to content

Instantly share code, notes, and snippets.

@huri3l
Last active April 4, 2023 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huri3l/2b64cb37a94a46c7b97c4c4a51ff5439 to your computer and use it in GitHub Desktop.
Save huri3l/2b64cb37a94a46c7b97c4c4a51ff5439 to your computer and use it in GitHub Desktop.
JSON usado para a página de contato do Portfolio, App desenvolvido com Next.js.
[
{
"name": "E-mail",
"link": "huriel-lopes@outlook.com",
"isMail": true
},
{
"name": "LinkedIn",
"link": "https://www.linkedin.com/in/huri3l/"
},
{
"name": "GitHub",
"link": "https://github.com/huri3l"
},
{
"name": "YouTube",
"link": "https://www.youtube.com/Huriel"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment