From 18fed7eb15bf8b7aa2a8db1b88db9b6ec893447b Mon Sep 17 00:00:00 2001 From: samuel-p Date: Tue, 8 Jun 2021 09:22:38 +0200 Subject: [PATCH] updated icons added some licenses --- src/_data/services.json | 4 ++-- src/_includes/licenses.html | 8 ++++++++ src/de/imprint.html | 5 +++++ src/de/services/jitsi.md | 2 +- src/de/services/matrix.md | 2 +- src/en/imprint.html | 5 +++++ src/en/services/jitsi.md | 2 +- src/en/services/matrix.md | 2 +- src/img/icon/comments.svg | 1 + src/img/icon/users.svg | 1 + src/scss/icons.scss | 7 ++++++- 11 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 src/_includes/licenses.html create mode 100644 src/img/icon/comments.svg create mode 100644 src/img/icon/users.svg diff --git a/src/_data/services.json b/src/_data/services.json index cb03dbe..f441329 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -13,7 +13,7 @@ { "id": "matrix", "name": "Matrix", - "si": "matrix", + "si": "comments", "url": "https://chat.sp-codes.de", "status": "https://matrix.sp-codes.de/_matrix/static/", "summary": { @@ -24,7 +24,7 @@ { "id": "jitsi", "name": "Jitsi Meet", - "si": "jitsi", + "si": "users", "url": "https://jitsi.sp-codes.de", "status": "https://jitsi.sp-codes.de", "summary": { diff --git a/src/_includes/licenses.html b/src/_includes/licenses.html new file mode 100644 index 0000000..80c8a1e --- /dev/null +++ b/src/_includes/licenses.html @@ -0,0 +1,8 @@ + diff --git a/src/de/imprint.html b/src/de/imprint.html index a2fc900..57c01fd 100644 --- a/src/de/imprint.html +++ b/src/de/imprint.html @@ -25,3 +25,8 @@ title: Impressum
  • sp-magic.de
  • +
    +

    Lizenzen

    +

    Diese Webseite nutzt die folgenden Bibliotheken mit ihren entsprechenden Lizenzen:

    + {% include "licenses.html" %} +
    diff --git a/src/de/services/jitsi.md b/src/de/services/jitsi.md index d0171eb..80a6643 100644 --- a/src/de/services/jitsi.md +++ b/src/de/services/jitsi.md @@ -3,7 +3,7 @@ layout: base.njk key: jitsi title: Jitsi Meet --- -# Jitsi Meet +# Jitsi Meet Jitsi-Meet ist eine Plattform für Videokonferenzen. Ohne Anmeldung können vollständig verschlüsselte Video-Chats gestartet werden. Zusätzlich bietet Jitsi-Meet die Möglichkeit den Bildschirm für die anderen Teilnehmer:innen freizugeben, neue Benutzer:innen einfach per Link einzuladen und Nachrichten im integrierten Chat zu verschicken. diff --git a/src/de/services/matrix.md b/src/de/services/matrix.md index 3fb46bd..66bab50 100644 --- a/src/de/services/matrix.md +++ b/src/de/services/matrix.md @@ -4,7 +4,7 @@ key: matrix title: Matrix --- -# Matrix +# Matrix [Matrix](https://matrix.org) ist eine moderne, quelloffene Software für dezentrale Kommunikation (wie E-Mail). Matrix bietet von Haus aus Sprach- und Videoanrufe, inklusive Ende-zu-Ende Verschlüsselung und vieles mehr. Das Entscheidende diff --git a/src/en/imprint.html b/src/en/imprint.html index 3e0e9e5..dad79ec 100644 --- a/src/en/imprint.html +++ b/src/en/imprint.html @@ -25,3 +25,8 @@ title: sp-codes
  • sp-magic.de
  • +
    +

    Licenses

    +

    This Website uses the following libraries with their respective licenses:

    + {% include "licenses.html" %} +
    diff --git a/src/en/services/jitsi.md b/src/en/services/jitsi.md index 126ecb4..9185af4 100644 --- a/src/en/services/jitsi.md +++ b/src/en/services/jitsi.md @@ -3,7 +3,7 @@ layout: base.njk key: jitsi title: Jitsi Meet --- -# Jitsi Meet +# Jitsi Meet Jitsi-Meet is a platform for video conferences. You can start fully encrypted video chats without registration. Additionally, Jitsi-Meet offers the possibility to share the screen with other participants, invite new users with a simple link and send messages in the integrated chat. diff --git a/src/en/services/matrix.md b/src/en/services/matrix.md index 9699a97..d035256 100644 --- a/src/en/services/matrix.md +++ b/src/en/services/matrix.md @@ -3,7 +3,7 @@ layout: base.njk key: matrix title: Matrix --- -# Matrix +# Matrix Matrix is a modern, open source software for decentralized communication (like e-mail). Matrix offers end-to-end encryption, voice and video calls and much more. However, the most important thing is that there is not one Matrix server that all users have to use, like WhatsApp, Telegram and many other popular messengers. diff --git a/src/img/icon/comments.svg b/src/img/icon/comments.svg new file mode 100644 index 0000000..7446b65 --- /dev/null +++ b/src/img/icon/comments.svg @@ -0,0 +1 @@ + diff --git a/src/img/icon/users.svg b/src/img/icon/users.svg new file mode 100644 index 0000000..10b64b5 --- /dev/null +++ b/src/img/icon/users.svg @@ -0,0 +1 @@ + diff --git a/src/scss/icons.scss b/src/scss/icons.scss index 306e856..4896a79 100644 --- a/src/scss/icons.scss +++ b/src/scss/icons.scss @@ -29,10 +29,15 @@ } } +@include svg-icon('comments'); @include svg-icon('gitea'); -@include svg-icon('jitsi'); @include svg-icon('mastodon'); @include svg-icon('matrix'); @include svg-icon('opencollective'); @include svg-icon('threema'); +@include svg-icon('users'); @include svg-icon('xmpp'); + +:root { + --currentColor: #fff; +}