18 lines
1.1 KiB
HTML
18 lines
1.1 KiB
HTML
{% extends "base.html" %}
|
||
{% block content %}
|
||
<div class="container">
|
||
<h1>Membership/Donations</h1>
|
||
<p>private.coffee is a non-profit organization. Server infrastructure is financed via donations and membership fees for the official private.coffee association. </p>
|
||
<p>Membership fees are used to cover the costs of server infrastructure, domain names, and other expenses. Donations are used to cover the costs of server infrastructure and other expenses.</p>
|
||
<p> You can support the private.coffee project by joining the association or donating directly: </p>
|
||
<p> Bank Account: private.coffee- Verein yur Förderung von Privatssphäre und digitaler Souverenität</p>
|
||
<p>IBAN: AT35 2081 5000 4554 0812</p>
|
||
<p>BIC: STSPAT2GXXX</p>
|
||
<p>Please tell us via the note to payee how you want your donation to be listed. </p>
|
||
<p>Central Register of Associations (ZVR) Number: 1758485319</p>
|
||
<p>
|
||
For joining the association get in contact via Email:
|
||
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
||
</p>
|
||
</div>
|
||
{% endblock %}
|