mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-05 20:57:28 +01:00
Add support CDB to footer
This commit is contained in:
parent
d2feddea1e
commit
9184f1bcc0
@ -31,9 +31,14 @@ You should read
|
|||||||
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
|
[the official Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/)
|
||||||
for a guide to making mods and games using Minetest.
|
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
|
<h2 id="donate">How can I support / donate to ContentDB?</h2>
|
||||||
development.
|
|
||||||
|
|
||||||
<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>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<footer class="my-5">
|
<footer class="my-5 pt-5">
|
||||||
<p class="pt-5 mb-1">
|
<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 © 2018-23 to <a href="{{ url_for('flatpage', path='about') }}">rubenwardy</a>
|
ContentDB © 2018-23 to <a href="{{ url_for('flatpage', path='about') }}">rubenwardy</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -277,10 +284,7 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<link href="/static/fa/css/all.css" rel="stylesheet">
|
<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/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 %}
|
{% block scriptextra %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user