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." - } } ] diff --git a/src/_includes/profiles.html b/src/_includes/profiles.html index 1c01622..0187277 100644 --- a/src/_includes/profiles.html +++ b/src/_includes/profiles.html @@ -4,7 +4,7 @@
-
diff --git a/src/de/contact.html b/src/de/contact.html index 15d3d1d..0d13762 100644 --- a/src/de/contact.html +++ b/src/de/contact.html @@ -19,10 +19,10 @@ eleventyNavigation:
Schicke mir eine E-Mail an mail@sp-codes.de
+ href="https://social.sp-codes.de/@samuel_p">
Folge mir auf Mastodon oder schicke mir dort eine Nachricht an - @samuel_p@social.tchncs.de
+ @samuel_p@social.sp-codes.de
diff --git a/src/de/index.html b/src/de/index.html index caebdc7..a3ce08f 100644 --- a/src/de/index.html +++ b/src/de/index.html @@ -23,8 +23,12 @@ eleventyNavigation:

Dienste

Für die Nutzer:innen der Dienste und Interessierte gibt es einen öffentlichen Matrix-Raum als - Austauschort für Fragen, Ideen und Probleme: #sp-codes:matrix.sp-codes.de + Austauschort für Fragen, Ideen und Probleme: #sp-codes:matrix.sp-codes.de +

+

+ Folge sp-codes auf Mastodon: @sp_codes@social.sp-codes.de

{% include services-simple.html %} diff --git a/src/en/contact.html b/src/en/contact.html index 881d8ca..d645678 100644 --- a/src/en/contact.html +++ b/src/en/contact.html @@ -18,9 +18,9 @@ eleventyNavigation:
Send me an email to mail@sp-codes.de
+ href="https://social.sp-codes.de/@samuel_p">
-
Follow me on Mastodon or send me a message to @samuel_p@social.tchncs.de
+
Follow me on Mastodon or send me a message to @samuel_p@social.sp-codes.de
diff --git a/src/en/index.html b/src/en/index.html index dfdff13..fae8684 100644 --- a/src/en/index.html +++ b/src/en/index.html @@ -22,8 +22,12 @@ eleventyNavigation:

Services

For users of the services and anyone interested, there is a public matrix room as a place to share - questions, ideas and problems: #sp-codes:matrix.sp-codes.de + questions, ideas and problems: #sp-codes:matrix.sp-codes.de +

+

+ Follow sp-codes on Mastodon: @sp_codes@social.sp-codes.de

{% include services-simple.html %}