From 23f9b5171a75c3f03317625e8ee4d17f07e9d654 Mon Sep 17 00:00:00 2001 From: Niko Date: Tue, 1 Jul 2025 13:06:30 +0200 Subject: [PATCH 1/2] Add sponsor page update with example video --- src/components/CardContent.astro | 7 +++---- src/content/sponsors/bloomberg/index.md | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/CardContent.astro b/src/components/CardContent.astro index d10ee6bf8..2dff16ad9 100644 --- a/src/components/CardContent.astro +++ b/src/components/CardContent.astro @@ -1,15 +1,14 @@ --- import { getEntry } from "astro:content"; -import { marked } from 'marked'; +import Markdown from "@ui/Markdown.astro"; const { collection, entry:entryId } = Astro.props; const entry = await getEntry(collection, entryId); -const html = entry && entry.body ? marked.parse(entry.body) : ""; --- - { html && + { entry && entry.body &&
-
+
} diff --git a/src/content/sponsors/bloomberg/index.md b/src/content/sponsors/bloomberg/index.md index 3693e853e..d4a54509d 100644 --- a/src/content/sponsors/bloomberg/index.md +++ b/src/content/sponsors/bloomberg/index.md @@ -17,8 +17,15 @@ logo_padding: 10px 0px # About Bloomberg -Bloomberg is a global leader in business and financial information, delivering -trusted data, news, and insights that bring transparency, efficiency, and -fairness to markets. The company helps connect influential communities across -the global financial ecosystem via reliable technology solutions that enable our -customers to make more informed decisions and foster better collaboration. +Bloomberg is building the world's most trusted information network for financial +professionals. Our 9,000+ engineers are dedicated to advancing and building new +systems for the Bloomberg Terminal to solve complex, real-world problems. ​We +trust our teams to choose the right technologies for the job, and, at Bloomberg, +the answer is often Python. We employ an active community of 4,000+ Python +developers who have their hands in everything from financial analytics and data +science to contributing to open source technologies like Project Jupyter. +Bloomberg is proud to be a Visionary Sponsor of the Python Software Foundation +and sponsor of many Python community events around the world. Learn more at +[TechAtBloomberg.com/python](http://www.techatbloomberg.com/python). + +https://www.youtube.com/watch?v=ucWq9Cjg8bg From 500c8a9bc581c519616c09cee43d28aaca078cc0 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 2 Jul 2025 10:11:14 +0200 Subject: [PATCH 2/2] Add video links to sponsor page --- src/content/sponsors/bloomberg/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/sponsors/bloomberg/index.md b/src/content/sponsors/bloomberg/index.md index d4a54509d..78b80b767 100644 --- a/src/content/sponsors/bloomberg/index.md +++ b/src/content/sponsors/bloomberg/index.md @@ -28,4 +28,4 @@ Bloomberg is proud to be a Visionary Sponsor of the Python Software Foundation and sponsor of many Python community events around the world. Learn more at [TechAtBloomberg.com/python](http://www.techatbloomberg.com/python). -https://www.youtube.com/watch?v=ucWq9Cjg8bg +https://youtu.be/A2r1qmHLLHU