You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/03 13:25:23 UTC

[sling-site] branch master updated: Added 'support apache' logo and link

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 612e2af  Added 'support apache' logo and link
612e2af is described below

commit 612e2af7a232dc4b56d2d886fa6e9165e3b4cc83
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jan 3 14:24:11 2018 +0100

    Added 'support apache' logo and link
---
 .../assets/res/images/SupportApache-small.png      | Bin 0 -> 96596 bytes
 src/main/jbake/templates/menu.tpl                  |  21 ++++++++++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/src/main/jbake/assets/res/images/SupportApache-small.png b/src/main/jbake/assets/res/images/SupportApache-small.png
new file mode 100644
index 0000000..4a23e05
Binary files /dev/null and b/src/main/jbake/assets/res/images/SupportApache-small.png differ
diff --git a/src/main/jbake/templates/menu.tpl b/src/main/jbake/templates/menu.tpl
index b4778d6..164afbd 100644
--- a/src/main/jbake/templates/menu.tpl
+++ b/src/main/jbake/templates/menu.tpl
@@ -46,16 +46,23 @@ div(class:"menu"){
 	}
 
 	p(){
-		strong("Sponsorship") br() newLine()
-		a(href:"http://www.apache.org/foundation/thanks.html", "Thanks") br() newLine()
-		a(href:"http://www.apache.org/foundation/sponsorship.html", "Become a Sponsor") br() newLine()
-		a(href:"https://donate.apache.org/", "Donate!") br() newLine()
-		a(href:"http://www.apache.org/foundation/buy_stuff.html", "Buy Stuff") br() newLine()  
+		strong(){a(href:"${config.site_contextPath}sitemap.html", "Site Map")}
 	}
 
 	p(){
-		strong(){a(href:"${config.site_contextPath}sitemap.html", "Site Map")}
+		strong("Apache Software Foundation") br() newLine()
+		a(href:"http://www.apache.org/foundation/thanks.html", "Thanks!") br() newLine()
+		a(href:"http://www.apache.org/foundation/sponsorship.html", "Become a Sponsor") br() newLine()
+		a(href:"http://www.apache.org/foundation/buy_stuff.html", "Buy Stuff") br() newLine()  
+        a(href:"http://apache.org/foundation/contributing.html") {
+            img(
+                border:"0", 
+                alt:"Support the Apache Software Foundation!", 
+                src:"${config.site_contextPath}res/images/SupportApache-small.png",
+                width:"115px"
+            )
+        }
 	}
-
+    
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].