Skip to content

Commit b9804df

Browse files
authored
Adds 3 new foundational supporters (#748)
* adds new foundational supporters * update post
1 parent f68ed16 commit b9804df

File tree

2 files changed

+27
-21
lines changed

2 files changed

+27
-21
lines changed

_data/foundational_supporters.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
22
"2025": [
33
"Aman Singh",
4+
"Nyah Macklin",
45
"Ned Batchelder",
56
"Nyah Macklin",
67
"Tim Schilling",
78
"Jannis Leidel",
89
"Angela Andrews",
910
"Vance Arocho",
10-
"jonathan banafato",
11+
"Jonathan Banafato",
1112
"Jeremy Carbaugh",
1213
"Mike Fiedler",
1314
"Savannah Bailey",
15+
"Seth Larson",
1416
"Peter Pinch",
1517
"Carol Willing",
16-
"Tim Schilling",
18+
"Thomas Wouters",
1719
"Hugh Dyar",
1820
"Melanie Arbor",
1921
"Joseph Bannerman",

_layouts/_includes/foundational_supporters.html

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@ <h2>Foundational Supporters</h2>
33
<p>Black Python Devs operates primarily on support from individuals. It is those supporters that serve as the foundation for what we do.</p>
44
<p>We would like to recognize our supporters who donate at least $200 each year.</p>
55

6-
{% for data_year in data %}
7-
<details name="{{data_year}}" {% if data_year="" ="year" %}open{% endif %}>
8-
<summary>{{data_year}}</summary>
9-
<div class="grid">
10-
{% for data_lists in data[data_year] | sort | slice(3) %}
11-
<section class="">
12-
<div>
13-
<ul>
14-
{% for supporter in data_lists %}
15-
<li>{{supporter}}</li>
16-
{% endfor %}
17-
</ul>
18-
</div>
19-
</section>
20-
{% endfor %}
21-
</div>
6+
{% for data_year in data %} {% if data_year == year %}
7+
<details name="{{data_year}}" open>
8+
{% else %}
9+
<details name="{{data_year}}">
10+
{% endif %}
11+
<summary>{{data_year}}</summary>
12+
<div class="grid">
13+
{% for data_lists in data[data_year] | sort | slice(3) %}
14+
<section class="">
15+
<div>
16+
<ul>
17+
{% for supporter in data_lists %}
18+
<li>{{supporter}}</li>
19+
{% endfor %}
20+
</ul>
21+
</div>
22+
</section>
23+
{% endfor %}
24+
</div>
25+
</details>
26+
{% endfor %}
27+
<p>You can view the archive of supporters<sup>*</sup> by year at https://github.com/blackpythondevs/blackpythondevs.</p>
28+
<p>* <sub>Those who marked their desire to remain anonymous have not been included</sub></p>
2229
</details>
23-
{% endfor %}
24-
<p>You can view the archive of supporters<sup>*</sup> by year at https://github.com/blackpythondevs/blackpythondevs.</p>
25-
<p>* <sub>Those who marked their desire to remain anonymous have not been included</sub></p>
2630
</section>

0 commit comments

Comments
 (0)