Fixes to the index page.

- Removed download button.
- Added name of the TLP sponsor.
diff --git a/index.html b/index.html
index a7039c4..78c4555 100644
--- a/index.html
+++ b/index.html
@@ -13,11 +13,6 @@
       <div class="large-9 columns">
         <h1>Apache Quickstep (incubating)</h1>
       </div>
-      <div class="large-3 columns">
-        <ul class="button-group radius">
-          <p><a href="https://github.com/apache/incubator-quickstep/archive/master.zip" class="button">Download</a></p>
-        </ul>
-      </div>
     </div>
 
     <div class="row">
@@ -69,6 +64,21 @@
       </div>
     </div>
 
+    <div class="row">
+      <div class="large-12 columns">
+          <h3>Disclaimer</h3>
+          <p>Apache Quickstep is an effort undergoing incubation at The 
+             Apache Software Foundation (ASF), sponsored by the Apache Incubator. 
+             Incubation is required of all newly accepted projects 
+             until a further review indicates that the infrastructure, 
+             communications, and decision making process have stabilized in a 
+             manner consistent with other successful ASF projects. While 
+             incubation status is not necessarily a reflection of the 
+             completeness or stability of the code, it does indicate that the 
+             project has yet to be fully endorsed by the ASF.</p>
+      </div>
+    </div>
+
     <script src="js/vendor/jquery.js"></script>
     <script src="js/vendor/what-input.js"></script>
     <script src="js/vendor/foundation.js"></script>