Skip to content

Commit 00c499d

Browse files
Create Dedicated support page #456 (#520)
* Create support.html * Update support.html * create support page * add support to routes
1 parent 12b0f74 commit 00c499d

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ navigation:
3030
- text: Community
3131
url: /community/
3232
fa: fa fa-users fa-fw
33+
- text: Support Us
34+
url: /support/
35+
fa: fa-solid fa-money-check-dollar
3336

3437
bpdevs:
3538
# Minima date format.

support.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
layout: default
3+
lang: en
4+
title: Support
5+
---
6+
7+
<div id="support">
8+
<h2>Support Black Python Devs</h2>
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" />
28+
</div>
29+
</div>
30+
</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+
38+
<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+
<iframe
40+
loading="lazy"
41+
style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; border: none; padding: 0; margin: 0"
42+
src="https://www.canva.com/design/DAGKXBERZ2s/AbT0GzW284THN6wSayNMMg/view?embed"
43+
allowfullscreen="allowfullscreen"
44+
allow="fullscreen"
45+
>
46+
</iframe>
47+
</div>
48+
<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"
49+
>PITCH Deck</a
50+
>
51+
by Black Python Devs
52+
</div>

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def url_port() -> tuple[str, int]:
1919
"community",
2020
"leadership",
2121
"book-club",
22+
"support",
2223
]
2324

2425

0 commit comments

Comments
 (0)