diff --git a/_config.yml b/_config.yml index b5b1b9f..a759cbc 100644 --- a/_config.yml +++ b/_config.yml @@ -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. diff --git a/support.html b/support.html new file mode 100644 index 0000000..4173b55 --- /dev/null +++ b/support.html @@ -0,0 +1,52 @@ +--- +layout: default +lang: en +title: Support +--- + +
+

Support Black Python Devs

+
+
+
+ + +
+
+ +
+
+
+
+

+ 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. +

+
+ +
+ +
+ PITCH Deck + by Black Python Devs +
diff --git a/tests/conftest.py b/tests/conftest.py index 09a5862..21500d2 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -19,6 +19,7 @@ def url_port() -> tuple[str, int]: "community", "leadership", "book-club", + "support", ]