Last active
November 7, 2019 12:35
-
-
Save neninja/d48ef344b22a15e6b3d6efa7390d4d23 to your computer and use it in GitHub Desktop.
api
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
{ | |
"contatos": [ | |
{ | |
"nome": "Email", | |
"url": "mailto:[email protected]" | |
}, | |
{ | |
"nome": "Linkedin", | |
"url": "http://linkedin.com/in/nenitf" | |
}, | |
{ | |
"nome": "Telegram", | |
"url": "https://t.me/nenitf" | |
} | |
], | |
"codigos": { | |
"projetos": [ | |
{ | |
"nome": "Github", | |
"url": "http://github.com/nenitf" | |
}, | |
{ | |
"nome": "Gitlab", | |
"url": "http://gitlab.com/nenitf" | |
}, | |
{ | |
"nome": "CodeSandBox", | |
"url": "https://codesandbox.io/u/nenitf" | |
}, | |
{ | |
"nome": "Itch", | |
"url": "https://nenitf.itch.io" | |
} | |
], | |
"algoritmos": [ | |
{ | |
"nome": "HackerRank", | |
"url": "https://www.hackerrank.com/nenitf" | |
}, | |
{ | |
"nome": "CodeSignal", | |
"url": "https://app.codesignal.com/profile/nenitf" | |
} | |
], | |
"snippets": [ | |
{ | |
"nome": "Replit", | |
"url": "https://repl.it/@felipe_dacs" | |
}, | |
{ | |
"nome": "Codepen", | |
"url": "https://codepen.io/nenitf" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment