Add support CDB to footer

This commit is contained in:
rubenwardy 2023-11-17 19:28:05 +00:00
parent d2feddea1e
commit 9184f1bcc0
2 changed files with 18 additions and 9 deletions

@ -31,9 +31,14 @@ You should read
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
for a guide to making mods and games using Minetest.
## How can I support / donate to ContentDB?
You can donate to rubenwardy to cover ContentDB's costs and support future
development.
<h2 id="donate">How can I support / donate to ContentDB?</h2>
<a href="https://rubenwardy.com/donate/" class="btn btn-primary me-1">Donate</a>
You can donate to rubenwardy to cover ContentDB's costs and support future development.
For more information about what the cost of ContentDB and what rubenwardy does, see "Why donate".
<a href="https://rubenwardy.com/donate/" class="btn btn-primary me-1">Why donate</a>
<a href="https://liberapay.com/rubenwardy" class="btn btn-secondary me-1">Liberapay</a>
<a href="https://www.patreon.com/rubenwardy/" class="btn btn-secondary me-1">Patreon</a>
<a href="https://paypal.me/rubenwardy" class="btn btn-secondary me-1">PayPal</a>

@ -247,8 +247,15 @@
</main>
{% endblock %}
<footer class="my-5">
<p class="pt-5 mb-1">
<footer class="my-5 pt-5">
<p>
<a class="btn btn-secondary" href="/about/#donate">
<strong>{{ _("Like ContentDB?") }}</strong><br>
{{ _("Help cover the costs and support future development") }}
</a>
</p>
<p class="pt-3 mb-1">
ContentDB &copy; 2018-23 to <a href="{{ url_for('flatpage', path='about') }}">rubenwardy</a>
</p>
@ -277,10 +284,7 @@
</footer>
<link href="/static/fa/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/static/libs/easymde.min.css">
<script src="/static/libs/bootstrap.min.js?v=2"></script>
<script src="/static/libs/easymde.min.js"></script>
<script src="/static/js/markdowntextarea.js?v=2"></script>
{% block scriptextra %}{% endblock %}
</body>