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">
|
|
|
|
Membership fees help cover the costs of our activities, server
|
|
|
|
infrastructure, domain names, and other running operating expenses.
|
|
|
|
Donations allow us to pay for one-time expenses like software
|
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
|
|
|
Supporting the Private.coffee project is possible by joining our
|
|
|
|
association or by making a direct donation.
|
|
|
|
</p>
|
|
|
|
<a href="#" class="btn btn-primary">Join Us</a>
|
|
|
|
</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>
|
|
|
|
<p class="card-text">
|
|
|
|
<b>Account holder:</b> Private.coffee - Verein zur Förderung von
|
|
|
|
Privatsphäre und digitaler Souveränität
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<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-26 15:40:03 +00:00
|
|
|
<h5 class="card-title">Transparency Report for May 2024</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
|
|
|
|
income and expenses for the last month.
|
|
|
|
</p>
|
|
|
|
<div class="table-responsive">
|
2024-05-26 15:40:03 +00:00
|
|
|
<table class="table table-bordered table-transparency">
|
2024-05-25 16:06:25 +00:00
|
|
|
<thead class="table-light">
|
|
|
|
<tr>
|
|
|
|
<th scope="col">Category</th>
|
2024-05-25 19:33:30 +00:00
|
|
|
<th class="currency-col" scope="col">Euros (€)</th>
|
|
|
|
<th class="currency-col" scope="col">Bitcoin (BTC)</th>
|
|
|
|
<th class="currency-col" scope="col">Ethereum (ETH)</th>
|
|
|
|
<th class="currency-col" scope="col">Monero (XMR)</th>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
2024-05-26 15:40:03 +00:00
|
|
|
<tr>
|
|
|
|
<td>Account Balance (start of month)</td>
|
2024-05-26 15:41:15 +00:00
|
|
|
<td>+ €112.33</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td>0 BTC</td>
|
|
|
|
<td>0 ETH</td>
|
|
|
|
<td>0 XMR</td>
|
|
|
|
</tr>
|
2024-05-25 16:06:25 +00:00
|
|
|
<tr>
|
|
|
|
<td>Membership Fees</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td>+ €365.00</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Donations</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td></td>
|
|
|
|
<td>+ 0.00043400 BTC</td>
|
|
|
|
<td></td>
|
|
|
|
<td>+ 0.447661805527 XMR</td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Server Costs</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td>- €424.65</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Domain Names</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td></td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Operating Expenses</td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td></td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Conversions</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="table-secondary">
|
|
|
|
<td><b>Total Income</b></td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td><b>+ €365.00</b></td>
|
|
|
|
<td><b>+ 0.00043400 BTC</b></td>
|
2024-05-26 15:41:51 +00:00
|
|
|
<td><b>0 ETH</b></td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td><b>+ 0.447661805527 XMR</b></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="table-secondary">
|
|
|
|
<td><b>Total Expenses</b></td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td><b>- €424.65</b></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="table-secondary">
|
|
|
|
<td><b>Account Balance (end of month)</b></td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td><b>+ €52.68</b></td>
|
2024-05-26 15:43:33 +00:00
|
|
|
<td><b>+ 0.00043400 BTC</b></td>
|
2024-05-26 15:40:03 +00:00
|
|
|
<td><b>0 ETH</b></td>
|
|
|
|
<td><b>+ 0.447661805527 XMR</b></td>
|
2024-05-26 14:21:55 +00:00
|
|
|
</tr>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</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 %}
|