website/data/contact.json

24 lines
566 B
JSON
Raw Normal View History

2019-09-01 17:54:24 +00:00
{
"list": [
{
"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"
}
]
}