From bd08e27ab3482ed9caddd871e1adb24fe460e658 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 29 May 2021 18:15:13 +0200 Subject: [PATCH] added mastodon --- src/_data/services.json | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/src/_data/services.json b/src/_data/services.json index 0b0d104..b7469a5 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -32,6 +32,18 @@ "en": "A secure, simple and scalable platform for video conferencing." } }, + { + "id": "mastodon", + "name": "Mastodon", + "icon": "fab fa-mastodon", + "url": "https://social.sp-codes.de", + "status": "https://social.sp-codes.de/health", + "beta": true, + "summary": { + "de": "Das dezentrale, soziale Netzwerk der Zukunft: Keine Werbung und keine Überwachung durch Unternehmen.", + "en": "The decentralized social network of the future: No ads, no corporate surveillance." + } + }, { "id": "gitea", "name": "Gitea", @@ -74,6 +86,18 @@ "en": "Concise, consistent, and legible badges in SVG and raster format." } }, + { + "id": "translate", + "name": "LibreTranslate", + "icon": "fas fa-language", + "url": "https://translate.sp-codes.de", + "status": "https://translate.sp-codes.de", + "beta": true, + "summary": { + "de": "Eine freie und quelloffene API für Übersetzung.", + "en": "A free and Open Source Machine Translation API." + } + }, { "id": "invidious", "name": "Invidious", @@ -107,17 +131,5 @@ "de": "Ein alternatives Twitter- und YouTube-Frontend.", "en": "An alternative Twitter- and YouTube-Frontend." } - }, - { - "id": "translate", - "name": "LibreTranslate", - "icon": "fas fa-language", - "url": "https://translate.sp-codes.de", - "status": "https://translate.sp-codes.de", - "beta": true, - "summary": { - "de": "Eine freie und quelloffene API für Übersetzung.", - "en": "A free and Open Source Machine Translation API." - } } ]