Skip to content

Commit 34644a1

Browse files
Ep2026 sponsor logo bloomberg (#1566)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2becf7e commit 34644a1

3 files changed

Lines changed: 210 additions & 1 deletion

File tree

src/components/SponsorLogo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`
3030
<div
3131
class="lg:max-w-[400px] flex flex-col p-6 bg-white"
3232
>
33-
<div class="w-full grid text-center justify-center items-center md:items-center">
33+
<div class={`w-full grid text-center justify-center items-center md:items-center ${tier === "Platinum" ? "min-h-[140px]" : ""}`}>
3434
{
3535
website && slug ? (
3636

Lines changed: 191 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "Bloomberg"
3+
url: "https://www.bloomberg.com/company/values/tech-at-bloomberg/python/"
4+
location: "USA"
5+
description:
6+
"Python is one of the most used languages at Bloomberg, with more than half a
7+
million Python files and over 100 million lines of code. In less than a
8+
decade, we’ve gone from taking our first steps with the language to being one
9+
of the leading contributors to its evolution. We believe in Python’s power and
10+
its community – and we’re committed to strengthening its future."
11+
socials:
12+
linkedin: "https://www.linkedin.com/company/bloomberg"
13+
twitter: "https://x.com/TechAtBloomberg"
14+
instagram: "https://www.instagram.com/bloomberg/"
15+
facebook: "https://www.facebook.com/bloomberg/"
16+
tier: Gold
17+
logo_padding: 10px
18+
---

0 commit comments

Comments
 (0)