diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/json/contacts.json | 13 | ||||
| -rw-r--r-- | content/static/contact.gmi | 14 |
2 files changed, 13 insertions, 14 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]" + } +} diff --git a/content/static/contact.gmi b/content/static/contact.gmi deleted file mode 100644 index 4d95a98..0000000 --- a/content/static/contact.gmi +++ /dev/null @@ -1,14 +0,0 @@ -# Contact - -=> https://github.com/Fuwn GitHub -=> https://gitlab.com/Fuwn GitLab -=> https://discord.com/users/fun#1337 Discord -=> https://twitter.com/Fuwnr Twitter -=> https://youtube.com/Fuwnr YouTube -=> https://matrix.to/#/@fuwn:matrix.org Matrix - -## Email - -=> mailto:[email protected] [email protected] (I check this the most often) -=> mailto:[email protected] [email protected] -=> mailto:[email protected] [email protected] (Alias)
\ No newline at end of file |