From 1096d38183f3bf1db3df982293c0115c895f740d Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Thu, 16 Jul 2026 18:18:40 -0300 Subject: [PATCH 1/2] Add sponsors page --- pulpproject.org/assets/sponsors/redhat.svg | 1 + pulpproject.org/help/more/sponsors.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 pulpproject.org/assets/sponsors/redhat.svg create mode 100644 pulpproject.org/help/more/sponsors.md diff --git a/pulpproject.org/assets/sponsors/redhat.svg b/pulpproject.org/assets/sponsors/redhat.svg new file mode 100644 index 00000000..4262471b --- /dev/null +++ b/pulpproject.org/assets/sponsors/redhat.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pulpproject.org/help/more/sponsors.md b/pulpproject.org/help/more/sponsors.md new file mode 100644 index 00000000..083eeea1 --- /dev/null +++ b/pulpproject.org/help/more/sponsors.md @@ -0,0 +1,11 @@ +# Sponsors + +The Pulp Project is grateful to the following sponsors for their support. + +## Sponsors List + +| Logo | Sponsor | +|:----:|:--------| +| [![Red Hat](../../assets/sponsors/redhat.svg){: style="min-width: 240px" }](https://www.redhat.com) | [Red Hat, Inc](https://www.redhat.com) is the primary sponsor of the Pulp Project. Red Hat provides full-time developers, infrastructure, and funding to support the project's continued development and growth. | + + From d1ee875e1fb44f95ffc562f3994dcb1444e2cce4 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Fri, 17 Jul 2026 10:11:46 -0300 Subject: [PATCH 2/2] fixup: Clarify red hat devs are not primary maintainers of all repos --- pulpproject.org/css/extra.css | 7 +++++++ pulpproject.org/help/more/sponsors.md | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pulpproject.org/css/extra.css b/pulpproject.org/css/extra.css index 1fb739b7..3d023240 100644 --- a/pulpproject.org/css/extra.css +++ b/pulpproject.org/css/extra.css @@ -38,6 +38,13 @@ line-height: 1.1; } +.md-typeset .sponsors-table table:not([class]) td { + vertical-align: middle; +} + +.sponsors-table img { + min-width: 240px; +} :root { --md-primary-fg-color: #347dbe; --md-primary-fg-color--light: #ECB7B7; diff --git a/pulpproject.org/help/more/sponsors.md b/pulpproject.org/help/more/sponsors.md index 083eeea1..0883b15b 100644 --- a/pulpproject.org/help/more/sponsors.md +++ b/pulpproject.org/help/more/sponsors.md @@ -4,8 +4,14 @@ The Pulp Project is grateful to the following sponsors for their support. ## Sponsors List +
+ | Logo | Sponsor | |:----:|:--------| -| [![Red Hat](../../assets/sponsors/redhat.svg){: style="min-width: 240px" }](https://www.redhat.com) | [Red Hat, Inc](https://www.redhat.com) is the primary sponsor of the Pulp Project. Red Hat provides full-time developers, infrastructure, and funding to support the project's continued development and growth. | +| [![Red Hat][redhat-logo]][redhat] | [Red Hat, Inc.][redhat] is the primary sponsor of the Pulp Project. Red Hat provides full-time developers, infrastructure, and funding to support the project's continued development and growth. Most (but not all) of the project's repositories are primarily maintained by its developers. | +
+ +[redhat]: https://www.redhat.com +[redhat-logo]: ../../assets/sponsors/redhat.svg