Skip to content
Draft
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
1 change: 1 addition & 0 deletions pulpproject.org/assets/sponsors/redhat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions pulpproject.org/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
17 changes: 17 additions & 0 deletions pulpproject.org/help/more/sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Sponsors

The Pulp Project is grateful to the following sponsors for their support.

## Sponsors List

<div class="sponsors-table" markdown>

| Logo | Sponsor |
|:----:|:--------|
| [![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. |
</div>

[redhat]: https://www.redhat.com
[redhat-logo]: ../../assets/sponsors/redhat.svg


Loading