diff --git a/themes/basspistol2025/assets/css/style.css b/themes/basspistol2025/assets/css/style.css index c7e4010..96af19a 100644 --- a/themes/basspistol2025/assets/css/style.css +++ b/themes/basspistol2025/assets/css/style.css @@ -270,6 +270,26 @@ time { margin: 2px 4px; } + .support { + + display: flex; + flex-wrap: wrap; + justify-content: space-between; + + h4, p { + flex: 1 1 100%; + } + + p { + font-size: .75em; + } + + img { + margin: 20px 0; + } + + } + figure, div { flex: 1 1 300px; } @@ -421,6 +441,17 @@ justify-content: space-between; margin-right: 0px; margin-bottom: 20px; } + + .support { + + h4 { + font-size: 1em; + } + + p { + font-size: .75em; + } + } } } diff --git a/themes/basspistol2025/layouts/partials/body/now.html b/themes/basspistol2025/layouts/partials/body/now.html index f8e1210..2e0d85f 100644 --- a/themes/basspistol2025/layouts/partials/body/now.html +++ b/themes/basspistol2025/layouts/partials/body/now.html @@ -29,10 +29,20 @@ {{ .Params.cta.label }} + {{ end }} -
+
{{ partial "body/newsletter.html" . }}
+
+

𝕾𝖚𝖕𝖕𝖔𝖗𝖙 𝖙𝖍𝖊 𝕮𝖆𝖚𝖘𝖊

+

Basspistol doesn't really need your support, but it's always nice to soften the edges of the server costs. If you feel so inclined, you can contribute to the cause by donating in Bitcoin (Satoshis over Lightning) or Petro-Euros via Liberapay and Ko-Fi!

+

You know, get the sysadmins a root-beer or some shiet.

+ + + +

Spank you very much! 💘

+
diff --git a/themes/basspistol2025/static/images/Bitcoin-Logo.png b/themes/basspistol2025/static/images/Bitcoin-Logo.png new file mode 100644 index 0000000..d26150a Binary files /dev/null and b/themes/basspistol2025/static/images/Bitcoin-Logo.png differ diff --git a/themes/basspistol2025/static/images/kofi.png b/themes/basspistol2025/static/images/kofi.png new file mode 100644 index 0000000..dc03a8b Binary files /dev/null and b/themes/basspistol2025/static/images/kofi.png differ diff --git a/themes/basspistol2025/static/images/liberapay.png b/themes/basspistol2025/static/images/liberapay.png new file mode 100644 index 0000000..39a4dd8 Binary files /dev/null and b/themes/basspistol2025/static/images/liberapay.png differ