-
Notifications
You must be signed in to change notification settings - Fork 53
/
index.html
33 lines (31 loc) · 1.36 KB
/
index.html
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
32
33
---
layout: index
lang: en
title: Home
list_title: Recently on the blog
---
<h2>Our Mission</h2>
<div class="grid hero-section">
<article class="pico-background-sand-100">
<h3>Secure the bag</h3>
<p>Establish guidance, mentorship, and career support for <em>Black Python Devs</em> Members</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
<article class="pico-background-pumpkin-650">
<h3 class="pico-color-pumpkin-50">Diversity By Inclusion</h3>
<p class="pico-color-pumpkin-50">We encourage members to get involved beyond participation. Members can become maintainers, maintainers become leaders.</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
<article class="pico-background-pumpkin-800">
<h3 class="pico-color-pumpkin-50">Extend their reach</h3>
<p class="pico-color-pumpkin-50">Great programs exist. Our goal is to help those programs make it our local communities.</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
<article class="pico-background-zinc-800"
">
<h3 class="pico-color-pumpkin-50">Say it loud!</h3>
<p class="pico-color-pumpkin-50">Our stack and our decisions are open source by default and we share what we're doing as loudly and often as possible.</p>
<p><a class="contrast" href="/about">Learn More</a></p>
</article>
</div>
<hr />