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
2 changes: 1 addition & 1 deletion src/components/SponsorLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`
<div
class="lg:max-w-[400px] flex flex-col p-6 bg-white"
>
<div class="w-full grid text-center justify-center items-center md:items-center">
<div class={`w-full grid text-center justify-center items-center md:items-center ${tier === "Platinum" ? "min-h-[140px]" : ""}`}>
{
website && slug ? (

Expand Down
191 changes: 191 additions & 0 deletions src/content/sponsors/bloomberg/bloomberg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/content/sponsors/bloomberg/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "Bloomberg"
url: "https://www.bloomberg.com/company/values/tech-at-bloomberg/python/"
location: "USA"
description:
"Python is one of the most used languages at Bloomberg, with more than half a
million Python files and over 100 million lines of code. In less than a
decade, we’ve gone from taking our first steps with the language to being one
of the leading contributors to its evolution. We believe in Python’s power and
its community – and we’re committed to strengthening its future."
socials:
linkedin: "https://www.linkedin.com/company/bloomberg"
twitter: "https://x.com/TechAtBloomberg"
instagram: "https://www.instagram.com/bloomberg/"
facebook: "https://www.facebook.com/bloomberg/"
tier: Gold
logo_padding: 10px
---
Loading