diff --git a/data/contact.json b/data/contact.json new file mode 100644 index 0000000..ffc5775 --- /dev/null +++ b/data/contact.json @@ -0,0 +1,24 @@ +{ + "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" + } + ] +} \ No newline at end of file