From 160711ed93d8593d47d2bda6cc573f7a29a08cfc Mon Sep 17 00:00:00 2001
From: Naomi Carrigan
Date: Fri, 9 Jan 2026 18:08:50 -0800
Subject: [PATCH] feat: donation hero cta
---
site/index.html | 81 ++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 76 insertions(+), 5 deletions(-)
diff --git a/site/index.html b/site/index.html
index 2b1a9fd..7746afa 100644
--- a/site/index.html
+++ b/site/index.html
@@ -140,12 +140,18 @@
.cta-button i {
margin-right: 0.5rem;
}
+
+ .hero-grid {
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 1rem;
+ }
.hero-cta {
text-align: center;
margin: 2rem 0;
padding: 2rem;
- background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
+ background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%) !important;
border-radius: 16px;
color: white;
box-sizing: border-box;
@@ -280,6 +286,13 @@
text-align: center;
}
}
+
+ @media (max-width: 720px) {
+ .hero-grid {
+ grid-template-columns: 1fr;
+ gap: 0;
+ }
+ }
/* Animation for fade-in */
@keyframes fadeIn {
@@ -570,6 +583,19 @@
color: var(--foreground);
}
+ /* Donation CTA card dark mode support */
+ html.is-dark .card[style*="background: linear-gradient(135deg, #10b981"],
+ html.is-dark .card[style*="background:linear-gradient(135deg, #10b981"] {
+ background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
+ border-color: #059669 !important;
+ }
+
+ html.is-dark .card[style*="background: linear-gradient(135deg, #10b981"] .stat-card,
+ html.is-dark .card[style*="background:linear-gradient(135deg, #10b981"] .stat-card {
+ background: rgba(30, 30, 30, 0.95) !important;
+ border-color: #404040;
+ }
+
@media (max-width: 768px) {
.testimonials-preview {
grid-template-columns: 1fr;
@@ -600,8 +626,9 @@
+
-
+
Ready to Join an Amazing Community?
Connect with developers, get mentorship, and be part of an inclusive tech community. No application needed - just click and join!
@@ -609,11 +636,20 @@
Join Discord Community
-
- Support Us
-
+
+
+ Support Our Mission
+
+ Help us continue building inclusive tech communities. Your support keeps our 50+ products running and enables countless pro-bono services.
+
+
+ Donate Now
+
+
+
+
Need to know more about us before joining? That's okay! Let us properly introduce ourselves...
@@ -941,6 +977,41 @@
+
+
+ Support Our Mission
+
+ Help us continue building inclusive tech communities and providing free, open-source tools for everyone.
+
+
+
+
+
$250-$500
+
Monthly Operating Costs
+
+
+
+
50+
+
Products Offered
+
+
+
+
Countless
+
Pro-Bono Services
+
+
+
+
+ Your support helps us maintain our infrastructure, develop new features, and continue offering free services to communities worldwide.
+
+
+
+
+ Donate Now
+
+
+
+
Frequently Asked Questions