2024-05-25 16:06:25 +00:00
|
|
|
{% extends "base.html" %} {% block title %}Membership / Donations{% endblock %}
|
2024-05-08 17:24:50 +00:00
|
|
|
{% block content %}
|
2024-05-25 16:06:25 +00:00
|
|
|
<div class="container my-5">
|
|
|
|
<div class="text-center mb-5">
|
|
|
|
<h1 class="special-header fancy-text-primary">Membership/Donations</h1>
|
|
|
|
<p class="lead">
|
|
|
|
Private.coffee is a non-profit organization dedicated to supporting
|
|
|
|
privacy and digital sovereignty. We fund our activities and running
|
|
|
|
infrastructure costs through membership fees. Donations allow us to expand
|
|
|
|
our services and reach more people.
|
feat: update service listings and improve documentation
Swapped the listings for Invidious and Piped, including their descriptions and status, to reflect current service offerings and operational status accurately. Enhanced the UI layout in the base template for better navigation and clarity in service support actions. Membership and donation information has been expanded to include details on statute access, association joining methods, and legal requirements for data storage, emphasizing transparency and community involvement. Privacy policy updates include clarified data collection practices, usage specifics, and storage details, aligning with legal standards and user expectations. Also, terms of service now include provisions against harassment, aligning with community guidelines and safety.
These changes aim to improve user experience, ensure up-to-date information, and highlight the organization's commitment to privacy, transparency, and community safety.
2024-04-26 09:51:46 +00:00
|
|
|
</p>
|
2024-04-14 12:07:45 +00:00
|
|
|
</div>
|
|
|
|
|
2024-05-25 16:06:25 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-4 mb-4">
|
|
|
|
<div class="card shadow-sm">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Membership</h5>
|
|
|
|
<p class="card-text">
|
2024-05-30 09:45:01 +00:00
|
|
|
Membership fees help cover the costs of our day-to-day activities,
|
|
|
|
server infrastructure, domain names, and other running operating
|
|
|
|
expenses. This allows us to provide services to our members and the
|
|
|
|
public.
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
2024-05-30 09:45:01 +00:00
|
|
|
If you're interested in joining our association, get in touch with
|
|
|
|
us for more information.
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-4 mb-4">
|
|
|
|
<div class="card shadow-sm">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Bank Donations</h5>
|
|
|
|
<p class="card-text">
|
2024-05-26 14:28:27 +00:00
|
|
|
Even if you're not a member, you can still support us by making a
|
|
|
|
direct donation to our bank account. Your donation will be used to
|
|
|
|
fund our activities and expand our services.
|
|
|
|
</p>
|
2024-05-28 18:39:35 +00:00
|
|
|
<p class="card-text"><b>Account holder:</b> Private.coffee</p>
|
2024-05-25 16:06:25 +00:00
|
|
|
<p class="card-text"><b>IBAN:</b> AT35 2081 5000 4554 0812</p>
|
|
|
|
<p class="card-text"><b>BIC:</b> STSPAT2GXXX</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-4 mb-4">
|
|
|
|
<div class="card shadow-sm">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Crypto Donations</h5>
|
|
|
|
<p class="card-text">
|
2024-05-26 14:28:27 +00:00
|
|
|
While our expenses are generally in fiat currency, we accept
|
|
|
|
donations in cryptocurrencies, too.
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
2024-05-26 15:40:03 +00:00
|
|
|
<b>Bitcoin (BTC):</b>
|
|
|
|
<code>bc1qnu7r5sed4afacfpgx5za8hsyhaj4rs45dpm26k</code>
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
2024-05-26 14:21:55 +00:00
|
|
|
<b>Monero (XMR):</b>
|
2024-05-26 14:28:27 +00:00
|
|
|
<code
|
|
|
|
>487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS</code
|
|
|
|
>
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
2024-05-26 14:21:55 +00:00
|
|
|
<b>Ethereum (ETH):</b> <code>Coming soon™</code>
|
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
|
|
|
If your client supports OpenAlias, you can just send your donation
|
|
|
|
to <code>private.coffee</code>.
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="card shadow-sm mt-4">
|
|
|
|
<div class="card-body">
|
2024-05-29 13:04:57 +00:00
|
|
|
<h5 class="card-title">Transparency Report for {{ finances_period }}</h5>
|
2024-05-25 16:06:25 +00:00
|
|
|
<p class="card-text">
|
|
|
|
We believe in transparency and accountability. Below is a summary of our
|
2024-05-29 13:04:57 +00:00
|
|
|
income and expenses for the last month, so you can see how your
|
|
|
|
donations are being used.
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
2024-05-29 13:04:57 +00:00
|
|
|
<div class="table-responsive">{{ finances|safe }}</div>
|
2024-06-03 14:12:21 +00:00
|
|
|
<p class="card-text">
|
|
|
|
Want to know how we got here? Check out all of our
|
|
|
|
<a href="/transparency.html">transparency reports</a> for more
|
|
|
|
information.
|
|
|
|
</p>
|
2024-05-25 16:06:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="card shadow-sm mt-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5>Central Register of Associations (ZVR) Number: 1758485319</h5>
|
|
|
|
<p>
|
|
|
|
Our statutes can be found in our Git
|
|
|
|
<a href="https://git.private.coffee/PrivateCoffee/statuten"
|
|
|
|
>in German (legally binding)</a
|
|
|
|
>
|
|
|
|
and
|
|
|
|
<a
|
|
|
|
href="https://git.private.coffee/PrivateCoffee/Statuten/src/branch/english"
|
|
|
|
>in English</a
|
|
|
|
>.
|
|
|
|
</p>
|
|
|
|
<p class="contact-info" id="contact-info">
|
|
|
|
Interested in joining the association? Reach out via
|
|
|
|
<a href="mailto:support@private.coffee">email</a> or
|
|
|
|
<a href="https://matrix.pcof.fi/#/#private.coffee:private.coffee"
|
|
|
|
>Matrix</a
|
|
|
|
>
|
|
|
|
for more information.
|
|
|
|
</p>
|
|
|
|
</div>
|
feat: update service listings and improve documentation
Swapped the listings for Invidious and Piped, including their descriptions and status, to reflect current service offerings and operational status accurately. Enhanced the UI layout in the base template for better navigation and clarity in service support actions. Membership and donation information has been expanded to include details on statute access, association joining methods, and legal requirements for data storage, emphasizing transparency and community involvement. Privacy policy updates include clarified data collection practices, usage specifics, and storage details, aligning with legal standards and user expectations. Also, terms of service now include provisions against harassment, aligning with community guidelines and safety.
These changes aim to improve user experience, ensure up-to-date information, and highlight the organization's commitment to privacy, transparency, and community safety.
2024-04-26 09:51:46 +00:00
|
|
|
</div>
|
2024-04-14 12:03:44 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|