Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 597a1d9

Browse files
committedAug 31, 2024
edit list styling
1 parent 9e90858 commit 597a1d9

File tree

5 files changed

+59
-25
lines changed

5 files changed

+59
-25
lines changed
 

‎_includes/conferences.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{% if site.data.conferences.size > 0 %}
22
{% for conference in site.data.conferences %}
33
<div class="conference">
4-
<h2>
5-
<a href="{{ conference.url }}">{{ conference.name }}</a> ({{ conference.dates }}) {% if conference.location != "_No response_" %}- {{ conference.location }}{% endif %}
6-
</h2>
7-
<p>Type: {{ conference.type }}</p>
8-
{% if conference.summary != "_No response_" %}
9-
{{ conference.summary | markdownify }}
10-
{% endif %}
11-
{% if conference.speaking != "_No response_" %}
12-
<h3>Speaking:</h3>
13-
{{ conference.speaking | markdownify }}
14-
{% endif %}
4+
<article>
5+
<h2>
6+
<a href="{{ conference.url }}">{{ conference.name }}</a> ({{ conference.dates }}) {% if conference.location != "_No response_" %}- {{ conference.location }}{% endif %}
7+
</h2>
8+
<p>Type: {{ conference.type }}</p>
9+
{% if conference.summary != "_No response_" %}
10+
{{ conference.summary | markdownify }}
11+
{% endif %}
12+
{% if conference.speaking != "_No response_" %}
13+
<h3>Speaking:</h3>
14+
<li>
15+
{{ conference.speaking | markdownify }}
16+
</li>
17+
{% endif %}
18+
</article>
1519
</div>
1620
{% endfor %}
1721
{% else %}

‎about.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ Our goal is to become the largest community of Black Python Developers in the wo
2424

2525
We aim to:
2626

27-
- Establish guidance, mentorship, and career support for Black Pythonistas around the world.
28-
- Create opportunities for the Python community to invest in local communities of Black Python Devs members
29-
- Increase participation of Black Python Devs members in existing Python community programs, events, and initiatives.
27+
<div>
28+
<article class="markdown-list">
29+
<li>Establish guidance, mentorship, and career support for Black Pythonistas around the world.</li>
30+
<li>Create opportunities for the Python community to invest in local communities of Black Python Devs members.</li>
31+
<li>Increase participation of Black Python Devs members in existing Python community programs, events, and initiatives.</li>
32+
</article>
33+
</div>
3034

3135
## Initiatives
3236

‎assets/css/bpd.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ article.post-list a {
5959
color: #007b95;
6060
}
6161

62+
article li {
63+
padding-left: 2rem;
64+
}
65+
66+
/* prevent ::marker from being displayed in DOM */
67+
li {
68+
list-style: none;
69+
}
70+
71+
/* style the markdown files */
72+
.markdown-list {
73+
padding-left: 2rem;
74+
}
75+
76+
.markdown-list li {
77+
list-style: disc;
78+
}
79+
6280
article.pico-background-pumpkin-650 a.contrast,
6381
article.pico-background-pumpkin-800 a.contrast,
6482
article.pico-background-zinc-800 a.contrast {

‎community.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ Contact us via email at [contact@blackpythondevs.com](mailto:contact@blackpython
3434

3535
There are many ways to get involved with the Black Python Devs Community:
3636

37-
- Participate in discussions on Discord.
38-
- Share your projects and get feedback.
39-
- Contribute to our community projects.
40-
- Attend our virtual meetups and events.
37+
<article class="markdown-list">
38+
<li>Participate in discussions on Discord.</li>
39+
<li>Share your projects and get feedback.</li>
40+
<li>Contribute to our community projects.</li>
41+
<li>Attend our virtual meetups and events.</li>
42+
</article>
4143

4244
We're excited to see what we can achieve together in this community. Let's code, learn, and grow together!

‎initiatives.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ They raise the overall capability of Pythonistas in their area with much more co
1414

1515
### Our Strategy
1616

17-
- Sponsor Local Conferences/Meetups organized by Black Python Devs Community Leaders
18-
- Sponsorships go towards tickets for local community members to attend
17+
<article class="markdown-list">
18+
<li>Sponsor Local Conferences/Meetups organized by Black Python Devs Community Leaders</li>
19+
<li>Sponsorships go towards tickets for local community members to attend</li>
20+
</article>
1921

2022
## Black Leadership Opportunity Fund
2123

@@ -27,9 +29,11 @@ Lastly the process for getting visas to attend can be confusing and daunting and
2729

2830
### Our Strategy
2931

30-
- Offer a limited grant to community leaders to cover expenses around visa appointments.
31-
- Work with travel professionals to coordinate flights, hotels, and transportation while travelling
32-
- Work with conferences to make their opportunity grants accessible to as many as possible addressing the concerns of our community leaders.
32+
<article class="markdown-list">
33+
<li>Offer a limited grant to community leaders to cover expenses around visa appointments.</li>
34+
<li>Work with travel professionals to coordinate flights, hotels, and transportation while travelling.</li>
35+
<li>Work with conferences to make their opportunity grants accessible to as many as possible addressing the concerns of our community leaders.</li>
36+
</article>
3337

3438
## Build Black Excellence Equally
3539

@@ -39,7 +43,9 @@ Black Python Devs will work with content creators to give as many opportunities
3943

4044
### Our Strategy
4145

42-
- Partner with content creators for bulk discounts on learning content
43-
- Host regular events and programs in our Discord for folks to skill up, network, and learn from one another
46+
<article class="markdown-list">
47+
<li>Partner with content creators for bulk discounts on learning content.</li>
48+
<li>Host regular events and programs in our Discord for folks to skill up, network, and learn from one another.</li>
49+
</article>
4450

4551
[Learn more about Black Python Devs](/about)

0 commit comments

Comments
 (0)