From ca686ef3f1eae1b24854c01cab2ca26ac760ee34 Mon Sep 17 00:00:00 2001
From: Johanan Oppong Amoateng
<88411614+JohananOppongAmoateng@users.noreply.github.com>
Date: Sat, 5 Oct 2024 23:15:51 +0000
Subject: [PATCH 1/5] Create support.html
---
_layouts/support.html | 1 +
1 file changed, 1 insertion(+)
create mode 100644 _layouts/support.html
diff --git a/_layouts/support.html b/_layouts/support.html
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/_layouts/support.html
@@ -0,0 +1 @@
+
From 9fa9a22572fb7884823265a5201c3bc2be56a176 Mon Sep 17 00:00:00 2001
From: Johanan Oppong Amoateng
<88411614+JohananOppongAmoateng@users.noreply.github.com>
Date: Sat, 5 Oct 2024 23:32:28 +0000
Subject: [PATCH 2/5] Update support.html
---
_layouts/support.html | 49 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/_layouts/support.html b/_layouts/support.html
index 8b13789..ec7f54b 100644
--- a/_layouts/support.html
+++ b/_layouts/support.html
@@ -1 +1,50 @@
+---
+layout: default
+lang: en
+title: Support
+---
+
+
Support Black Python Devs
+
+
+
+
+

+
+
+
+
+
+PITCH Deck
+by Black Python Devs
From 337e0c132b284ae5a276ad22739612848fd95a1c Mon Sep 17 00:00:00 2001
From: Johanan Oppong Amoateng
Date: Sun, 6 Oct 2024 14:00:45 +0000
Subject: [PATCH 3/5] create support page
---
_config.yml | 3 +++
_layouts/support.html | 50 -----------------------------------------
support.html | 52 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 55 insertions(+), 50 deletions(-)
delete mode 100644 _layouts/support.html
create mode 100644 support.html
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/_layouts/support.html b/_layouts/support.html
deleted file mode 100644
index ec7f54b..0000000
--- a/_layouts/support.html
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: default
-lang: en
-title: Support
----
-
-
Support Black Python Devs
-
-
-
-
-

-
-
-
-
-
-
-PITCH Deck
-by Black Python Devs
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
+
From 2af3db8c178ccc1dd8e443ff514bdae0f16b462c Mon Sep 17 00:00:00 2001
From: Johanan Oppong Amoateng
Date: Mon, 7 Oct 2024 04:29:04 +0000
Subject: [PATCH 4/5] add support to routes
---
tests/conftest.py | 1 +
1 file changed, 1 insertion(+)
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",
]
From 31736efca04c5fef3c7661fcd5b308cdb91d35c6 Mon Sep 17 00:00:00 2001
From: Johanan Oppong Amoateng
Date: Tue, 8 Oct 2024 18:39:32 +0000
Subject: [PATCH 5/5] make cfp deadline and link optional
---
.github/ISSUE_TEMPLATE/add_conference.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/add_conference.yml b/.github/ISSUE_TEMPLATE/add_conference.yml
index e229b0b..f37b9ae 100644
--- a/.github/ISSUE_TEMPLATE/add_conference.yml
+++ b/.github/ISSUE_TEMPLATE/add_conference.yml
@@ -53,7 +53,7 @@ body:
description: Provide the URL for the Call for Proposals (CFP) (make sure to include `https://`).
placeholder: "https://example.com/cfp"
validations:
- required: true
+ required: false
- type: input
id: cfp_deadline
attributes:
@@ -61,7 +61,7 @@ body:
description: Enter the deadline for submitting CFPs (YYYY-MM-DD).
placeholder: "YYYY-MM-DD"
validations:
- required: true
+ required: false
- type: textarea
id: conference_description
attributes: