Skip to content

Commit ad955ef

Browse files
committed
Merge branch 'donate' into 'master'
Be less shy about receiving donations, by adding a link to the home page See merge request qemu-project/qemu-web!7
2 parents 8d7aa2c + d12bc0a commit ad955ef

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

_includes/nav.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<nav id="nav">
33
<ul>
44
{% assign current = page.url | downcase | split: '/' %}
5-
<li class='{% if page.url == '/' %}not-desktop {%endif %}home'><a href="{{ relative_root }}/">Home</a>
5+
<li{% if page.url == '/' %} class='not-desktop'{%endif %}><a href="{{ relative_root }}/">Home</a>
6+
{% if page.url == '/' %}<li class='donations'><a href="{{ relative_root }}/donations">Donations</a>{%endif %}
67
</li><li {% if current[1] == 'download' %}class='current'{% endif %}><a href="{{ relative_root }}/download">Download</a>
78
</li><li {% if current[1] == 'support' %}class='current'{% endif %}><a href="{{ relative_root }}/support">Support</a>
89
</li><li {% if current[1] == 'contribute' %}class='current'{% endif %}><a href="{{ relative_root }}/contribute">Contribute</a>

assets/css/style-desktop.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
{
217217
display: inline-block;
218218
margin: 0;
219-
padding: 0.5em 1em 0.5em 0em;
219+
padding: 0.5em 0.4em 0.5em 0em;
220220
color: #FFF;
221221
letter-spacing: 0.06em;
222222
text-transform: uppercase;
@@ -248,13 +248,11 @@
248248
font-weight: 500;
249249
}
250250

251-
/*
252-
#nav > ul > li.home
251+
#nav > ul > li.donations
253252
{
254253
display: block;
255254
float: left;
256255
}
257-
*/
258256

259257
#nav > ul > li > ul
260258
{

donations.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: QEMU donations
3+
permalink: /donations/
4+
---
5+
6+
In addition to ongoing [sponsorship](../sponsors) agreements, the
7+
QEMU project graciously accepts donations from individual contributors, users,
8+
and other interested parties, to assist in the project's operations.
9+
10+
One-off, or monthly recurring, donations can be sent to the QEMU project
11+
via the Software Freedom Conservancy on [PayPal](https://paypal.com/donate/?hosted_button_id=YN74TZRMBBM6U).

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<div id="header">
99
<div class="container">
1010
<h1>QEMU</h1>
11-
<span class="tag">A generic and open source machine emulator and virtualizer</p>
11+
<span class="tag">A generic and open source machine emulator and virtualizer</span>
1212
</div>
1313
</div>
1414

sponsors.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: QEMU sponsors
33
permalink: /sponsors/
44
---
55

6-
QEMU has sponsors!
6+
QEMU has ongoing sponsorship agreements with a number of companies and
7+
organizations, who provide resources (software, hardware, monetary) to
8+
assist in the project's operations.
79

810
[Azure](https://azure.microsoft.com/) and [DigitalOcean](https://www.digitalocean.com/)
911
provide QEMU and [Patchew](https://patchew.org) with virtual machines and
@@ -23,6 +25,7 @@ QEMU is a member of the [GitLab for Open Source](https://about.gitlab.com/soluti
2325
program.
2426

2527
You too can sponsor QEMU and be listed on this page; please contact the
26-
maintainers on the [QEMU mailing list](mailto:[email protected]).
27-
You can also [donate](https://paypal.com/donate/?hosted_button_id=YN74TZRMBBM6U)
28-
to the project via PayPal.
28+
maintainers on the [QEMU mailing list](mailto:[email protected]) or
29+
the QEMU [project leadership members](../conservancy).
30+
31+
For informal contributions, consult the [donations](../donations) page.

0 commit comments

Comments
 (0)