-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathjoin_us.html
More file actions
31 lines (30 loc) · 1.19 KB
/
join_us.html
File metadata and controls
31 lines (30 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div class="grid">
<article id="join-us" class="card">
<div class="grid">
<a href="https://discord.gg/XUc3tFqCT3" role="button" class="btn-discord">
<i class="iconoir-discord" aria-hidden="true"></i>
<span>Join our Discord</span>
</a>
<a href="https://www.linkedin.com/groups/14336241/" role="button" class="btn-linkedin">
<i class="iconoir-linkedin" aria-hidden="true"></i>
<span>Join our LinkedIn Group</span>
</a>
</div>
</article>
</div>
<div id="support">
<h2>Support Black Python Devs</h2>
<article>
<div class="grid">
<div>{% include "_includes/support_widget.html" %}</div>
<div>
<img class="donation-photo" src="/assets/images/gnome_powered_bpd_stacked.png" alt="Black Python Devs logo with GNOME Foundation sponsorship" />
</div>
</div>
<small
>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.</small
>
</article>
{% include "_includes/sponsors.html" %}
</div>