diff --git a/_data/foundational_supporters.json b/_data/foundational_supporters.json index 04eb6e2..37bb7e3 100644 --- a/_data/foundational_supporters.json +++ b/_data/foundational_supporters.json @@ -1,18 +1,20 @@ { "2025": [ "Aman Singh", + "Nyah Macklin", "Ned Batchelder", "Tim Schilling", "Jannis Leidel", "Angela Andrews", "Vance Arocho", - "jonathan banafato", + "Jonathan Banafato", "Jeremy Carbaugh", "Mike Fiedler", "Savannah Bailey", + "Seth Larson", "Peter Pinch", "Carol Willing", - "Tim Schilling", + "Thomas Wouters", "Hugh Dyar", "Melanie Arbor", "Joseph Bannerman", diff --git a/_layouts/_includes/foundational_supporters.html b/_layouts/_includes/foundational_supporters.html index e10b03a..a981b42 100644 --- a/_layouts/_includes/foundational_supporters.html +++ b/_layouts/_includes/foundational_supporters.html @@ -3,24 +3,28 @@

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.

- {% for data_year in data %} -
- {{data_year}} -
- {% for data_lists in data[data_year] | sort | slice(3) %} -
-
-
    - {% for supporter in data_lists %} -
  • {{supporter}}
  • - {% endfor %} -
-
-
- {% endfor %} -
+ {% for data_year in data %} {% if data_year == year %} +
+ {% else %} +
+ {% endif %} + {{data_year}} +
+ {% for data_lists in data[data_year] | sort | slice(3) %} +
+
+
    + {% for supporter in data_lists %} +
  • {{supporter}}
  • + {% endfor %} +
+
+
+ {% endfor %} +
+
+ {% 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

- {% 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