get donations going
This commit is contained in:
parent
369a690906
commit
60cc0bc9b8
5 changed files with 42 additions and 1 deletions
|
|
@ -270,6 +270,26 @@ time {
|
||||||
margin: 2px 4px;
|
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 {
|
figure, div {
|
||||||
flex: 1 1 300px;
|
flex: 1 1 300px;
|
||||||
}
|
}
|
||||||
|
|
@ -421,6 +441,17 @@ justify-content: space-between;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.support {
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-size: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,10 +29,20 @@
|
||||||
<a class="button" href="{{ .Params.cta.url }}" target="_blank">{{ .Params.cta.label }}</a>
|
<a class="button" href="{{ .Params.cta.url }}" target="_blank">{{ .Params.cta.label }}</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<article class="border now">
|
<article class="border">
|
||||||
{{ partial "body/newsletter.html" . }}
|
{{ partial "body/newsletter.html" . }}
|
||||||
</article>
|
</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>
|
<div class="section-footers"></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
BIN
themes/basspistol2025/static/images/Bitcoin-Logo.png
Normal file
BIN
themes/basspistol2025/static/images/Bitcoin-Logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
themes/basspistol2025/static/images/kofi.png
Normal file
BIN
themes/basspistol2025/static/images/kofi.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4 KiB |
BIN
themes/basspistol2025/static/images/liberapay.png
Normal file
BIN
themes/basspistol2025/static/images/liberapay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue