From 301368a0df9a3263bd5b0ea9c10168bf57912804 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Fri, 20 Jun 2025 04:51:06 -0700 Subject: [PATCH] Add basic donation statistics to the website --- website/content/donate.md | 41 ++++++++++++++++++++++++++++++++++- website/sass/page/donate.scss | 4 ++++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/website/content/donate.md b/website/content/donate.md index dc53b5f4..b1153494 100644 --- a/website/content/donate.md +++ b/website/content/donate.md @@ -2,7 +2,7 @@ title = "Donate" [extra] -css = ["/page/donate.css", "/component/feature-box.css"] +css = ["/page/donate.css", "/component/feature-box.css", "/component/feature-icons.css"] +++
@@ -26,6 +26,45 @@ css = ["/page/donate.css", "/component/feature-box.css"]

+
+
+ + +
+
+ + +
+
+ + +
+
+ + + Graphite is 100% built and funded by the community. Your contributions directly help us level up the scope and speed of the project's development. Resources are put towards infrastructure, operational costs, swag to keep contributors happy and motivated, and outreach like exhibiting at conventions and traveling to conferences to foster industry relationships. Hiring full-time developers is the next crucial milestone. diff --git a/website/sass/page/donate.scss b/website/sass/page/donate.scss index a7433473..d85c67f7 100644 --- a/website/sass/page/donate.scss +++ b/website/sass/page/donate.scss @@ -21,6 +21,10 @@ } } +.statistics:has(span:empty) { + visibility: hidden; +} + #supporter-memberships, #corporate-sponsorships { .triptych {