feat(index.html): Update membership CTA messaging

Updated the call-to-action text from "Join and rebel" to "Join or donate" on the homepage membership section. This change aims to communicate a more inclusive and supportive stance towards potential members, encouraging broader participation in the open source community. The adjustment reflects a strategic shift to emphasize collaboration and support over confrontation.
This commit is contained in:
Kumi 2024-06-07 18:13:00 +02:00
parent e37aff88a3
commit 1032650185
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -62,7 +62,7 @@
<div class="col mb-4">
<div class="card bg-primary-subtle">
<div class="card-body text-center px-4 py-5 px-md-5">
<p class="fw-bold text-primary card-text mb-2">Join and rebel</p>
<p class="fw-bold text-primary card-text mb-2">Join and support us</p>
<h5 class="fw-bold card-title mb-3">Be a part of the open source community!</h5><a class="btn btn-primary btn-sm" href="/membership.html">Learn more</a>
</div>
</div>