diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index dd08e46..ed2c2a8 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -156,6 +156,11 @@ "url": "https://mastodon.social/@Tutanota", "avatar": "/img/avatars/tutanota.png" }, + { + "name": "NextCloud", + "url": "https://mastodon.xyz/@nextcloud", + "avatar": "/img/avatars/nextcloud.png" + }, { "name": "Yale Privacy Lab", "url": "https://mastodon.social/@privacylab", @@ -206,6 +211,11 @@ "url": "https://mastodon.technology/@kde", "avatar": "/img/avatars/kde.png" }, + { + "name": "Ring", + "url": "https://mstdn.io/@ring", + "avatar": "/img/avatars/ring.png" + }, { "name": "Matrix", "url": "https://mastodon.matrix.org/@matrix", diff --git a/source/img/avatars/nextcloud.png b/source/img/avatars/nextcloud.png new file mode 100644 index 0000000..c0f03dd Binary files /dev/null and b/source/img/avatars/nextcloud.png differ diff --git a/source/img/avatars/ring.png b/source/img/avatars/ring.png new file mode 100644 index 0000000..d330c7f Binary files /dev/null and b/source/img/avatars/ring.png differ