Skip to content
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
13 changes: 8 additions & 5 deletions _includes/join_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ <h2>Support Black Python Devs</h2>
<section>
<h3>Corporate Sponsors</h3>
<div class="grid">
<div>
<svg xmlns="http://www.w3.org/2000/svg" width="298" height="64" fill="none" viewBox="0 0 298 64">
<article class="sponsor">
<img src="/assets/images/typefully_brand.png" alt="Typefully Logo" />
</article>
<article class="sponsor">
<svg style="align-self: centerkk" xmlns="http://www.w3.org/2000/svg" width="298" height="64" fill="none" viewBox="0 0 298 64">
<defs>
<linearGradient id="a" x1=".850001" x2="62.62" y1="62.72" y2="1.81" gradientUnits="userSpaceOnUse">
<stop stop-color="#FF9419" />
Expand All @@ -62,10 +65,10 @@ <h3>Corporate Sponsors</h3>
<path fill="#000" d="M48 16H8v40h40V16Z" />
<path fill="#fff" d="M30 47H13v4h17v-4Z" />
</svg>
</div>
<div>
</article>
<article class="sponsor">
<img src="/assets/images/gnome-foundation-blue.png" alt="GNOME Foundation Logo" style="height: 2rem" />
</div>
</article>
</div>
</section>
</div>
19 changes: 19 additions & 0 deletions _posts/2024-12-02-typefully-support-bpd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
date: 2024-12-02
description: We're happy to announce that Typefully is sponsoring Black Python Devs.
lang: en
layout: post
title: Typefully Brings Social Media Management to Black Python Devs
author: Jay Miller
featured_image: /assets/images/bpd_x_typefully.jpg
---

We're excited to have [Typefully](https://typefully.com) sponsoring Black Python Devs.

Originally designed to help Twitter (now X) users schedule tweets, create threads and learn more about their engagement with analytics, Typefully has expanded that offering to help individuals and teams across a wider range of services including, Mastodon, Bluesky, and LinkedIn. After reaching out to the company, we were delighted to learn how they were using Python in their offering.

We are happy to announce that Typefully has provided us with the ability to schedule posts and monitor the engagement across all of our social platforms.

The savings that Typefully is offering us gives us the ability to sponsor another event in our current operating budget which means more developers around the world will have access to more local Python community events.

A massive thanks to Typefully for their contribution to Black Python Devs and the greater Python Community.
5 changes: 5 additions & 0 deletions assets/css/bpd.css
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,11 @@ ul.speaking-list {
height: 100%;
}

.sponsor {
display: flex;
align-items: center;
}

/* Adjust sponsors images on smaller screens */
@media (max-width: 600px) {
.grid img {
Expand Down
Binary file added assets/images/bpd_x_typefully.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/typefully_brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading