[gimp-web/gimp-web-static] Donate link on navigation orange + icon + moved to end



commit 764ee0532e10ed910c7b9bca2621b319cf4debfb
Author: Pat David <patdavid gmail com>
Date:   Tue Nov 17 15:08:41 2015 -0600

    Donate link on navigation orange + icon + moved to end

 content/donating/index.md          |    1 +
 themes/newgimp/templates/base.html |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/content/donating/index.md b/content/donating/index.md
index e9de04d..5bb037a 100644
--- a/content/donating/index.md
+++ b/content/donating/index.md
@@ -1,6 +1,7 @@
 Title: Donate
 Date: 2015-08-14T15:54:25-05:00
 Author: Pat David
+Status: hidden
 
 
 Donating money to the GIMP project is easy! The [GNOME Foundation](http://www.gnome.org/) has graciously 
agreed to act as fiscal agents for us. Contributions to the GIMP project can be made by donating to the GNOME 
Foundation and specifying the GIMP project as the recipient. The GNOME Foundation is a tax-exempt, non-profit 
501(c)(3) organization and all donations are tax-deductible in the USA.
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index aa39b9d..d488e43 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -74,6 +74,8 @@
               {% endif %}
             {% endif %}
 
+                <li><a href="/donating/" style="color:#f57900;"><i class="fa fa-money"></i> Donate</a></li>
+
             </ul>
             <i class="fa fa-chevron-up" id='nav-up'></i>
         </nav><!-- /#menu -->


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