mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-24 11:51:27 -08:00
13 lines
598 B
HTML
13 lines
598 B
HTML
|
{% extends 'themes/' + theme() + '/base.html' %}
|
||
|
|
||
|
{% block app_content %}
|
||
|
<h1>{{ _('Donate') }}</h1>
|
||
|
<p>PieFed is free and open-source software while operating without any advertising, monetization, or reliance on
|
||
|
venture capital. Your contributions are vital in supporting the PieFed development effort,
|
||
|
allowing us to expand and enhance PieFed with new features.</p>
|
||
|
|
||
|
<div class="btn-group btn-group-lg" role="group" aria-label="Donation options">
|
||
|
<a type="button" class="btn btn-outline-primary" href="https://www.patreon.com/PieFed">Donate using Patreon</a>
|
||
|
</div>
|
||
|
{% endblock %}
|