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">
|
|
|
|
Private.coffee - Verein zur Förderung von Privatsphäre und digitaler
|
|
|
|
Souveränität
|
|
|
|
</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">
|
|
|
|
While our expenses are in fiat currency, we accept donations in
|
|
|
|
cryptocurrencies, too.
|
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
|
|
|
<b>Bitcoin (BTC):</b> ___________________________________________
|
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
2024-05-25 19:38:05 +00:00
|
|
|
<b>Monero (XMR):</b> 487Ny4iBk2pKGJwjyYrumFD8xFmrS6jCSXNA8e5EvVJ49GyS54CRDVz514MBnXgNT1EioKYiagHs33sLzUAFj8i3Pwg3AMS
|
2024-05-25 16:06:25 +00:00
|
|
|
</p>
|
|
|
|
<p class="card-text">
|
|
|
|
<b>Ethereum (ETH):</b> ___________________________________________
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="card shadow-sm mt-4">
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Transparency Report</h5>
|
|
|
|
<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-25 19:33:30 +00:00
|
|
|
|
2024-05-25 16:06:25 +00:00
|
|
|
<table class="table table-bordered">
|
|
|
|
<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>
|
|
|
|
<tr>
|
|
|
|
<td>Membership Fees</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td>+ €5,000</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Donations</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td>+ €3,200</td>
|
|
|
|
<td>+ 500 BTC</td>
|
|
|
|
<td>+ 700 ETH</td>
|
|
|
|
<td>+ 300 XMR</td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Server Costs</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td>- €2,800</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Domain Names</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td>- €400</td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
|
|
|
<td></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Operating Expenses</td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td>- €1,200</td>
|
|
|
|
<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-25 19:33:30 +00:00
|
|
|
<td><b>€9,700</b></td>
|
|
|
|
<td><b>500 BTC</b></td>
|
|
|
|
<td><b>700 ETH</b></td>
|
|
|
|
<td><b>300 XMR</b></td>
|
2024-05-25 16:06:25 +00:00
|
|
|
</tr>
|
|
|
|
<tr class="table-secondary">
|
|
|
|
<td><b>Total Expenses</b></td>
|
|
|
|
<td><b>€4,400</b></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 class="table-secondary">
|
|
|
|
<td><b>Account Balance (end of month)</b></td>
|
2024-05-25 19:33:30 +00:00
|
|
|
<td><b>€5,300</b></td>
|
|
|
|
<td><b>500 BTC</b></td>
|
|
|
|
<td><b>700 ETH</b></td>
|
|
|
|
<td><b>300 XMR</b></td>
|
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 %}
|