Skip to content

adds embeds for conference streams #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -495,3 +495,18 @@ img.featured-image {
ul.speaking-list {
padding-left: 2rem;
}

.video-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%; /* This must be this setting otherwise the window is cropped */
}

.video-embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
38 changes: 31 additions & 7 deletions leadership-summit-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,66 @@ commitchange_designation: Black Python Dev Leadership Summit
sponsors_gold: ["/assets/images/caktus-logo-426x234.deaf567beb3d.png"]
sponsors_silver: ["/assets/images/psf-logo.png"]
sponsors_bronze: ["/assets/images/defna-logo.png"]
prospectus: https://drive.google.com/file/d/1-YDkO9W6EsmAdy1z8TADak_H6aIdOYsG/view?usp=drive_link
prospectus: https://drive.google.com/file/d/1-YDkO9W6EsmAdy1z8TADak_H6aIdOYsG/view?usp=drive_link[]
---

<!-- markdownlint-disable MD033 MD041 -->

We are happy to announce the 2024 Black Python Devs Leadership Summit, held at the Caktus Group in Durham, North Carolina.

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

## Keynote Speaker
## Watch Online

<section>
<div class="grid">
<article>
<div class="video-container">
<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>
</div>
</article>
<article>
<div class="video-container">
<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>
</div>
</article>
</div>
<footer>
<p>View on YouTube to interact in the comments.</p>
</footer>
</section>

## Event Lineup

### Keynote speaker

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

### About Wesley
#### About Wesley

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.

## Interactive Talks
### Interactive Talks

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.

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

## Panel Discussion
### Panel Discussion

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

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.

### Panelists
#### Panelists

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

## Breakout Sessions
### Breakout Sessions

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

Expand Down
Loading