diff --git a/_data/partnerships.yml b/_data/partnerships.yml new file mode 100644 index 0000000..dfc07a4 --- /dev/null +++ b/_data/partnerships.yml @@ -0,0 +1,10 @@ +- name: "TalkPython Training" + promo_code: "bpd-20pc-1c1da" + description: "When you use the promo code: bpd-20pc-1c1da at checkout, you will receive 10% off your course purchase. TalkPython Training will also donate 20% of the purchase to Black Python Devs." + url: "/2024-08-16-talkpython-training-partnership" + logo: "/assets/images/talkpython.webp" +- name: "Python Morsels" + promo_code: "BlackPythonDevs" + description: 'When signing up for the High Five getting started with Python program, use the promo code BlackPythonDevs at checkout, you will receive $30 off your course purchase. Python Morsels will also donate $70 of the purchase to Black Python Devs.' + url: "https://blackpythondevs.com/2024-08-15-python-morsels-black-python-devs-high-five/" + logo: "/assets/images/python-morsels.svg" diff --git a/_includes/partnerships.html b/_includes/partnerships.html new file mode 100644 index 0000000..751359d --- /dev/null +++ b/_includes/partnerships.html @@ -0,0 +1,22 @@ +
+

Partnerships

+ +

We're happy to share with you our proud sponsors who offer their products at discounted rates and a portion of proceeds go to support Black Python Devs!

+ +
+ {% for partner in site.data.partnerships %} + + {% endfor %} +
+
diff --git a/_layouts/index.html b/_layouts/index.html index 7813656..e981653 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -12,5 +12,6 @@ {%- include latest-posts.html -%} {%- include join_us.html -%} + {%- include partnerships.html -%} {%- include newsletter_form.html -%} diff --git a/_posts/2024-08-16-talkpython-training-partnership.md b/_posts/2024-08-16-talkpython-training-partnership.md new file mode 100644 index 0000000..631b762 --- /dev/null +++ b/_posts/2024-08-16-talkpython-training-partnership.md @@ -0,0 +1,16 @@ +--- +title: "Talk Python Training Partners with Black Python Devs" +date: 2024-08-16 +author: Jay Miller +lang: en +--- + +We are excited to announce a new partnership with TalkPython Training! + +When purchasing a course, you can use the promo code `bpd-20pc-1c1da` to receive a 10% discount. When you do this Black Python Devs will receive a 20% commission on the sale. + +This is a great way to support Black Python Devs and invest in your own learning all at the same time. We hope you take advantage of this opportunity. + +## Extending a Long Time Partnership + +This is the second partnership that we've done with TalkPython Training. Since our earliest days, Michael Kennedy the founder of the site has been a supporter of Black Python Devs. We are grateful for his continued support and look forward to working with him in the future. diff --git a/assets/images/python-morsels.svg b/assets/images/python-morsels.svg new file mode 100644 index 0000000..5b7c95c --- /dev/null +++ b/assets/images/python-morsels.svg @@ -0,0 +1 @@ + diff --git a/assets/images/talkpython.webp b/assets/images/talkpython.webp new file mode 100644 index 0000000..170b3c5 Binary files /dev/null and b/assets/images/talkpython.webp differ