Skip to content

Commit 81ff512

Browse files
authored
adds embeds for conference streams (#440)
* adds embeds for conference streams * make embeds scalabe
1 parent 38f44d8 commit 81ff512

File tree

2 files changed

+46
-7
lines changed

2 files changed

+46
-7
lines changed

assets/css/bpd.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,3 +495,18 @@ img.featured-image {
495495
ul.speaking-list {
496496
padding-left: 2rem;
497497
}
498+
499+
.video-container {
500+
position: relative;
501+
width: 100%;
502+
height: 0;
503+
padding-bottom: 56.25%; /* This must be this setting otherwise the window is cropped */
504+
}
505+
506+
.video-embed {
507+
position: absolute;
508+
top: 0;
509+
left: 0;
510+
width: 100%;
511+
height: 100%;
512+
}

leadership-summit-2024.md

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,42 +9,66 @@ commitchange_designation: Black Python Dev Leadership Summit
99
sponsors_gold: ["/assets/images/caktus-logo-426x234.deaf567beb3d.png"]
1010
sponsors_silver: ["/assets/images/psf-logo.png"]
1111
sponsors_bronze: ["/assets/images/defna-logo.png"]
12-
prospectus: https://drive.google.com/file/d/1-YDkO9W6EsmAdy1z8TADak_H6aIdOYsG/view?usp=drive_link
12+
prospectus: https://drive.google.com/file/d/1-YDkO9W6EsmAdy1z8TADak_H6aIdOYsG/view?usp=drive_link[]
1313
---
1414

15+
<!-- markdownlint-disable MD033 MD041 -->
16+
1517
We are happy to announce the 2024 Black Python Devs Leadership Summit, held at the Caktus Group in Durham, North Carolina.
1618

1719
This year we're bringing presentations from folks all over the world to energize and inform our Black Python Devs leaders and guests.
1820

19-
## Keynote Speaker
21+
## Watch Online
22+
23+
<section>
24+
<div class="grid">
25+
<article>
26+
<div class="video-container">
27+
<iframe class="video-embed" src="https://www.youtube.com/embed/p95Cuczqig8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
28+
</div>
29+
</article>
30+
<article>
31+
<div class="video-container">
32+
<iframe class="video-embed" src="https://www.youtube.com/embed/A9HkxFDH1Cs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
33+
</div>
34+
</article>
35+
</div>
36+
<footer>
37+
<p>View on YouTube to interact in the comments.</p>
38+
</footer>
39+
</section>
40+
41+
## Event Lineup
42+
43+
### Keynote speaker
2044

2145
![Wesley Faulkner Flyer](/assets/images/bpd-leadership-summit-keynote-wesley-faulkner.jpg)
2246

23-
### About Wesley
47+
#### About Wesley
2448

2549
Wesley Faulkner is a podcaster, public speaker, advocate for social change, and a developer relations professional. He has a background in technology, working for companies like AMD, Atlassian, Dell, IBM, and MongoDB. Wesley co-hosts two podcasts: Community Pulse, which explores the challenges and opportunities of community building in Developer Relations, and Radical Respect, which features conversations with Kim Scott on creating more inclusive and equitable workplaces. Wesley is passionate about racial justice, workplace equity, and neurodiversity.
2650

27-
## Interactive Talks
51+
### Interactive Talks
2852

2953
This is a summit focused on learning, and we learn by asking questions and connecting so we've asked three amazing speakers from inside Black Python Devs and outside of it to share knowledge with our leaders that can be taken back to their communities or used to make their efforts stronger.
3054

3155
![Interactive Talks Flyer](/assets/images/bpd-leadership-summit-2024-interactive-speakers.jpg)
3256

33-
## Panel Discussion
57+
### Panel Discussion
3458

3559
![Panelists](/assets/images/bpd-leadership-summit-2024-panelists..jpg)
3660

3761
Our Vice-Executor is leading a conversation with folks across Black Python Devs and the Python Community to speak to topics concerning Black Leaders in Python.
3862

39-
### Panelists
63+
#### Panelists
4064

4165
- Monica Oyugi - PyCon Kenya
4266
- Jeff Triplett - BPD Advisor
4367
- Benedict Kofi Amofah - BPD Assistant Leadership
4468
- Loren Crary - Python Software Foundation
4569
- **Host** Velda Kiara - Black Python Devs
4670

47-
## Breakout Sessions
71+
### Breakout Sessions
4872

4973
We're excited to bring breakout sessions to the group.
5074

0 commit comments

Comments
 (0)