donate links

This commit is contained in:
rimu 2024-01-05 14:54:45 +13:00
parent 39ca00cb8e
commit 41cc3de80d
3 changed files with 22 additions and 20 deletions

View file

@ -86,10 +86,12 @@
<li class="nav-item"><a class="nav-link" href="/communities">{{ _('Communities') }}</a></li>
<li class="nav-item"><a class="nav-link" href="/auth/login">{{ _('Log in') }}</a></li>
<li class="nav-item"><a class="nav-link" href="/auth/register">{{ _('Register') }}</a></li>
<li class="nav-item"><a class="nav-link" href="https://liberapay.com/PieFed/donate">{{ _('Donate') }}</a></li>
{% else %}
<li class="nav-item"><a class="nav-link" href="/">{{ _('Home') }}</a></li>
<li class="nav-item"><a class="nav-link" href="/communities">{{ _('Communities') }}</a></li>
<li class="nav-item"><a class="nav-link" href="/u/{{ current_user.user_name }}">{{ _('Account') }}</a></li>
<li class="nav-item"><a class="nav-link" href="https://liberapay.com/PieFed/donate">{{ _('Donate') }}</a></li>
{% if user_access('change instance settings', current_user.id) %}
<li class="nav-item"><a class="nav-link" href="/admin/">{{ _('Admin') }}</a></li>
{% endif %}
@ -119,6 +121,8 @@
</div>
<footer class="footer mt-auto">
<p id="timeSpent" class="text-center mt-4" title="This is how long you have spent using PieFed during this month. We hope this use of your time aligns with your priorities and values."></p>
<p class="text-center mt-4"><a href="https://liberapay.com/PieFed/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
<p class="text-center"><a href="https://patreon.com/PieFed">Donate with Patreon</a></p>
</footer>
{% endblock %}

View file

@ -1,19 +1,15 @@
<p><a href="https://piefed.social/"><img src="https://piefed.social/static/images/logo2.png" style="max-width: 100%; margin-bottom: 20px;" width="50" height="50" alt="PieFed logo" /></a></p>
<p>Hello {{ first_name }} and welcome!</p>
<p>I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up.</p>
<p>As this software is still being developed I need your feedback and ideas for how to improve it. You will notice
broken things and missing functionality - please let me know what you find by replying to this email. Screenshots are
often very helpful.</p>
<p>If you are technically-minded, you can report issues in <a href="https://codeberg.org/rimu/pyfedi/issues">the Codeberg issue tracker</a>.
If you are a Python developer and would like to contribute, <a href="https://join.piefed.social/">check out the
project site for more information</a> or <a href="https://codeberg.org/rimu/pyfedi/">browse the code repository</a>.</p>
<!--
<p>I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running:</p>
<ol>
<li>Helpful resources goes here</li>
</ol>
<p>I hope this helps. For more information please see <a href="https://piefed.social/faq.php">the FAQ</a> or ask me anything by replying to this email.</p>
-->
<p>Hey there and welcome aboard!</p>
<p>I'm Rimu, the founder of PieFed, and I'm super grateful for your sign-up.</p>
<p>As PieFed is still in an early development phase, your thoughts and ideas mean the world to me. You might stumble upon a
few hiccups or notice some missing bits here and there — that's totally expected. Just hit reply to this email and
let me know what's up. Screenshots, if you've got 'em, will make a world of difference!</p>
<p>If you are technically-minded, reporting issues on the <a href="https://codeberg.org/rimu/pyfedi/issues">Codeberg
issue tracker</a> would be awesome. And hey, if Python's
your jam and you're keen to pitch in, <a href="https://join.piefed.social/">check out the project site</a> or
delve into <a href="https://codeberg.org/rimu/pyfedi/">the code repository</a> for more info.</p>
<p>PieFed is entirely self-funded so <a class="nav-link" href="https://liberapay.com/PieFed/donate">donations are much
appreciated</a> (<a href="https://patreon.com/PieFed">Patreon link</a>).</p>
<p>Warm regards,</p>
<p>Rimu Atkinson<br />
Founder</p>

View file

@ -2,13 +2,15 @@ Hello {{ first_name }} and welcome!
I'm Rimu, the founder of PieFed and I'd like to personally thank you for signing up.
I'd also like to give you the tools and information you need to get the most out of it. Let's get you up and running:
As PieFed is still in an early development phase, your thoughts and ideas mean the world to me. You might stumble upon a
few hiccups or notice some missing bits here and there — that's totally expected. Just hit reply to this email and
let me know what's up. Screenshots, if you've got 'em, will make a world of difference!
1. Project background: https://join.piefed.social/
2. Project source code: https://codeberg.org/rimu/pyfedi/
3. Issue tracker: https://codeberg.org/rimu/pyfedi/issues
If you are technically-minded, reporting issues on the Codeberg issue tracker at https://codeberg.org/rimu/pyfedi/issues
would be awesome. And hey, if Python's your jam and you're keen to pitch in, check out the project site https://join.piefed.social/
or delve into the code repository https://codeberg.org/rimu/pyfedi/ for more info.
I hope this helps. For more information please see the FAQ at https://piefed.social/faq.php or ask me anything by replying to this email.
PieFed is entirely self-funded so donations are much appreciated https://liberapay.com/PieFed/donate.
Warm regards,