diff --git a/source/_data/friendica.json b/source/_data/friendica.json index 3ca66b8..ac05dbc 100644 --- a/source/_data/friendica.json +++ b/source/_data/friendica.json @@ -38,7 +38,7 @@ [ {"id": "0", "url": "https://github.com/pafcu/RSStoFriendika"} ], - "mascot": [{"item": "?"}], + "mascot": [{"item": "Flaxy O'Hare", "imgNum": "1"}], "dwellers": "friends", "communities": [{"title": "List of forums", "url": "https://dir.friendica.social/forums"}], "descr": "Friendica aims at being a platform that suits everyone. Newcomers will feel right at home: the network's interface and functionality include common features of a mainstream social network. Being comparatively light on resources makes it attractive for administrators to host (Friendica's servers are called \"nodes\"). The community is good-natured and helpful. Friendica is well connected with the rest of Fediverse — its users can follow friends on most other federated networks.", diff --git a/source/_data/mastodon.json b/source/_data/mastodon.json index 0861d0b..831726b 100644 --- a/source/_data/mastodon.json +++ b/source/_data/mastodon.json @@ -214,6 +214,11 @@ "url": "https://mastodon.social/@privacylab", "avatar": "/img/avatars/yale-privacylab.png" }, + { + "name": "Libre Office", + "url": "https://fosstodon.org/@libreoffice", + "avatar": "/img/avatars/libreoffice.png" + }, { "name": "Krita", "url": "https://mastodon.art/@krita", diff --git a/source/_data/pixelfed.json b/source/_data/pixelfed.json index 36bb3ed..848e7db 100644 --- a/source/_data/pixelfed.json +++ b/source/_data/pixelfed.json @@ -4,7 +4,7 @@ { "title": "pixelfed", "category": "social network", - "type": "image sharing, microblogging", + "type": "image sharing", "logoClr": "6736dd", "created": "2018", "official": "https://pixelfed.org", @@ -23,7 +23,7 @@ ], "mobile": "https://github.com/glitchpizza/morii", "devTutorial": "https://pixelfed.github.io/docs/master/installation.html", - "mascot": [{"item": "?"}], + "mascot": [{"item": "red panda Fred", "imgNum": "1"}], "dwellers": "?", "communities": "", "descr": "Pixelfed is an image sharing platform with modern user interface.", diff --git a/source/img/avatars/libreoffice.png b/source/img/avatars/libreoffice.png new file mode 100644 index 0000000..7321d67 Binary files /dev/null and b/source/img/avatars/libreoffice.png differ diff --git a/source/img/mascots/friendica-1.png b/source/img/mascots/friendica-1.png new file mode 100644 index 0000000..d4a6154 Binary files /dev/null and b/source/img/mascots/friendica-1.png differ diff --git a/source/img/mascots/pixelfed-1.png b/source/img/mascots/pixelfed-1.png new file mode 100644 index 0000000..a34618e Binary files /dev/null and b/source/img/mascots/pixelfed-1.png differ