Skip to content

Create Dedicated support page #456 #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Oct 7, 2024
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
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ navigation:
- text: Community
url: /community/
fa: fa fa-users fa-fw
- text: Support Us
url: /support/
fa: fa-solid fa-money-check-dollar

bpdevs:
# Minima date format.
Expand Down
52 changes: 52 additions & 0 deletions support.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: default
lang: en
title: Support
---

<div id="support">
<h2>Support Black Python Devs</h2>
<article>
<div class="grid">
<div>
<script>
(function () {
if (document.getElementById("commitchange-script")) return;
var npo = 6464;
var script = document.createElement("script");
var first = document.getElementsByTagName("script")[0];
script.setAttribute("data-npo-id", npo);
script.id = "commitchange-script";
script.src = "https://us.commitchange.com/js/donate-button.v2.js";
first.parentNode.insertBefore(script, first);
})();
</script>
<a data-amounts="25,50,100,250,500,1000,1500" class="commitchange-donate" data-designation="Black Python Devs" data-embedded=""></a>
</div>
<div>
<img class="donation-photo" src="/assets/images/gnome_powered_bpd_stacked.png" />
</div>
</div>
</article>
<div>
<p>
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
Fund as detailed here.
</p>
</div>

<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">
<iframe
loading="lazy"
style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0; margin: 0"
src="https://www.canva.com/design/DAGKXBERZ2s/AbT0GzW284THN6wSayNMMg/view?embed"
allowfullscreen="allowfullscreen"
allow="fullscreen"
>
</iframe>
</div>
<a href="https:&#x2F;&#x2F;www.canva.com&#x2F;design&#x2F;DAGKXBERZ2s&#x2F;AbT0GzW284THN6wSayNMMg&#x2F;view?utm_content=DAGKXBERZ2s&amp;utm_campaign=designshare&amp;utm_medium=embeds&amp;utm_source=link" target="_blank" rel="noopener"
>PITCH Deck</a
>
by Black Python Devs
</div>
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def url_port() -> tuple[str, int]:
"community",
"leadership",
"book-club",
"support",
]


Expand Down
Loading