File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ < section >
2+ < h2 > Partnerships</ h2 >
3+ < p > Black Python Devs has partnered with the following organizations to offer discounts and benefits to our community.</ p >
4+ < div class ="grid ">
5+ {% for partner in partnerships %}
6+ < article >
7+ < header >
8+ < a href ="{{partner.url}} ">
9+ < img src ="{{partner.logo}} " alt ="{{partner.name}} logo " style ="max-height: 80px; object-fit: contain; ">
10+ </ a >
11+ </ header >
12+ < h3 > < a href ="{{partner.url}} "> {{partner.name}}</ a > </ h3 >
13+ < p > {{partner.description}}</ p >
14+ </ article >
15+ {% endfor %}
16+ </ div >
17+ </ section >
Original file line number Diff line number Diff line change 33{% block content %}
44{{content}}
55{% include "_includes/support_widget.html" %}
6+ {% include "_includes/partnerships.html" %}
67{% include "_includes/foundational_supporters.html" %}
78{% include "_includes/pitch_deck.html" %}
89{% endblock %}
You can’t perform that action at this time.
0 commit comments