refactor: nouvelle identité visuelle, design plat et affirmé
Remplace les codes visuels generiques (degrades animes, icones flottantes, cartes glassmorphiques, coins organiques) par un systeme graphique sobre et institutionnel : aplats de couleur, bandeau 'drapeau' OKI, typographie Archivo/Inter, cartes a bordure d'accent. Les couleurs de marque sont inchangees.
This commit is contained in:
@@ -1,23 +1,19 @@
|
||||
<section id="dons" class="support">
|
||||
<div class="section-container">
|
||||
<h2>Nous <span class="accent-text">Soutenir</span></h2>
|
||||
<p style="font-size: 1.3rem; margin-bottom: 1rem;">
|
||||
<p class="support-lede">
|
||||
Chaque like, chaque partage, chaque don compte pour construire cet internet-là
|
||||
</p>
|
||||
<p style="font-size: 1.1rem; margin-bottom: 3rem; opacity: 0.9;">
|
||||
<p class="support-lede-secondary">
|
||||
Celui où nos ancêtres ne seraient pas effacés par des algorithmes aveugles. Celui où une jeune fille de Lapwent (Pointe-à-Pitre) peut lancer un média en langue dite "créole", sans demander la permission à une multinationale.
|
||||
</p>
|
||||
|
||||
<!-- Donation Options Container -->
|
||||
<div style="max-width: 900px; margin: 0 auto;">
|
||||
<div class="donation-panels">
|
||||
|
||||
<!-- One-time Donations -->
|
||||
<div style="background: rgba(232, 166, 37, 0.1); border-radius: 20px; padding: 2rem; margin-bottom: 2rem;">
|
||||
<h3 style="color: var(--or-oki); margin-bottom: 1.5rem; text-align: center;">
|
||||
💸 Don ponctuel
|
||||
</h3>
|
||||
<div class="support-panel support-panel--primary">
|
||||
<h3>Don ponctuel</h3>
|
||||
|
||||
<div class="donation-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 1rem; margin-bottom: 1.5rem;">
|
||||
<div class="donation-grid">
|
||||
<a href="https://don.o-k-i.net/b/aEUdTw5SD3SH7m0bII" class="donation-amount" target="_blank" rel="noopener noreferrer">
|
||||
1€
|
||||
</a>
|
||||
@@ -36,24 +32,21 @@
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<label style="display: block; margin-bottom: 1rem; color: var(--blanc-creme);">Montant personnalisé :</label>
|
||||
<label class="donation-form-label">Montant personnalisé :</label>
|
||||
<div class="custom-donation-form">
|
||||
<input type="number" id="customAmountOneTime" placeholder="Montant" min="1" class="custom-amount-input">
|
||||
<span class="currency-symbol">€</span>
|
||||
<button onclick="handleCustomDonation('oneTime')" class="custom-donation-btn custom-donation-btn-primary" onmouseover="this.style.transform='translateY(-2px)'" onmouseout="this.style.transform=''">
|
||||
<button onclick="handleCustomDonation('oneTime')" class="custom-donation-btn custom-donation-btn-primary">
|
||||
Donner
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Monthly Donations -->
|
||||
<div style="background: rgba(0, 168, 84, 0.1); border-radius: 20px; padding: 2rem;">
|
||||
<h3 style="color: var(--vert-oki); margin-bottom: 1.5rem; text-align: center;">
|
||||
⭐ Don mensuel
|
||||
</h3>
|
||||
<div class="support-panel support-panel--secondary">
|
||||
<h3>Don mensuel</h3>
|
||||
|
||||
<div class="donation-grid" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 1rem; margin-bottom: 1.5rem;">
|
||||
<div class="donation-grid">
|
||||
<a href="https://don.o-k-i.net/b/7sI9Dgch14WL7m0fZ3" class="donation-amount monthly" target="_blank" rel="noopener noreferrer">
|
||||
1€/mois
|
||||
</a>
|
||||
@@ -72,11 +65,11 @@
|
||||
</div>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<label style="display: block; margin-bottom: 1rem; color: var(--blanc-creme);">Montant mensuel personnalisé :</label>
|
||||
<label class="donation-form-label">Montant mensuel personnalisé :</label>
|
||||
<div class="custom-donation-form">
|
||||
<input type="number" id="customAmountMonthly" placeholder="Montant" min="1" class="custom-amount-input custom-amount-input-monthly">
|
||||
<span class="currency-symbol">€/mois</span>
|
||||
<button onclick="handleCustomDonation('monthly')" class="custom-donation-btn custom-donation-btn-secondary" onmouseover="this.style.transform='translateY(-2px)'" onmouseout="this.style.transform=''">
|
||||
<button onclick="handleCustomDonation('monthly')" class="custom-donation-btn custom-donation-btn-secondary">
|
||||
S'abonner
|
||||
</button>
|
||||
</div>
|
||||
@@ -85,62 +78,35 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Alternative Donation Methods -->
|
||||
<div style="margin-top: 3rem;">
|
||||
<h3 style="text-align: center; color: var(--or-oki); margin-bottom: 2rem; font-size: 1.5rem;">
|
||||
<div class="alt-donation-section">
|
||||
<h3 class="alt-donation-title">
|
||||
Autres moyens de nous soutenir
|
||||
</h3>
|
||||
|
||||
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; max-width: 700px; margin: 0 auto;">
|
||||
|
||||
<!-- Liberapay -->
|
||||
<a href="https://liberapay.com/OKI/donate" target="_blank" rel="noopener noreferrer" style="
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
padding: 2rem;
|
||||
background: rgba(242, 179, 54, 0.1);
|
||||
border: 2px solid #F2B336;
|
||||
border-radius: 15px;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 10px 30px rgba(242, 179, 54, 0.3)'" onmouseout="this.style.transform=''; this.style.boxShadow=''">
|
||||
<div style="font-size: 3rem;">💛</div>
|
||||
<h4 style="color: #F2B336; font-size: 1.3rem; margin: 0;">Liberapay</h4>
|
||||
<p style="color: var(--blanc-creme); text-align: center; margin: 0; font-size: 0.95rem;">
|
||||
<div class="alt-donation-grid">
|
||||
<a href="https://liberapay.com/OKI/donate" target="_blank" rel="noopener noreferrer" class="alt-donation-card alt-donation-card--liberapay">
|
||||
<div class="alt-donation-icon">💛</div>
|
||||
<h4>Liberapay</h4>
|
||||
<p>
|
||||
Soutenez-nous via Liberapay, une plateforme libre et éthique
|
||||
</p>
|
||||
</a>
|
||||
|
||||
<!-- Ko-fi -->
|
||||
<a href="https://ko-fi.com/J3J5TOZPI" target="_blank" rel="noopener noreferrer" style="
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
padding: 2rem;
|
||||
background: rgba(255, 93, 93, 0.1);
|
||||
border: 2px solid #FF5E5B;
|
||||
border-radius: 15px;
|
||||
text-decoration: none;
|
||||
transition: all 0.3s ease;
|
||||
" onmouseover="this.style.transform='translateY(-5px)'; this.style.boxShadow='0 10px 30px rgba(255, 93, 93, 0.3)'" onmouseout="this.style.transform=''; this.style.boxShadow=''">
|
||||
<div style="font-size: 3rem;">☕</div>
|
||||
<h4 style="color: #FF5E5B; font-size: 1.3rem; margin: 0;">Ko-fi</h4>
|
||||
<p style="color: var(--blanc-creme); text-align: center; margin: 0; font-size: 0.95rem;">
|
||||
<a href="https://ko-fi.com/J3J5TOZPI" target="_blank" rel="noopener noreferrer" class="alt-donation-card alt-donation-card--kofi">
|
||||
<div class="alt-donation-icon">☕</div>
|
||||
<h4>Ko-fi</h4>
|
||||
<p>
|
||||
Offrez-nous un café sur Ko-fi pour nous encourager
|
||||
</p>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="text-align: center; margin-top: 3rem; padding: 1.5rem; background: rgba(0, 0, 0, 0.3); border-radius: 15px;">
|
||||
<p style="font-size: 0.95rem; margin-bottom: 0.5rem;">
|
||||
🔒 Les dons directs (montants ci-dessus) sont sécurisés par <a href="https://stripe.com/" target="_blank" style="color: var(--or-oki); text-decoration: none;">Stripe</a>.
|
||||
<div class="security-note">
|
||||
<p>
|
||||
Les dons directs (montants ci-dessus) sont sécurisés par <a href="https://stripe.com/" target="_blank">Stripe</a>.
|
||||
</p>
|
||||
<p style="font-size: 0.9rem; opacity: 0.8;">
|
||||
<p>
|
||||
Liberapay et Ko-fi utilisent leurs propres systèmes de paiement sécurisés.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user