diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2024-11-20 21:48:10 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2024-11-20 21:48:40 -0800 |
commit | 86f6b3b01236985e1013671ff2fd668263868ca2 (patch) | |
tree | 93868a60e3f025210c36a51094cc48ba613f6a7b | |
parent | inside-gentoo/stores: Add FreeWear.org store (diff) | |
download | www-86f6b3b01236985e1013671ff2fd668263868ca2.tar.gz www-86f6b3b01236985e1013671ff2fd668263868ca2.tar.bz2 www-86f6b3b01236985e1013671ff2fd668263868ca2.zip |
feat: move donation usage blurb up
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | donate/index.html | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/donate/index.html b/donate/index.html index f79fcb0..29152bc 100644 --- a/donate/index.html +++ b/donate/index.html @@ -16,7 +16,19 @@ layout: tyrian <strong>Support us now!</strong> </p> </div> + <div class="col-xs-12 col-md-4"> + <p> + <strong>What is the money used for?</strong> + <br> + The core services powering Gentoo are provided on machines owned by the Gentoo Foundation. + Connectivity, parts, repair, remote hands, and power need all to be paid for by us. + </p> + <p> + Details are available in the Gentoo Foundation <a href="/inside-gentoo/foundation/">financial reports</a>. + </p> + </div> </div> + {% include hero-section/end %} <br> <div class="row"> @@ -70,17 +82,6 @@ layout: tyrian </div> </div> </div> - <div class="col-xs-12 col-md-4"> - <p> - <strong>What is the money used for?</strong> - <br> - The core services powering Gentoo are provided on machines owned by the Gentoo Foundation. - Connectivity, parts, repair, remote hands, and power need all to be paid for by us. - </p> - <p> - Details are available in the Gentoo Foundation <a href="/inside-gentoo/foundation/">financial reports</a>. - </p> - </div> </div> <div class="row"> |