From 6a044697c2fe414af06ee5d2e98f3ea568272720 Mon Sep 17 00:00:00 2001 From: Jay Miller Date: Wed, 1 Jan 2025 23:13:17 -0500 Subject: [PATCH] add supporters.json --- Gemfile.lock | 20 +++---- _data/foundational_supporters.json | 27 +++++++++ support.html | 90 +++++++++++++++++++++--------- 3 files changed, 102 insertions(+), 35 deletions(-) create mode 100644 _data/foundational_supporters.json diff --git a/Gemfile.lock b/Gemfile.lock index b4dd9b2..e981657 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,16 +45,16 @@ GEM logger faraday-net_http (3.4.0) net-http (>= 0.5.0) - ffi (1.17.0-aarch64-linux-gnu) - ffi (1.17.0-aarch64-linux-musl) - ffi (1.17.0-arm-linux-gnu) - ffi (1.17.0-arm-linux-musl) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86-linux-gnu) - ffi (1.17.0-x86-linux-musl) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) - ffi (1.17.0-x86_64-linux-musl) + ffi (1.17.1-aarch64-linux-gnu) + ffi (1.17.1-aarch64-linux-musl) + ffi (1.17.1-arm-linux-gnu) + ffi (1.17.1-arm-linux-musl) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86-linux-gnu) + ffi (1.17.1-x86-linux-musl) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.1-x86_64-linux-musl) forwardable-extended (2.6.0) gemoji (4.1.0) github-pages (232) diff --git a/_data/foundational_supporters.json b/_data/foundational_supporters.json new file mode 100644 index 0000000..863b029 --- /dev/null +++ b/_data/foundational_supporters.json @@ -0,0 +1,27 @@ +{ + "2025": [], + "2024": [ + "Albert Sweigart", + "Angela Andrews", + "Angie Byron", + "Deb Nicholson", + "Erik Johnson", + "Frank Wiles", + "Jacqueline Kazil", + "Jannis Leidel", + "Jonathan Banafato", + "Joseph Bannerman", + "Josh Schneider", + "Julia Evans", + "Kevin Miller", + "Lazouich Ford", + "Loren Arthur", + "Melanie Arbor", + "Mike Fiedler", + "Ngazetungue Muheue", + "Philip James", + "Seth Larson", + "Tim Schilling", + "Vance Arocho" + ] +} diff --git a/support.html b/support.html index 4173b55..06429ac 100644 --- a/support.html +++ b/support.html @@ -4,37 +4,77 @@ title: Support --- +

Support Black Python Devs

-

Support Black Python Devs

-
-
- - -
-
- +

+ Black Python Devs is a Non-Profit, fiscally hosted under the GNOME Foundation. The GNOME Foundation does take a percentage for administration costs and support but at least 90% of proceeds goes + directly to Black Python Devs General Purpose Fund to support our operational costs and supporting community events in the communtiies of Black Python Developers. +

+
+ + +
+
+ +
+

Foundational Supporters

+

Black Python Devs operates primarily on support from individuals. It is those supporters that serve as the foundation for what we do.

+

We would like to recognize our supporters who donate at least $200 each year.

+
+

2025

+
+
    + {% for supporter in site.data.foundational_supporters['2025'] %} +
  • {{supporter}}
  • + {% endfor %} +
+
+
+

2024

+
+
+
+
    + {% for supporter in site.data.foundational_supporters['2024'] limit:10 %} +
  • {{supporter}}
  • + {% endfor %} +
+
+
+
    + {% for supporter in site.data.foundational_supporters['2024'] offset:10 limit:10 %} + +
  • {{supporter}}
  • + {% endfor %} +
+
+
+
    + {% for supporter in site.data.foundational_supporters['2024'] offset:20 limit:10 %} + +
  • {{supporter}}
  • + {% endfor %} +
+
+

You can view the archive of supporters* by year at https://github.com/blackpythondevs/blackpythondevs.

+

* Those who marked their desire to remain anonymous have not been included

-
-

- Black Python Devs is a Non-Profit, fiscally hosted under the GNOME Foundation. GNOME does take a percentage for operating costs for our account and administration but at least 90% of proceeds goes directly to Black Python Devs General Purpose - Fund as detailed here. -

-
+

Learn More about Supporting