privatecoffee-website/templates/membership.html

19 lines
1.1 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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 %}