diff --git a/src/_includes/profiles.html b/src/_includes/profiles.html index c7d9e9f..8c580be 100644 --- a/src/_includes/profiles.html +++ b/src/_includes/profiles.html @@ -2,19 +2,18 @@
-
+ +
-
+
+ +
-
-
samuel-philipp.de diff --git a/src/de/donate.html b/src/de/donate.html index 991cd8a..db937dc 100644 --- a/src/de/donate.html +++ b/src/de/donate.html @@ -3,10 +3,10 @@ layout: base.njk key: donate title: Unterstützen eleventyNavigation: - key: donate - title: Unterstützen - icon: hand-holding-heart - order: 3 +key: donate +title: Unterstützen +icon: hand-holding-heart +order: 3 ---

Unterstützen

@@ -44,7 +44,7 @@ eleventyNavigation:
-

Open Collective

+

Open Collective

Gerne kannst du mir auch über Open Collective einen kleinen Betrag zukommen lassen. Wenn du willst, kannst du mich dort auch mit einer regelmäßigen Spende unterstützen. @@ -73,7 +73,9 @@ eleventyNavigation:
-

Eine aktuelle Liste aller eingegangenen Spenden pflege ich hier.

+

Eine aktuelle Liste aller eingegangenen Spenden pflege ich hier. +

diff --git a/src/de/imprint.html b/src/de/imprint.html index 53bf3a3..4f37ae6 100644 --- a/src/de/imprint.html +++ b/src/de/imprint.html @@ -29,7 +29,7 @@ title: Impressum -
+
Schreibe mir auf Matrix an @samuel-p:matrix.sp-codes.de
diff --git a/src/en/donate.html b/src/en/donate.html index 1ff3524..1d727b3 100644 --- a/src/en/donate.html +++ b/src/en/donate.html @@ -42,7 +42,7 @@ eleventyNavigation:
-

Open Collective

+

Open Collective

You are also welcome to send me a small amount via Open Collective. If you like you can also support me with a regular donation. diff --git a/src/en/imprint.html b/src/en/imprint.html index 36ccc95..2d722a4 100644 --- a/src/en/imprint.html +++ b/src/en/imprint.html @@ -27,7 +27,7 @@ title: sp-codes -
+
Write me on Matrix to @samuel-p:matrix.sp-codes.de
diff --git a/src/img/gitea.svg b/src/img/gitea.svg new file mode 100644 index 0000000..17188ec --- /dev/null +++ b/src/img/gitea.svg @@ -0,0 +1 @@ +Gitea icon diff --git a/src/img/matrix.png b/src/img/matrix.png deleted file mode 100644 index 9ca178a..0000000 Binary files a/src/img/matrix.png and /dev/null differ diff --git a/src/img/matrix.svg b/src/img/matrix.svg new file mode 100644 index 0000000..a0b2d62 --- /dev/null +++ b/src/img/matrix.svg @@ -0,0 +1 @@ +Matrix icon diff --git a/src/img/opencollective.svg b/src/img/opencollective.svg new file mode 100644 index 0000000..dcf7bd2 --- /dev/null +++ b/src/img/opencollective.svg @@ -0,0 +1 @@ +Open Collective icon diff --git a/src/scss/main.scss b/src/scss/main.scss index 5fb567e..7bb1a57 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -273,14 +273,14 @@ pre { } } -.matrix-icon { +.svg-icon { margin: 0 8px; width: 4em; height: 4em; } @media (max-width: 767.98px) { - .matrix-icon { + .svg-icon { margin: 0 4px; width: 2em; height: 2em;