diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 6b6f7c3..d7bd06c 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -199,11 +199,21 @@ "url": "https://mastodon.social/@Tutanota", "avatar": "/img/avatars/tutanota.png" }, + { + "name": "Protonmail", + "url": "https://mastodon.social/@protonmail", + "avatar": "/img/avatars/protonmail.png" + }, { "name": "NextCloud", "url": "https://mastodon.xyz/@nextcloud", "avatar": "/img/avatars/nextcloud.png" }, + { + "name": "Privacy International", + "url": "https://mastodon.xyz/@privacyint", + "avatar": "/img/avatars/privacyinternational.png" + }, { "name": "Yale Privacy Lab", "url": "https://mastodon.social/@privacylab", diff --git a/source/img/avatars/privacyinternational.png b/source/img/avatars/privacyinternational.png new file mode 100644 index 0000000..59585c9 Binary files /dev/null and b/source/img/avatars/privacyinternational.png differ diff --git a/source/img/avatars/protonmail.png b/source/img/avatars/protonmail.png new file mode 100644 index 0000000..1173acb Binary files /dev/null and b/source/img/avatars/protonmail.png differ