Made stuff _pretty_.
This commit is contained in:
parent
d90ca5bd6a
commit
deb8cb74bd
2 changed files with 37 additions and 10 deletions
|
@ -40,4 +40,26 @@ footer a {
|
|||
|
||||
.title-font {
|
||||
font-family: 'Dancing Script', cursive;
|
||||
}
|
||||
}
|
||||
|
||||
.donation-details, .zvr-number, .contact-info {
|
||||
background: #ffb6c1;
|
||||
padding: 15px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.contact-info a {
|
||||
color: #005a87;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.contact-info a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.zvr-number {
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -2,16 +2,21 @@
|
|||
{% 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>private.coffee is a non-profit organization dedicated to supporting privacy and digital sovereignty. We fund our server infrastructure through donations and membership fees.</p>
|
||||
<p>Membership fees help cover the costs of server infrastructure, domain names, and other operating expenses. Likewise, all donations contribute towards these ongoing costs.</p>
|
||||
<p>Supporting the private.coffee project is possible by joining our association or by making a direct donation.</p>
|
||||
|
||||
<div class="donation-details">
|
||||
<p>Bank Account: private.coffee - Verein zur Förderung von Privatsphäre und digitaler Souveränitä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:
|
||||
<p>For donation listing preferences, please specify in the note to payee.</p>
|
||||
</div>
|
||||
|
||||
<p class="zvr-number">Central Register of Associations (ZVR) Number: 1758485319</p>
|
||||
|
||||
<p class="contact-info">
|
||||
Interested in joining the association? Reach out via email:
|
||||
<a href="mailto:support@private.coffee">support@private.coffee</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue