website/data/contacts.json

22 lines
465 B
JSON
Raw Normal View History

2019-09-28 12:14:29 +00:00
[
{
"id": "twitter",
"url": "https://twitter.com/foo_dogsquared",
"name": "Twitter"
},
{
"id": "github",
"url": "https://github.com/foo-dogsquared/",
"name": "GitHub"
},
{
"id": "gitlab",
"url": "https://gitlab.com/foo-dogsquared/",
"name": "GitLab"
},
{
"id": "keybase",
"url": "https://keybase.io/foo_dogsquared",
"name": "Keybase"
}
]