Skip to content

add parnerships section #378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions _data/partnerships.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- name: "TalkPython Training"
promo_code: "bpd-20pc-1c1da"
description: "When you use the promo code: <strong>bpd-20pc-1c1da</strong> 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 <em><a href="https://www.pythonmorsels.com/high-five/">High Five</a></em> getting started with Python program, use the promo code <strong>BlackPythonDevs</strong> 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"
22 changes: 22 additions & 0 deletions _includes/partnerships.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<div>
<h2>Partnerships</h2>

<p>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!</p>

<div class="grid">
{% for partner in site.data.partnerships %}
<article>
<div class="grid">
<div>
<img src="{{partner.logo}}" alt="{{partner.name}} Logo" style="max-height: 14em" />
</div>
<div>
<h3><a href="{{partner.url}}">{{ partner.name }}</a></h3>
<p>{{ partner.description }}</p>
<a href="{{ partner.url }}">Learn more</a>
</div>
</div>
</article>
{% endfor %}
</div>
</div>
1 change: 1 addition & 0 deletions _layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@

{%- include latest-posts.html -%}
{%- include join_us.html -%}
{%- include partnerships.html -%}
{%- include newsletter_form.html -%}
</div>
16 changes: 16 additions & 0 deletions _posts/2024-08-16-talkpython-training-partnership.md
Original file line number Diff line number Diff line change
@@ -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.
Loading
Loading