diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index ff92640..9cdb927 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -76,6 +76,11 @@ "url": "https://mastodon.social/@yunohost", "avatar": "/img/avatars/yunohost.png" }, + { + "name": "FreedomBox", + "url": "https://mastodon.social/@freedomboxfndn", + "avatar": "/img/avatars/freedombox.png" + }, { "name": "Ind.ie", "url": "https://mastodon.social/@indie", @@ -96,6 +101,11 @@ "url": "https://mamot.fr/@LaQuadrature", "avatar": "/img/avatars/laquadrature.png" }, + { + "name": "CHATONS", + "url": "https://framapiaf.org/@ChatonsOrg", + "avatar": "/img/avatars/chatons.png" + }, { "name": "Krita", "url": "https://mastodon.art/@krita", @@ -131,6 +141,11 @@ "url": "https://chaos.social/@Digitalcourage", "avatar": "/img/avatars/digitalcourage.png" }, + { + "name": "TorProject", + "url": "https://mastodon.social/@torproject", + "avatar": "/img/avatars/torproject.png" + }, { "name": "Tutanota", "url": "https://mastodon.social/@Tutanota", diff --git a/source/img/avatars/chatons.png b/source/img/avatars/chatons.png new file mode 100644 index 0000000..b0f26ea Binary files /dev/null and b/source/img/avatars/chatons.png differ diff --git a/source/img/avatars/freedombox.png b/source/img/avatars/freedombox.png new file mode 100644 index 0000000..a8bea04 Binary files /dev/null and b/source/img/avatars/freedombox.png differ diff --git a/source/img/avatars/torproject.png b/source/img/avatars/torproject.png new file mode 100644 index 0000000..af6bb75 Binary files /dev/null and b/source/img/avatars/torproject.png differ