get donations going

This commit is contained in:
sakrecoer 2025-07-11 14:06:38 +02:00
parent 369a690906
commit 60cc0bc9b8
5 changed files with 42 additions and 1 deletions

View file

@ -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;
}
}
}
}

View file

@ -29,10 +29,20 @@
<a class="button" href="{{ .Params.cta.url }}" target="_blank">{{ .Params.cta.label }}</a>
</div>
</div>
{{ end }}
<article class="border now">
<article class="border">
{{ partial "body/newsletter.html" . }}
</article>
<article class="border support">
<h4>𝕾𝖚𝖕𝖕𝖔𝖗𝖙 𝖙𝖍𝖊 𝕮𝖆𝖚𝖘𝖊</h4>
<p>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!</p>
<p>You know, get the sysadmins a root-beer or some shiet.</p>
<a href=""><img src="/2025/images/Bitcoin-Logo.png" /></a>
<a href=""><img src="/2025/images/liberapay.png" /></a>
<a href=""><img src="/2025/images/kofi.png" /></a>
<p>Spank you very much! 💘</p>
</article>
<div class="section-footers"></div>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB