diff --git a/src/_data/donations.json b/src/_data/donations.json index 76d444c..8d4fda7 100644 --- a/src/_data/donations.json +++ b/src/_data/donations.json @@ -2,6 +2,13 @@ { "year": 2021, "donations": [ + { + "date": "18.08.2021", + "amount": 30, + "via": "banktransfer", + "from": null, + "first": true + }, { "date": "02.08.2021", "amount": 10, diff --git a/src/_data/services.json b/src/_data/services.json index ff00abd..343d5fd 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -43,6 +43,18 @@ "en": "The decentralized social network of the future: No ads, no corporate surveillance." } }, + { + "id": "peertube", + "name": "PeerTube", + "icon": "i-peertube", + "url": "https://tube.sp-codes.de", + "status": "https://tube.sp-codes.de", + "beta": true, + "summary": { + "de": "Ein Netzwerk aus mehreren föderierten, interoperablen Video-Hosting-Anbietern. Werbefrei und ohne Bindung an einen bestimmten Anbieter.", + "en": "A network of multiple federated, interoperable video hosting providers. Ad-free and without vendor lock-in." + } + }, { "id": "gitea", "name": "Gitea", diff --git a/src/de/contact.html b/src/de/contact.html index 66bc063..f8c720e 100644 --- a/src/de/contact.html +++ b/src/de/contact.html @@ -32,7 +32,7 @@ eleventyNavigation:
-
Schreibe mir auf XMPP an @samuel-p:dismail.de
+
Schreibe mir auf XMPP an samuel-p@dismail.de
diff --git a/src/en/contact.html b/src/en/contact.html index 330a45b..ab8f3fe 100644 --- a/src/en/contact.html +++ b/src/en/contact.html @@ -30,7 +30,7 @@ eleventyNavigation:
-
Write me on XMPP to @samuel-p:dismail.de
+
Write me on XMPP to samuel-p@dismail.de
diff --git a/src/font/icomoon.eot b/src/font/icomoon.eot index 9e65f3e..ba40dd9 100644 Binary files a/src/font/icomoon.eot and b/src/font/icomoon.eot differ diff --git a/src/font/icomoon.svg b/src/font/icomoon.svg index 7117348..70fa188 100644 --- a/src/font/icomoon.svg +++ b/src/font/icomoon.svg @@ -31,6 +31,7 @@ + diff --git a/src/font/icomoon.ttf b/src/font/icomoon.ttf index 497bf42..799c7fa 100644 Binary files a/src/font/icomoon.ttf and b/src/font/icomoon.ttf differ diff --git a/src/font/icomoon.woff b/src/font/icomoon.woff index 32f4c32..31cd055 100644 Binary files a/src/font/icomoon.woff and b/src/font/icomoon.woff differ diff --git a/src/font/icomoon.woff2 b/src/font/icomoon.woff2 index c8ea658..e984702 100644 Binary files a/src/font/icomoon.woff2 and b/src/font/icomoon.woff2 differ diff --git a/src/scss/icons/style.scss b/src/scss/icons/style.scss index a75fb53..c27057b 100644 --- a/src/scss/icons/style.scss +++ b/src/scss/icons/style.scss @@ -48,6 +48,11 @@ font-size: 4em; } +.i-peertube { + &:before { + content: $i-peertube; + } +} .i-network-wired { &:before { content: $i-network-wired; diff --git a/src/scss/icons/variables.scss b/src/scss/icons/variables.scss index 112a6d2..9911eea 100644 --- a/src/scss/icons/variables.scss +++ b/src/scss/icons/variables.scss @@ -1,6 +1,7 @@ $icomoon-font-family: "icomoon" !default; $icomoon-font-path: "fonts" !default; +$i-peertube: "\e918"; $i-network-wired: "\e903"; $i-money-bill: "\e904"; $i-chart-line: "\e905";