|
4 | 4 | title: Support
|
5 | 5 | ---
|
6 | 6 |
|
| 7 | +<h1>Support Black Python Devs</h1> |
7 | 8 | <div id="support">
|
8 |
| - <h2>Support Black Python Devs</h2> |
9 | 9 | <article>
|
10 |
| - <div class="grid"> |
11 |
| - <div> |
12 |
| - <script> |
13 |
| - (function () { |
14 |
| - if (document.getElementById("commitchange-script")) return; |
15 |
| - var npo = 6464; |
16 |
| - var script = document.createElement("script"); |
17 |
| - var first = document.getElementsByTagName("script")[0]; |
18 |
| - script.setAttribute("data-npo-id", npo); |
19 |
| - script.id = "commitchange-script"; |
20 |
| - script.src = "https://us.commitchange.com/js/donate-button.v2.js"; |
21 |
| - first.parentNode.insertBefore(script, first); |
22 |
| - })(); |
23 |
| - </script> |
24 |
| - <a data-amounts="25,50,100,250,500,1000,1500" class="commitchange-donate" data-designation="Black Python Devs" data-embedded=""></a> |
25 |
| - </div> |
26 |
| - <div> |
27 |
| - <img class="donation-photo" src="/assets/images/gnome_powered_bpd_stacked.png" /> |
| 10 | + <p> |
| 11 | + Black Python Devs is a Non-Profit, fiscally hosted under the <a href="https://foundation.gnome.org/">GNOME Foundation</a>. The GNOME Foundation does take a percentage for administration costs and support but at least 90% of proceeds goes |
| 12 | + directly to Black Python Devs General Purpose Fund to support our operational costs and supporting community events in the communtiies of Black Python Developers. |
| 13 | + </p> |
| 14 | + <div> |
| 15 | + <script> |
| 16 | + (function () { |
| 17 | + if (document.getElementById("commitchange-script")) return; |
| 18 | + var npo = 6464; |
| 19 | + var script = document.createElement("script"); |
| 20 | + var first = document.getElementsByTagName("script")[0]; |
| 21 | + script.setAttribute("data-npo-id", npo); |
| 22 | + script.id = "commitchange-script"; |
| 23 | + script.src = "https://us.commitchange.com/js/donate-button.v2.js"; |
| 24 | + first.parentNode.insertBefore(script, first); |
| 25 | + })(); |
| 26 | + </script> |
| 27 | + <a data-amounts="25,50,100,250,500,1000,1500" class="commitchange-donate" data-designation="Black Python Devs" data-embedded=""></a> |
| 28 | + </div> |
| 29 | + </article> |
| 30 | + |
| 31 | + <article> |
| 32 | + <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> |
| 34 | + <p>We would like to recognize our supporters who donate at least $200 each year.</p> |
| 35 | + <div> |
| 36 | + <h3>2025</h3> |
| 37 | + <hr /> |
| 38 | + <ul> |
| 39 | + {% for supporter in site.data.foundational_supporters['2025'] %} |
| 40 | + <li>{{supporter}}</li> |
| 41 | + {% endfor %} |
| 42 | + </ul> |
| 43 | + </div> |
| 44 | + <div> |
| 45 | + <h3>2024</h3> |
| 46 | + <hr /> |
| 47 | + <div class="grid"> |
| 48 | + <div> |
| 49 | + <ul> |
| 50 | + {% for supporter in site.data.foundational_supporters['2024'] limit:10 %} |
| 51 | + <li>{{supporter}}</li> |
| 52 | + {% endfor %} |
| 53 | + </ul> |
| 54 | + </div> |
| 55 | + <div> |
| 56 | + <ul> |
| 57 | + {% for supporter in site.data.foundational_supporters['2024'] offset:10 limit:10 %} |
| 58 | + |
| 59 | + <li>{{supporter}}</li> |
| 60 | + {% endfor %} |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + <div> |
| 64 | + <ul> |
| 65 | + {% for supporter in site.data.foundational_supporters['2024'] offset:20 limit:10 %} |
| 66 | + |
| 67 | + <li>{{supporter}}</li> |
| 68 | + {% endfor %} |
| 69 | + </ul> |
| 70 | + </div> |
28 | 71 | </div>
|
| 72 | + <p>You can view the archive of supporters<sup>*</sup> by year at https://github.com/blackpythondevs/blackpythondevs.</p> |
| 73 | + <p>* <sub>Those who marked their desire to remain anonymous have not been included</sub></p> |
29 | 74 | </div>
|
30 | 75 | </article>
|
31 |
| - <div> |
32 |
| - <p> |
33 |
| - 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 |
34 |
| - Fund as detailed here. |
35 |
| - </p> |
36 |
| - </div> |
37 | 76 |
|
| 77 | + <h2>Learn More about Supporting</h2> |
38 | 78 | <div style="position: relative; width: 100%; height: 0; padding-top: 56.25%; padding-bottom: 0; box-shadow: 0 2px 8px 0 rgba(63, 69, 81, 0.16); margin-top: 1.6em; margin-bottom: 0.9em; overflow: hidden; border-radius: 8px; will-change: transform">
|
39 | 79 | <iframe
|
40 | 80 | loading="lazy"
|
|
0 commit comments