diff --git a/README.md b/README.md index 7eed4db..aa12456 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ [![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/sp-codes.de/status.svg)](https://ci.sp-codes.de/samuel-p/sp-codes.de) -Website for [sp-codes.de](https://sp-codes.de) +Website for sp-codes.de + +[GitHub](https://github.com/samuel-p/sp-codes.de) +[GitLab](https://gitlab.com/samuel-p/sp-codes.de) ## Additional Header Parameters diff --git a/src/_data/donations.json b/src/_data/donations.json index 87a2ddf..00a010e 100644 --- a/src/_data/donations.json +++ b/src/_data/donations.json @@ -1,6 +1,6 @@ { "banktransfer": { - "number": 3, + "number": 2, "color": "success" }, "cash": { diff --git a/src/_includes/profiles.html b/src/_includes/profiles.html index 8c580be..c7d9e9f 100644 --- a/src/_includes/profiles.html +++ b/src/_includes/profiles.html @@ -2,18 +2,19 @@
- -
+
-
- -
+
+
+
samuel-philipp.de diff --git a/src/de/donate.html b/src/de/donate.html index 05a57c4..7698e0f 100644 --- a/src/de/donate.html +++ b/src/de/donate.html @@ -39,12 +39,12 @@ eleventyNavigation: href="/{{locale}}/imprint">Impressum senden.
Bargeld {{ strings.supporters[locale] }} + src="https://shields.sp-codes.de/badge/{{ strings.supporters[locale] }}-{{ donations.cash.number }}-{{ donations.cash.color }}">
-

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. @@ -72,12 +72,6 @@ eleventyNavigation:
-
-

Eine aktuelle Liste aller eingegangenen Spenden pflege ich hier. -

-
-

1 Bei den geleisteten Zahlungen handelt sich um Schenkungen im Sinne von § 516 BGB, nicht um steuerlich absetzbare Spenden im Sinne des Steuerrechts.

diff --git a/src/de/imprint.html b/src/de/imprint.html index 4f37ae6..53bf3a3 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 1d727b3..3bb732d 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. @@ -70,10 +70,6 @@ eleventyNavigation:
-
-

I maintain a list of all received donations here.

-
-

1 The payments made are donations in terms of § 516 BGB, not tax-deductible donations in terms of tax law.

diff --git a/src/en/imprint.html b/src/en/imprint.html index 2d722a4..36ccc95 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 deleted file mode 100644 index 17188ec..0000000 --- a/src/img/gitea.svg +++ /dev/null @@ -1 +0,0 @@ -Gitea icon diff --git a/src/img/matrix.png b/src/img/matrix.png new file mode 100644 index 0000000..9ca178a Binary files /dev/null and b/src/img/matrix.png differ diff --git a/src/img/matrix.svg b/src/img/matrix.svg deleted file mode 100644 index a0b2d62..0000000 --- a/src/img/matrix.svg +++ /dev/null @@ -1 +0,0 @@ -Matrix icon diff --git a/src/img/opencollective.svg b/src/img/opencollective.svg deleted file mode 100644 index dcf7bd2..0000000 --- a/src/img/opencollective.svg +++ /dev/null @@ -1 +0,0 @@ -Open Collective icon diff --git a/src/scss/main.scss b/src/scss/main.scss index 7bb1a57..5fb567e 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -273,14 +273,14 @@ pre { } } -.svg-icon { +.matrix-icon { margin: 0 8px; width: 4em; height: 4em; } @media (max-width: 767.98px) { - .svg-icon { + .matrix-icon { margin: 0 4px; width: 2em; height: 2em;