Repository: jclouds-site Updated Branches: refs/heads/master ddcd8002b -> c8463d42c
Support apache disclaimer Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/c8463d42 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/c8463d42 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/c8463d42 Branch: refs/heads/master Commit: c8463d42ce0af3b067377a3e3df0a947bff3e740 Parents: ddcd800 Author: Ignasi Barrera <[email protected]> Authored: Tue Mar 28 12:38:21 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Fri Mar 31 10:15:51 2017 +0200 ---------------------------------------------------------------------- _includes/footer.html | 5 +++++ _includes/supportapache.html | 10 ++++++++++ _layouts/home.html | 5 ++++- img/support-apache.png | Bin 0 -> 96596 bytes 4 files changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/c8463d42/_includes/footer.html ---------------------------------------------------------------------- diff --git a/_includes/footer.html b/_includes/footer.html index 5d06b90..f068375 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -44,6 +44,11 @@ <p class="text-center"> <img src="/img/Apache_Logo.png" height="120" /> </p> + <p class="text-center"> + <a href="https://donate.apache.org/" title="Support Apache"> + <img src="/img/support-apache.png" height="120" /> + </a> + </p> <br/> </div> </div> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/c8463d42/_includes/supportapache.html ---------------------------------------------------------------------- diff --git a/_includes/supportapache.html b/_includes/supportapache.html new file mode 100644 index 0000000..cc1f958 --- /dev/null +++ b/_includes/supportapache.html @@ -0,0 +1,10 @@ +<div id="supportapache" class="alert alert-warning"> + <p> + <a href="https://donate.apache.org/" title="Support Apache"> + <img style="float: left; margin-right: 20px;" src="img/support-apache.png" height="95"/> + </a> + The Apache Software Foundation (ASF) is a US 501(c)(3) nonprofit charitable organization that depends on a variety of funding sources to sustain its day-to-day activities.<br/><br/> + <strong>Your support enables the ASF ensure its 300+ community-driven software products remain available to billions of users around the world at no cost, and to incubate the next generation of Open Source innovations.</strong> + </p> + <div style="clear: both;"></div> +</div> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/c8463d42/_layouts/home.html ---------------------------------------------------------------------- diff --git a/_layouts/home.html b/_layouts/home.html index 29af5eb..3228808 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -6,7 +6,10 @@ <body> {% include navbar.html %} <div id="home-content" class="container"> - <div class="row clearfix"> + + {% include supportapache.html %} + + <div class="row clearfix"> <div class="col-md-4 column"> <img src="/img/fullsizelogo.jpg" class="img-rounded"/> </div> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/c8463d42/img/support-apache.png ---------------------------------------------------------------------- diff --git a/img/support-apache.png b/img/support-apache.png new file mode 100644 index 0000000..4a23e05 Binary files /dev/null and b/img/support-apache.png differ
