diff --git a/README.md b/README.md index aa12456..7eed4db 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,7 @@ [![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 - -[GitHub](https://github.com/samuel-p/sp-codes.de) -[GitLab](https://gitlab.com/samuel-p/sp-codes.de) +Website for [sp-codes.de](https://sp-codes.de) ## Additional Header Parameters diff --git a/src/_data/donations.json b/src/_data/donations.json index 00a010e..87a2ddf 100644 --- a/src/_data/donations.json +++ b/src/_data/donations.json @@ -1,6 +1,6 @@ { "banktransfer": { - "number": 2, + "number": 3, "color": "success" }, "cash": { 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 7698e0f..05a57c4 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,6 +72,12 @@ 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 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 3bb732d..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. @@ -70,6 +70,10 @@ 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 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;