From 59d2567ffa06929fde4a7323caa8c0ca6fbe3446 Mon Sep 17 00:00:00 2001 From: Kevin Miller Date: Sun, 17 May 2026 06:20:58 -0700 Subject: [PATCH] add corporate sponsorship page and change name --- _layouts/_includes/footer.html | 5 +++-- _layouts/_includes/sponsors.html | 3 +++ _layouts/support.html | 1 + app.py | 2 +- support.md | 2 -- uv.lock | 3 +++ 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html index e8a93c63..c0b21f34 100644 --- a/_layouts/_includes/footer.html +++ b/_layouts/_includes/footer.html @@ -12,9 +12,10 @@

Quick link

diff --git a/_layouts/_includes/sponsors.html b/_layouts/_includes/sponsors.html index 11462949..0a1451a6 100644 --- a/_layouts/_includes/sponsors.html +++ b/_layouts/_includes/sponsors.html @@ -13,5 +13,8 @@

Corporate Sponsors

+
+

Learn more about corporate sponsorships

+
diff --git a/_layouts/support.html b/_layouts/support.html index 6c40fc68..6b6953d2 100644 --- a/_layouts/support.html +++ b/_layouts/support.html @@ -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 %} diff --git a/app.py b/app.py index 33b26a25..294575ac 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ "icon": "iconoir-calendar", }, { - "text": "Support Us", + "text": "Donate", "url": "/support.html", "icon": "iconoir-donate", }, diff --git a/support.md b/support.md index a44e1573..fccb9fd0 100644 --- a/support.md +++ b/support.md @@ -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). diff --git a/uv.lock b/uv.lock index 5ecc9403..36009b93 100644 --- a/uv.lock +++ b/uv.lock @@ -2,6 +2,9 @@ version = 1 revision = 3 requires-python = ">=3.13" +[options] +prerelease-mode = "allow" + [[package]] name = "annotated-doc" version = "0.0.4"