Skip to content

Commit 0995b06

Browse files
authored
Create Branding for Typefully Sponsorship (#595)
* add typefully post * update image link
1 parent 6ccd581 commit 0995b06

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

_includes/join_us.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ <h2>Support Black Python Devs</h2>
4545
<section>
4646
<h3>Corporate Sponsors</h3>
4747
<div class="grid">
48-
<div>
49-
<svg xmlns="http://www.w3.org/2000/svg" width="298" height="64" fill="none" viewBox="0 0 298 64">
48+
<article class="sponsor">
49+
<img src="/assets/images/typefully_brand.png" alt="Typefully Logo" />
50+
</article>
51+
<article class="sponsor">
52+
<svg style="align-self: centerkk" xmlns="http://www.w3.org/2000/svg" width="298" height="64" fill="none" viewBox="0 0 298 64">
5053
<defs>
5154
<linearGradient id="a" x1=".850001" x2="62.62" y1="62.72" y2="1.81" gradientUnits="userSpaceOnUse">
5255
<stop stop-color="#FF9419" />
@@ -62,10 +65,10 @@ <h3>Corporate Sponsors</h3>
6265
<path fill="#000" d="M48 16H8v40h40V16Z" />
6366
<path fill="#fff" d="M30 47H13v4h17v-4Z" />
6467
</svg>
65-
</div>
66-
<div>
68+
</article>
69+
<article class="sponsor">
6770
<img src="/assets/images/gnome-foundation-blue.png" alt="GNOME Foundation Logo" style="height: 2rem" />
68-
</div>
71+
</article>
6972
</div>
7073
</section>
7174
</div>
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
date: 2024-12-02
3+
description: We're happy to announce that Typefully is sponsoring Black Python Devs.
4+
lang: en
5+
layout: post
6+
title: Typefully Brings Social Media Management to Black Python Devs
7+
author: Jay Miller
8+
featured_image: /assets/images/bpd_x_typefully.jpg
9+
---
10+
11+
We're excited to have [Typefully](https://typefully.com) sponsoring Black Python Devs.
12+
13+
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.
14+
15+
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.
16+
17+
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.
18+
19+
A massive thanks to Typefully for their contribution to Black Python Devs and the greater Python Community.

assets/css/bpd.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ ul.speaking-list {
511511
height: 100%;
512512
}
513513

514+
.sponsor {
515+
display: flex;
516+
align-items: center;
517+
}
518+
514519
/* Adjust sponsors images on smaller screens */
515520
@media (max-width: 600px) {
516521
.grid img {

assets/images/bpd_x_typefully.jpg

78.3 KB
Loading

assets/images/typefully_brand.png

14.7 KB
Loading

0 commit comments

Comments
 (0)