You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by hb...@apache.org on 2016/08/15 16:42:44 UTC

incubator-quickstep-site git commit: Fixes to the index page. - Removed download button. - Added name of the TLP sponsor. [Forced Update!]

Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/site-fix 6fa27c7c3 -> 76e4b17eb (forced update)


Fixes to the index page.
- Removed download button.
- Added name of the TLP sponsor.


Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/commit/76e4b17e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/tree/76e4b17e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/diff/76e4b17e

Branch: refs/heads/site-fix
Commit: 76e4b17eb648bbc6651baa0395baf21a092e6dbc
Parents: ea69cf6
Author: Harshad Deshmukh <hb...@apache.org>
Authored: Mon Aug 15 11:37:26 2016 -0500
Committer: Harshad Deshmukh <hb...@apache.org>
Committed: Mon Aug 15 11:42:04 2016 -0500

----------------------------------------------------------------------
 index.html | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/76e4b17e/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index a7039c4..a1190be 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>Try Quickstep</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>