-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (35 loc) · 1.1 KB
/
index.html
File metadata and controls
36 lines (35 loc) · 1.1 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
32
33
34
35
36
---
layout: index
lang: en
list_title: Recently on the blog
---
<section class="principles">
<h2>Our Principles</h2>
<div class="grid hero-section">
<article>
<header>
<h3>Diverse Leadership</h3>
</header>
<p>We build and support diverse leadership in Python globally.</p>
</article>
<article>
<header>
<h3>Community Support</h3>
</header>
<p>We provide financial support for Python communities in Black communities, in predominantly Black spaces or spaces where there is a desire to improve accessibility to Black audiences.</p>
</article>
<article>
<header>
<h3>A Louder Collective Voice</h3>
</header>
<p>We speak as a collective of Black leaders in the Python Community and how decisions impact developers across all career levels.</p>
</article>
<article>
<header>
<h3>Community & Belonging</h3>
</header>
<p>We provide a global community where developers can build strong bonds in the tech space.</p>
</article>
</div>
<p><a href="/about.html">Learn More</a></p>
</section>