From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
"Daniel P . Berrangé" <berrange@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Thomas Markey" <admin@fosshost.org>,
"Alistair Francis" <alistair23@gmail.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Stefan Hajnoczi" <stefanha@redhat.com>,
"Cleber Rosa" <crosa@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>
Subject: [qemu-web PATCH v4] Add Sponsors page
Date: Wed, 24 Nov 2021 11:30:28 +0100 [thread overview]
Message-ID: <20211124103028.484302-1-philmd@redhat.com> (raw)
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 <admin@fosshost.org>
Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@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)
---
| 3 +++
assets/css/style.css | 6 +++++-
| 9 +++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 sponsors.md
--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);
--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
next reply other threads:[~2021-11-24 10:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-24 10:30 Philippe Mathieu-Daudé [this message]
2021-11-24 15:40 ` [qemu-web PATCH v4] Add Sponsors page Stefan Hajnoczi
2021-12-08 9:59 ` Thomas Huth
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211124103028.484302-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=admin@fosshost.org \
--cc=alex.bennee@linaro.org \
--cc=alistair23@gmail.com \
--cc=berrange@redhat.com \
--cc=crosa@redhat.com \
--cc=jsnow@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).