add some more details on website

This commit is contained in:
janis
2023-08-16 09:16:58 +02:00
parent c7b097fe23
commit ec7ab0faee

View File

@@ -56,6 +56,16 @@
<a href="/docs/sponsor" class="button">Donate</a>
<a href="/docs/contributing" class="button">Contributing</a>
</div>
<div class="feature">
<h4>Many different payment methods</h4>
<p>libreevent currently officially offers two payment gateways. More can be added at any point using a payment gateway plugin.</p>
<a href="/docs/payments" class="button">Payment gateways</a>
</div>
<div class="feature">
<h4>Secure</h4>
<p>libreevent uses the latest security standards for authentication and data handling, with all passwords always being stored as password hashes.</p>
<a href="/docs/setup/security" class="button">Security best practices</a>
</div>
<div class="feature">
<h4>Plugins</h4>
<p>You may expand the project's capabilities by using plugins or by developing your own plugin.</p>