Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions _layouts/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ <h3>Quick link</h3>
<ul>
<li><a href="/about.html">About Us</a></li>
<li><a href="/events.html">Events</a></li>
<li><a href="/support.html#partnerships">Partnerships</a></li>
<li><a href="/support.html">Partnerships</a></li>
<li><a href="/about.html#join-the-community">Community</a></li>
<li><a href="/support.html">Support</a></li>
<li><a href="/support.html">Donate</a></li>
<li><a href="/corporate-sponsorships.html">Corporate Sponsorships</a></li>
<li><a href="/code-of-conduct.html">Code of Conduct</a></li>
</ul>
</div>
Expand Down
3 changes: 3 additions & 0 deletions _layouts/_includes/sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ <h3>Corporate Sponsors</h3>
<article class="sponsor">
<img src="/assets/images/pydantic-lg.webp" alt="JetBrains Logo" style="height: 2rem" />
</article>
<article>
<p><a href="/corporate-sponsorships.html">Learn more about corporate sponsorships</a></p>
</article>
</div>
</section>
1 change: 1 addition & 0 deletions _layouts/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
{% include "_includes/partnerships.html" %}
{% set foundational_supporters=data.foundational_supporters %}
{% include "_includes/foundational_supporters.html" %}
{% include "_includes/sponsors.html" %}
{% include "_includes/pitch_deck.html" %}
{% endblock %}
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"icon": "iconoir-calendar",
},
{
"text": "Support Us",
"text": "Donate",
"url": "/support.html",
"icon": "iconoir-donate",
},
Expand Down
2 changes: 0 additions & 2 deletions support.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ title: Support
# Support Black Python Devs

Black Python Devs is a Non-Profit, fiscally hosted under the [GNOME Foundation](https://foundation.gnome.org/). The GNOME Foundation takes a small percentage for administration costs and support but at least 90% of proceeds goes directly to Black Python Devs Fund to support operational costs and supporting community events in the communities of Black Python Devs.

Looking for member discounts? View our [Partnerships](#partnerships).
3 changes: 3 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading