feat: page de dons bilingue et retrait de la section de l'accueil

This commit is contained in:
2026-07-07 11:13:47 +04:00
parent 9425f25442
commit 8dac00d692
8 changed files with 40 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
---
layout: layouts/base.njk
title: Donate
description: Support ORGANISATION KA INTERNATIONALE with a one-time or monthly donation through Stripe, Liberapay or Ko-fi.
---
<section class="press-hero">
<h1>{{ t.support.section_title }} <span class="accent-text">{{ t.support.section_title_accent }}</span></h1>
<p class="press-lede">{{ t.support.lede }}</p>
</section>
{% include "partials/support.njk" %}
-1
View File
@@ -10,7 +10,6 @@ layout: layouts/base.njk
{% include "partials/hosting.njk" %}
{% include "partials/clients.njk" %}
{% include "partials/fediverse.njk" %}
{% include "partials/support.njk" %}
{% include "partials/faq.njk" %}
{% include "partials/engagement.njk" %}
{% include "partials/contact.njk" %}