Repository: jclouds-site Updated Branches: refs/heads/support-apache [created] 63008d2f2
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/63008d2f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/63008d2f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/63008d2f Branch: refs/heads/support-apache Commit: 63008d2f248d8d49e401a1a82bcbc4312d3dbe12 Parents: e1782d7 Author: Ignasi Barrera <[email protected]> Authored: Tue Mar 28 12:38:21 2017 +0200 Committer: Ignasi Barrera <[email protected]> Committed: Tue Mar 28 12:38:21 2017 +0200 ---------------------------------------------------------------------- _includes/footer.html | 5 +++++ _includes/supportapache.html | 11 +++++++++++ _layouts/home.html | 5 ++++- img/support-apache.png | Bin 0 -> 96596 bytes 4 files changed, 20 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/63008d2f/_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/63008d2f/_includes/supportapache.html ---------------------------------------------------------------------- diff --git a/_includes/supportapache.html b/_includes/supportapache.html new file mode 100644 index 0000000..c3b35b7 --- /dev/null +++ b/_includes/supportapache.html @@ -0,0 +1,11 @@ +<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> + <strong>Support Apache</strong><br/> + 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. + 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. + </p> + <div style="clear: both;"></div> +</div> http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/63008d2f/_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/63008d2f/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
