[gimp-web] Fix a bit the donate page.



commit 79bcdc53133f961edf9cce478a52c1370cf5a19a
Author: Jehan <jehan girinstud io>
Date:   Fri Apr 30 16:15:06 2021 +0200

    Fix a bit the donate page.
    
    Fortunately my previous commit worked quite well. Here is for a few
    tweaking:
    
    - White text in the donate buttons.
    - Invert <a> and <span> so that the whole button is clickable (not only
      the text).
    - Some minor text and style tweaking.

 content/donating/index.md          | 28 ++++++++++++++--------------
 themes/newgimp/static/css/gimp.css |  1 +
 2 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/content/donating/index.md b/content/donating/index.md
index 1d77623a..9b970b54 100644
--- a/content/donating/index.md
+++ b/content/donating/index.md
@@ -7,26 +7,26 @@ Donating money to the GIMP project is easy!
 
 ## Fund Core Team Developers Directly
 
-While we don't raise funds to sponsor development as an organization yet, we encourage contributor 
fundraisers.
+While we don't raise funds to sponsor development as an organization yet, we encourage contributor 
fundraisers:
 
 <p>
-  <span class='donate-button'>
-    <a href="https://www.patreon.com/pippin";>
+  <a href="https://www.patreon.com/pippin";>
+    <span class='donate-button'>
       Fund Øyvind Kolås<sup>1</sup><br/>
-      GEGL development
-    </a>
-  </span>
-  <span class='donate-button'>
-    <a href="https://www.patreon.com/zemarmot";>
-      Fund ZeMarmot (Aryeom and Jehan)<sup>2</sup><br/>
-      GIMP development
-    </a>
-  </span>
+      <strong>GEGL development</strong>
+    </span>
+  </a>
+  <a href="https://www.patreon.com/zemarmot";>
+    <span class='donate-button'>
+      Fund ZeMarmot<sup>2</sup><br/>
+      <strong>GIMP development</strong>
+    </span>
+  </a>
 </p>
 
-1. Øyvind Kolås [raises funds](https://www.patreon.com/pippin) for his work on [GEGL](http://gegl.org/), 
GIMP's new sophisticated image processing core. This work is crucial to implement features such as 
non-destructive editing in GIMP, including features known as adjustment layers and layer effects in similar 
software. Øyvind is the GEGL maintainer and its primary developer who has been working on it since mid-2000s.
+1. **Øyvind Kolås** [raises funds](https://www.patreon.com/pippin) for his work on [GEGL](http://gegl.org/), 
GIMP's new sophisticated image processing core. This work is crucial to implement features such as 
non-destructive editing in GIMP, including features known as adjustment layers and layer effects in similar 
software. Øyvind is the GEGL maintainer and its primary developer who has been working on it since mid-2000s.
 
-2. Aryeom and Jehan [raise funds](https://www.patreon.com/zemarmot) for GIMP development and a GIMP-powered 
animated movie: *ZeMarmot* (Libre Art, Creative Commons by-sa 4.0 licenses). The funds allow developing 
features for professional graphics usage and keeping GIMP bug-free. Jehan is a GIMP maintainer and has been 
one of its most active contributors since 2012, while Aryeom designs and tests features in production, in a 
professional context.
+2. **Aryeom and Jehan** [raise funds](https://www.patreon.com/zemarmot) for GIMP development and a 
GIMP-powered animated movie: **ZeMarmot** (Libre Art, Creative Commons by-sa 4.0 licenses). The funds allow 
developing features for professional graphics usage and keeping GIMP bug-free. Jehan is a GIMP maintainer and 
has been one of its most active contributors since 2012, while Aryeom designs and tests features in 
production ever since, in a professional context.
 
 ## Donate to the Project
 
diff --git a/themes/newgimp/static/css/gimp.css b/themes/newgimp/static/css/gimp.css
index e477c085..101cf75b 100644
--- a/themes/newgimp/static/css/gimp.css
+++ b/themes/newgimp/static/css/gimp.css
@@ -738,6 +738,7 @@ a.donate-orange {
         display: inline-block;
         border: solid 1px #666;
         background-color: #2cbefb;
+        color: white;
         margin: 0.5rem 0;
         border-radius: 10px;
         box-shadow: 1px 1px 2px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]