diff --git a/_data/partnerships.json b/_data/partnerships.json new file mode 100644 index 00000000..9d71e304 --- /dev/null +++ b/_data/partnerships.json @@ -0,0 +1,23 @@ +[ + { + "name": "TalkPython Training", + "promo_code": "bpd-20pc-1c1da", + "description": "When you use the Black Python Devs landing page or 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": "https://training.talkpython.fm/black-python-devs", + "logo": "/assets/images/talkpython.webp" + }, + { + "name": "O'Reilly Media", + "promo_code": "https://oreillymedia.pxf.io/c/5713155/2126973/15173", + "description": "Sign up with our promo code to receive a 30-day trial of O'Reilly's Learning Platform. If you sign up beyond the trial a percentage of your subscription will go to Black Python Devs.", + "url": "/2024-09-09-oreilly-partnership/", + "logo": "/assets/images/oreilly_logo_mark_red.svg" + }, + { + "name": "Books, Courses, and Trainings by Rodrigo Girão Serrão", + "promo_code": "BLACKPYTHONDEVS", + "description": "se the code BLACKPYTHONDEVS to get 10% off all ebooks, cheatsheets, and most courses, that I offer. When you use that code, you're also donating 20% of the value of your purchase to Black Python Devs", + "url": "https://mathspp.com/black-python-devs", + "logo": "assets/images/rodrigo.png" + } +] diff --git a/_data/partnerships.yml b/_data/partnerships.yml deleted file mode 100644 index 8805134d..00000000 --- a/_data/partnerships.yml +++ /dev/null @@ -1,11 +0,0 @@ -- name: "TalkPython Training" - promo_code: "bpd-20pc-1c1da" - description: 'When you use the Black Python Devs landing page or 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: "https://training.talkpython.fm/black-python-devs" - logo: "/assets/images/talkpython.webp" - -- name: "O'Reilly Media" - promo_code: "https://oreillymedia.pxf.io/c/5713155/2126973/15173" - description: 'Sign up with our promo code to receive a 30-day trial of O''Reilly''s Learning Platform. If you sign up beyond the trial a percentage of your subscription will go to Black Python Devs.' - url: "/2024-09-09-oreilly-partnership/" - logo: "/assets/images/oreilly_logo_mark_red.svg" diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html index afdae25d..42b4394c 100644 --- a/_layouts/_includes/footer.html +++ b/_layouts/_includes/footer.html @@ -13,6 +13,7 @@
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!
- -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 data %} +