You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sp...@apache.org on 2017/03/16 21:05:49 UTC

incubator-quickstep-site git commit: updated site to include incubator logo [Forced Update!]

Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/asf-site d672965ec -> daba250dd (forced update)


updated site to include incubator logo


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/daba250d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/tree/daba250d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/diff/daba250d

Branch: refs/heads/asf-site
Commit: daba250dde49d2214de5f62aee5d9770b2061bee
Parents: b3079f0
Author: cramja <ma...@gmail.com>
Authored: Thu Mar 16 16:02:49 2017 -0500
Committer: cramja <ma...@gmail.com>
Committed: Thu Mar 16 16:05:36 2017 -0500

----------------------------------------------------------------------
 _config.yml                               |   2 +-
 _includes/footer.html                     |  33 +++++++++++++++++
 _layouts/home.html                        |   6 ---
 _sass/minima/_layout.scss                 |  18 ++-------
 assets/incubator-logo.png                 | Bin 0 -> 8211 bytes
 content/about/index.html                  |  36 ++++++------------
 content/assets/incubator-logo.png         | Bin 0 -> 8211 bytes
 content/assets/main.css                   |  18 +++------
 content/blog/index.html                   |  36 ++++++------------
 content/feed.xml                          |   2 +-
 content/guides/2016/12/10/FirstQuery.html |  36 ++++++------------
 content/index.html                        |  49 ++++++++-----------------
 content/release/index.html                |  36 ++++++------------
 index.md                                  |  11 ++++--
 14 files changed, 115 insertions(+), 168 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 5f8b18c..876334c 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,7 +11,7 @@
 # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
 # You can create any custom variable you would like, and they will be accessible
 # in the templates via {{ site.myvariable }}.
-title: Quickstep
+title: Apache Quickstep (Incubating)
 email: dev@quickstep.incubator.apache.org
 description: > # this means to ignore newlines until "baseurl:"
   Quickstep is a next-generation data processing platform designed 

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/_includes/footer.html
----------------------------------------------------------------------
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..3ebbd98
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,33 @@
+
+<footer class="site-footer">
+
+  <div class="wrapper">
+    <div class="footer-col-wrapper">
+      <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
+        <ul class="contact-list">
+          <li>
+          <h3>
+            {% if site.author %}
+              {{ site.author | escape }}
+            {% else %}
+              {{ site.title | escape }}
+            {% endif %}
+            </h3>
+            </li>
+            {% if site.email %}
+            <li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
+            {% endif %}
+        </ul>
+        <p>{{ site.description | escape }}</p>
+      </div>
+
+      <div class="footer-col footer-col-2">
+        <h3>Disclaimer</h3>
+        <small>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.</small>
+      </div>
+    </div>
+
+  </div>
+
+</footer>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/_layouts/home.html
----------------------------------------------------------------------
diff --git a/_layouts/home.html b/_layouts/home.html
index 125ac7f..96e5235 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -6,10 +6,4 @@ layout: default
   
   {{ content }}
 
-  <!-- <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p> -->
-
-<hr>
-<h3>Disclaimer</h3>
-<small>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.</small>
-
 </div>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/_sass/minima/_layout.scss
----------------------------------------------------------------------
diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss
index 3dc23da..c764d77 100644
--- a/_sass/minima/_layout.scss
+++ b/_sass/minima/_layout.scss
@@ -122,18 +122,13 @@
 }
 
 .footer-col-1 {
-  width: -webkit-calc(35% - (#{$spacing-unit} / 2));
-  width:         calc(35% - (#{$spacing-unit} / 2));
+  width: -webkit-calc(40% - (#{$spacing-unit} / 2));
+  width:         calc(40% - (#{$spacing-unit} / 2));
 }
 
 .footer-col-2 {
-  width: -webkit-calc(20% - (#{$spacing-unit} / 2));
-  width:         calc(20% - (#{$spacing-unit} / 2));
-}
-
-.footer-col-3 {
-  width: -webkit-calc(45% - (#{$spacing-unit} / 2));
-  width:         calc(45% - (#{$spacing-unit} / 2));
+  width: -webkit-calc(60% - (#{$spacing-unit} / 2));
+  width:         calc(60% - (#{$spacing-unit} / 2));
 }
 
 @include media-query($on-laptop) {
@@ -142,11 +137,6 @@
     width: -webkit-calc(50% - (#{$spacing-unit} / 2));
     width:         calc(50% - (#{$spacing-unit} / 2));
   }
-
-  .footer-col-3 {
-    width: -webkit-calc(100% - (#{$spacing-unit} / 2));
-    width:         calc(100% - (#{$spacing-unit} / 2));
-  }
 }
 
 @include media-query($on-palm) {

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/assets/incubator-logo.png
----------------------------------------------------------------------
diff --git a/assets/incubator-logo.png b/assets/incubator-logo.png
new file mode 100644
index 0000000..ae6ec4c
Binary files /dev/null and b/assets/incubator-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/about/index.html
----------------------------------------------------------------------
diff --git a/content/about/index.html b/content/about/index.html
index bf24857..2ce1fdd 100644
--- a/content/about/index.html
+++ b/content/about/index.html
@@ -11,7 +11,7 @@
 
   <link rel="stylesheet" href="/assets/main.css">
   <link rel="canonical" href="http://localhost:4000/about/">
-  <link rel="alternate" type="application/rss+xml" title="Quickstep" href="/feed.xml">
+  <link rel="alternate" type="application/rss+xml" title="Apache Quickstep (Incubating)" href="/feed.xml">
   
   
 </head>
@@ -23,7 +23,7 @@
 
   <div class="wrapper">
 
-    <a class="site-title" href="/">Quickstep</a>
+    <a class="site-title" href="/">Apache Quickstep (Incubating)</a>
 
     <nav class="site-nav">
       <span class="menu-icon">
@@ -135,43 +135,32 @@
       </div>
     </main>
 
-    <footer class="site-footer">
+    
+<footer class="site-footer">
 
   <div class="wrapper">
-
-    <h2 class="footer-heading">Quickstep</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
         <ul class="contact-list">
           <li>
+          <h3>
             
-              Quickstep
+              Apache Quickstep (Incubating)
             
+            </h3>
             </li>
             
             <li><a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></li>
             
         </ul>
+        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+</p>
       </div>
 
       <div class="footer-col footer-col-2">
-        <ul class="social-media-list">
-          
-          <li>
-            <a href="https://github.com/apache"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906
 ,12.285,0.431,7.999,0.431z"/></svg>
-</span><span class="username">apache</span></a>
-
-          </li>
-          
-
-          
-        </ul>
-      </div>
-
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
-</p>
+        <h3>Disclaimer</h3>
+        <small>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.</small>
       </div>
     </div>
 
@@ -179,7 +168,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/assets/incubator-logo.png
----------------------------------------------------------------------
diff --git a/content/assets/incubator-logo.png b/content/assets/incubator-logo.png
new file mode 100644
index 0000000..ae6ec4c
Binary files /dev/null and b/content/assets/incubator-logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/assets/main.css
----------------------------------------------------------------------
diff --git a/content/assets/main.css b/content/assets/main.css
index 4ca6daa..69d76ee 100644
--- a/content/assets/main.css
+++ b/content/assets/main.css
@@ -230,26 +230,18 @@ pre {
   padding-left: 15px; }
 
 .footer-col-1 {
-  width: -webkit-calc(35% - (30px / 2));
-  width: calc(35% - (30px / 2)); }
+  width: -webkit-calc(40% - (30px / 2));
+  width: calc(40% - (30px / 2)); }
 
 .footer-col-2 {
-  width: -webkit-calc(20% - (30px / 2));
-  width: calc(20% - (30px / 2)); }
-
-.footer-col-3 {
-  width: -webkit-calc(45% - (30px / 2));
-  width: calc(45% - (30px / 2)); }
+  width: -webkit-calc(60% - (30px / 2));
+  width: calc(60% - (30px / 2)); }
 
 @media screen and (max-width: 800px) {
   .footer-col-1,
   .footer-col-2 {
     width: -webkit-calc(50% - (30px / 2));
-    width: calc(50% - (30px / 2)); }
-
-  .footer-col-3 {
-    width: -webkit-calc(100% - (30px / 2));
-    width: calc(100% - (30px / 2)); } }
+    width: calc(50% - (30px / 2)); } }
 @media screen and (max-width: 600px) {
   .footer-col {
     float: none;

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 82c2420..ad3221d 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -11,7 +11,7 @@
 
   <link rel="stylesheet" href="/assets/main.css">
   <link rel="canonical" href="http://localhost:4000/blog/">
-  <link rel="alternate" type="application/rss+xml" title="Quickstep" href="/feed.xml">
+  <link rel="alternate" type="application/rss+xml" title="Apache Quickstep (Incubating)" href="/feed.xml">
   
   
 </head>
@@ -23,7 +23,7 @@
 
   <div class="wrapper">
 
-    <a class="site-title" href="/">Quickstep</a>
+    <a class="site-title" href="/">Apache Quickstep (Incubating)</a>
 
     <nav class="site-nav">
       <span class="menu-icon">
@@ -91,43 +91,32 @@
       </div>
     </main>
 
-    <footer class="site-footer">
+    
+<footer class="site-footer">
 
   <div class="wrapper">
-
-    <h2 class="footer-heading">Quickstep</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
         <ul class="contact-list">
           <li>
+          <h3>
             
-              Quickstep
+              Apache Quickstep (Incubating)
             
+            </h3>
             </li>
             
             <li><a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></li>
             
         </ul>
+        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+</p>
       </div>
 
       <div class="footer-col footer-col-2">
-        <ul class="social-media-list">
-          
-          <li>
-            <a href="https://github.com/apache"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906
 ,12.285,0.431,7.999,0.431z"/></svg>
-</span><span class="username">apache</span></a>
-
-          </li>
-          
-
-          
-        </ul>
-      </div>
-
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
-</p>
+        <h3>Disclaimer</h3>
+        <small>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.</small>
       </div>
     </div>
 
@@ -135,7 +124,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 2316292..f546782 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-01T16:46:45-06:00</updated><id>http://localhost:4000//</id><title type="html">Quickstep</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xml" href="http://localhost:4000/feed.xslt.xml"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-16T16:04:46-05:00</updated><id>http://localhost:4000//</id><title type="html">Apache Quickstep (Incubating)</title><subtitle>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
 </subtitle><entry><title type="html">Your First Query</title><link href="http://localhost:4000/guides/2016/12/10/FirstQuery.html" rel="alternate" type="text/html" title="Your First Query" /><published>2016-12-10T12:29:09-06:00</published><updated>2016-12-10T12:29:09-06:00</updated><id>http://localhost:4000/guides/2016/12/10/FirstQuery</id><content type="html" xml:base="http://localhost:4000/guides/2016/12/10/FirstQuery.html">&lt;p&gt;For this tutorial, I\u2019m going to assume you\u2019re running in a unix environment. If you\u2019re having trouble building on Windows, try asking the dev community (&lt;a href=&quot;mailto:dev@quickstep.incubating.apache.org&quot;&gt;dev@quickstep.incubating.apache.org&lt;/a&gt;). You can also find a complete guide &lt;a href=&quot;https://github.com/cramja/incubator-quickstep/blob/master/BUILDING.md&quot;&gt;here in our documentation&lt;/a&gt;.&lt;/p&gt;
 
 &lt;p&gt;If you\u2019re going to build Quickstep, you\u2019ll first need to clone it from Github and initialize the submodules&lt;/p&gt;

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/guides/2016/12/10/FirstQuery.html
----------------------------------------------------------------------
diff --git a/content/guides/2016/12/10/FirstQuery.html b/content/guides/2016/12/10/FirstQuery.html
index c9b2aee..1f7d1e8 100644
--- a/content/guides/2016/12/10/FirstQuery.html
+++ b/content/guides/2016/12/10/FirstQuery.html
@@ -11,7 +11,7 @@
 
   <link rel="stylesheet" href="/assets/main.css">
   <link rel="canonical" href="http://localhost:4000/guides/2016/12/10/FirstQuery.html">
-  <link rel="alternate" type="application/rss+xml" title="Quickstep" href="/feed.xml">
+  <link rel="alternate" type="application/rss+xml" title="Apache Quickstep (Incubating)" href="/feed.xml">
   
   
 </head>
@@ -23,7 +23,7 @@
 
   <div class="wrapper">
 
-    <a class="site-title" href="/">Quickstep</a>
+    <a class="site-title" href="/">Apache Quickstep (Incubating)</a>
 
     <nav class="site-nav">
       <span class="menu-icon">
@@ -126,43 +126,32 @@ make -j4 quickstep_cli_shell</code></pre></figure>
       </div>
     </main>
 
-    <footer class="site-footer">
+    
+<footer class="site-footer">
 
   <div class="wrapper">
-
-    <h2 class="footer-heading">Quickstep</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
         <ul class="contact-list">
           <li>
+          <h3>
             
-              Quickstep
+              Apache Quickstep (Incubating)
             
+            </h3>
             </li>
             
             <li><a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></li>
             
         </ul>
+        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+</p>
       </div>
 
       <div class="footer-col footer-col-2">
-        <ul class="social-media-list">
-          
-          <li>
-            <a href="https://github.com/apache"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906
 ,12.285,0.431,7.999,0.431z"/></svg>
-</span><span class="username">apache</span></a>
-
-          </li>
-          
-
-          
-        </ul>
-      </div>
-
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
-</p>
+        <h3>Disclaimer</h3>
+        <small>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.</small>
       </div>
     </div>
 
@@ -170,7 +159,6 @@ make -j4 quickstep_cli_shell</code></pre></figure>
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index d37814a..80708d6 100644
--- a/content/index.html
+++ b/content/index.html
@@ -6,12 +6,12 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
 
-  <title>Quickstep</title>
+  <title>Apache Quickstep (Incubating)</title>
   <meta name="description" content="Quickstep is a next-generation data processing platform designed for high-performance analytical queries.">
 
   <link rel="stylesheet" href="/assets/main.css">
   <link rel="canonical" href="http://localhost:4000/">
-  <link rel="alternate" type="application/rss+xml" title="Quickstep" href="/feed.xml">
+  <link rel="alternate" type="application/rss+xml" title="Apache Quickstep (Incubating)" href="/feed.xml">
   
   
 </head>
@@ -23,7 +23,7 @@
 
   <div class="wrapper">
 
-    <a class="site-title" href="/">Quickstep</a>
+    <a class="site-title" href="/">Apache Quickstep (Incubating)</a>
 
     <nav class="site-nav">
       <span class="menu-icon">
@@ -68,7 +68,7 @@
       <div class="wrapper">
         <div class="home">
   
-  <h1 id="apache-incubating-quickstep">Apache (incubating) Quickstep</h1>
+  <h1 id="apache-quickstep-incubating">Apache Quickstep (Incubating)</h1>
 
 <p>Quickstep is a high performance database engine. We currently support a SQL interface with plans to support advanced machine learning operations.</p>
 
@@ -80,7 +80,7 @@
 <p>Quickstep is easy to get set up. It currently runs on a single node and supports a SQL front-end, and doesn\u2019t require tuning parameters. To get started, follow the <a href="https://github.com/apache/incubator-quickstep/blob/master/README.md">quickstart guide</a>.</p>
 
 <h2 id="community">Community</h2>
-<p>Quickstep is an Apache (incubating) project. If you want to learn more about the community, follow the dev conversation at <a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></p>
+<p>Quickstep is an Apache (incubating) project. If you want to learn more about the community, follow the dev conversation at <a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a>. Send a blank email to this address for subscribe instructions. You can also view the <a href="https://www.mail-archive.com/dev@quickstep.incubator.apache.org/">mail archive</a>.</p>
 
 <h2 id="roadmap">Roadmap</h2>
 
@@ -88,57 +88,41 @@
 
 <h2 id="blog">Blog</h2>
 
-<p>The link to our blog is <a href="/blog-index">here</a>.</p>
+<p>The link to our blog is <a href="/blog">here</a>.</p>
 
 
-  <!-- <p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p> -->
-
-<hr>
-<h3>Disclaimer</h3>
-<small>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.</small>
 
 </div>
 
       </div>
     </main>
 
-    <footer class="site-footer">
+    
+<footer class="site-footer">
 
   <div class="wrapper">
-
-    <h2 class="footer-heading">Quickstep</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
         <ul class="contact-list">
           <li>
+          <h3>
             
-              Quickstep
+              Apache Quickstep (Incubating)
             
+            </h3>
             </li>
             
             <li><a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></li>
             
         </ul>
+        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+</p>
       </div>
 
       <div class="footer-col footer-col-2">
-        <ul class="social-media-list">
-          
-          <li>
-            <a href="https://github.com/apache"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906
 ,12.285,0.431,7.999,0.431z"/></svg>
-</span><span class="username">apache</span></a>
-
-          </li>
-          
-
-          
-        </ul>
-      </div>
-
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
-</p>
+        <h3>Disclaimer</h3>
+        <small>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.</small>
       </div>
     </div>
 
@@ -146,7 +130,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/content/release/index.html
----------------------------------------------------------------------
diff --git a/content/release/index.html b/content/release/index.html
index 443f674..ac1254d 100644
--- a/content/release/index.html
+++ b/content/release/index.html
@@ -11,7 +11,7 @@
 
   <link rel="stylesheet" href="/assets/main.css">
   <link rel="canonical" href="http://localhost:4000/release/">
-  <link rel="alternate" type="application/rss+xml" title="Quickstep" href="/feed.xml">
+  <link rel="alternate" type="application/rss+xml" title="Apache Quickstep (Incubating)" href="/feed.xml">
   
   
 </head>
@@ -23,7 +23,7 @@
 
   <div class="wrapper">
 
-    <a class="site-title" href="/">Quickstep</a>
+    <a class="site-title" href="/">Apache Quickstep (Incubating)</a>
 
     <nav class="site-nav">
       <span class="menu-icon">
@@ -84,43 +84,32 @@
       </div>
     </main>
 
-    <footer class="site-footer">
+    
+<footer class="site-footer">
 
   <div class="wrapper">
-
-    <h2 class="footer-heading">Quickstep</h2>
-
     <div class="footer-col-wrapper">
       <div class="footer-col footer-col-1">
+        <img src="/assets/incubator-logo.png" />
         <ul class="contact-list">
           <li>
+          <h3>
             
-              Quickstep
+              Apache Quickstep (Incubating)
             
+            </h3>
             </li>
             
             <li><a href="mailto:dev@quickstep.incubator.apache.org">dev@quickstep.incubator.apache.org</a></li>
             
         </ul>
+        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
+</p>
       </div>
 
       <div class="footer-col footer-col-2">
-        <ul class="social-media-list">
-          
-          <li>
-            <a href="https://github.com/apache"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906
 ,12.285,0.431,7.999,0.431z"/></svg>
-</span><span class="username">apache</span></a>
-
-          </li>
-          
-
-          
-        </ul>
-      </div>
-
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  for high-performance analytical queries.
-</p>
+        <h3>Disclaimer</h3>
+        <small>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.</small>
       </div>
     </div>
 
@@ -128,7 +117,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/daba250d/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 678659a..64e9b51 100644
--- a/index.md
+++ b/index.md
@@ -3,7 +3,7 @@
 # See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
 layout: home
 ---
-# Apache (incubating) Quickstep
+# Apache Quickstep (Incubating)
 
 Quickstep is a high performance database engine. We currently support a SQL interface with plans to support advanced machine learning operations.
 
@@ -12,10 +12,10 @@ Quickstep's design starts with an underlying relational kernel core. The key des
 For the hardware available in the future, we aim to co-design hardware and software primitives that will allow the data processing kernels to work on increasing amounts of data economically - both from the raw performance perspective, and from the perspective of the energy consumed by the data processing kernels and the applications running on the platform.
 
 ## Getting Started
-Quickstep is easy to get set up. It currently runs on a single node and supports a SQL front-end, and doesn't require tuning parameters. To get started, follow the [quickstart guide](https://github.com/apache/incubator-quickstep/blob/master/README.md).
+Quickstep is easy to get set up. It currently runs on a single node and supports a SQL front-end, and doesn't require tuning parameters. To get started, follow the [quickstart guide][start-guide].
 
 ## Community
-Quickstep is an Apache (incubating) project. If you want to learn more about the community, follow the dev conversation at <de...@quickstep.incubator.apache.org>
+Quickstep is an Apache (incubating) project. If you want to learn more about the community, follow the dev conversation at <de...@quickstep.incubator.apache.org>. Send a blank email to this address for subscribe instructions. You can also view the [mail archive][mail-archive].
 
 ## Roadmap
 
@@ -23,4 +23,7 @@ The current roadmap is to produce a platform that can run relational database ap
 
 ## Blog
 
-The link to our blog is [here](/blog-index).
\ No newline at end of file
+The link to our blog is [here](/blog).
+
+[start-guide]: https://github.com/apache/incubator-quickstep/blob/master/README.md
+[mail-archive]: https://www.mail-archive.com/dev@quickstep.incubator.apache.org/
\ No newline at end of file