diff options
Diffstat (limited to 'content/json')
| -rw-r--r-- | content/json/contacts.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/content/json/contacts.json b/content/json/contacts.json new file mode 100644 index 0000000..62d5c6d --- /dev/null +++ b/content/json/contacts.json @@ -0,0 +1,13 @@ +{ + "Social Media": { + "GitHub": "https://github.com/Fuwn", + "GitLab": "https://gitlab.com/Fuwn", + "Discord": "https://discord.com/users/fun#1337", + "Twitter": "https://twitter.com/Fuwnr", + "YouTube": "https://youtube.com/Fuwnr", + "Matrix": "https://matrix.to/#/@fuwn:matrix.org" + }, + "Email": { + "[email protected]": "mailto:[email protected]" + } +} |