diff --git a/_includes/join_us.html b/_includes/join_us.html
index 4948453..3d38294 100644
--- a/_includes/join_us.html
+++ b/_includes/join_us.html
@@ -45,8 +45,11 @@
Support Black Python Devs
diff --git a/_posts/2024-12-02-typefully-support-bpd.md b/_posts/2024-12-02-typefully-support-bpd.md
new file mode 100644
index 0000000..1a35e90
--- /dev/null
+++ b/_posts/2024-12-02-typefully-support-bpd.md
@@ -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.
diff --git a/assets/css/bpd.css b/assets/css/bpd.css
index 7c53dd0..b26d4e1 100644
--- a/assets/css/bpd.css
+++ b/assets/css/bpd.css
@@ -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 {
diff --git a/assets/images/bpd_x_typefully.jpg b/assets/images/bpd_x_typefully.jpg
new file mode 100644
index 0000000..be97af1
Binary files /dev/null and b/assets/images/bpd_x_typefully.jpg differ
diff --git a/assets/images/typefully_brand.png b/assets/images/typefully_brand.png
new file mode 100644
index 0000000..a66caff
Binary files /dev/null and b/assets/images/typefully_brand.png differ