Add a page listing QEMU sponsors. For now, only mention Fosshost which requested to be listed: https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
Cc: Thomas Markey <ad...@fosshost.org> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2 Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com> Reviewed-by: Daniel P. Berrangé <berra...@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com> --- Since v3: - don't explicitly state /what/ we're using the resource for, just that we've been granted it (danpb) - only list Fosshost again (Stefan) --- _includes/footer.html | 3 +++ assets/css/style.css | 6 +++++- sponsors.md | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 sponsors.md diff --git a/_includes/footer.html b/_includes/footer.html index 1a0b960..b1f3f0c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -15,6 +15,9 @@ <div id="conservancy"> QEMU is a member of <a href="{{ relative_root }}/conservancy/">Software Freedom Conservancy</a> </div> + <div id="sponsors"> + QEMU has <a href="{{ relative_root }}/sponsors/">sponsors</a> + </div> <div id="licenses"> <a href="{{ relative_root }}/license.html">Website licenses</a> </div> diff --git a/assets/css/style.css b/assets/css/style.css index 88f7e85..aede79a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -533,7 +533,7 @@ padding-left: 1em; } - #licenses, #conservancy, #edit-page { + #licenses, #conservancy, #sponsors, #edit-page { padding: 0em; padding-left: 1em; padding-right: 1em; @@ -552,6 +552,10 @@ float: left; } + #sponsors { + float: left; + } + #edit-page a { overflow: hidden; background: url(../images/edit-page.png); diff --git a/sponsors.md b/sponsors.md new file mode 100644 index 0000000..6db5e2f --- /dev/null +++ b/sponsors.md @@ -0,0 +1,9 @@ +--- +title: QEMU sponsors +permalink: /sponsors/ +--- + +QEMU has sponsors! + +[Fosshost](https://fosshost.org/) has provided QEMU access to a dedicated +physical compute host. -- 2.33.1