feat(membership info): Refine membership details

Updated the membership section in `membership.html` to provide a clearer and more comprehensive explanation of how membership fees are utilized, emphasizing support for day-to-day activities and services for members and the public. Additionally, modified the call to action for joining, inviting prospective members to contact us for more information instead of direct solicitation to join. This change better outlines the value and purpose behind membership fees and encourages engagement through personal interaction.

These updates aim to enhance transparency regarding fund usage and to foster a more personalized connection with potential members, which could improve member recruitment and retention rates.
This commit is contained in:
Kumi 2024-05-30 11:45:01 +02:00
parent 45e6b36260
commit 756524b118
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -17,15 +17,15 @@
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Membership</h5> <h5 class="card-title">Membership</h5>
<p class="card-text"> <p class="card-text">
Membership fees help cover the costs of our activities, server Membership fees help cover the costs of our day-to-day activities,
infrastructure, domain names, and other running operating expenses. server infrastructure, domain names, and other running operating
Donations allow us to pay for one-time expenses like software expenses. This allows us to provide services to our members and the
public.
</p> </p>
<p class="card-text"> <p class="card-text">
Supporting the Private.coffee project is possible by joining our If you're interested in joining our association, get in touch with
association or by making a direct donation. us for more information.
</p> </p>
<a href="#" class="btn btn-primary">Join Us</a>
</div> </div>
</div> </div>
</div> </div>