Support apache disclaimer
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>
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>
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>
diff --git a/img/support-apache.png b/img/support-apache.png
new file mode 100644
index 0000000..4a23e05
--- /dev/null
+++ b/img/support-apache.png
Binary files differ