🔥 Remove "Support Ukraine" banner

Not  because it  is  "old".  But because,  sadly,  there  are so  many
cruelties going  on at  the moment  that it no  longer feels  right to
highlight just one. And making every page  of this site a long list of
current disasters is also not a good way forward.

Let's all hope for a brighter tomorrow!
This commit is contained in:
Marcel Kapfer 2023-12-05 21:20:00 +01:00
parent a27b27c3b9
commit 5833a8ede8
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 0 additions and 20 deletions

View File

@ -7,7 +7,6 @@
{{- partial "header.html" . -}}
<main>
{{- block "main" . }}{{- end }}
{{- partial "support-ukraine.html" -}}
</main>
<footer>
{{- partial "footer.html" . -}}

View File

@ -1,19 +0,0 @@
<div style="border: 3px solid red; margin-top: 40px; padding: 20px; border-radius: 20px">
<p style="margin-top: 0; padding: 10px">
<strong>
There are currently more important things than this page.
Please take a moment to show your support for Ukraine.
</strong>
</p>
<figure>
<img src="/support-ukraine.svg" alt="Ukrainian flag with dove and text: SUPPORT UKRAINE END WAR">
</figure>
<p style="font-weight: bold; text-align: center; color: red; margin-bottom: 0">
<a class="btn" style="color: red; border-color: red; display: block; padding: 0" href="https://supportukrainenow.org" target="blank">
Find out how YOU can help!
</a>
</p>
</div>