Repository: incubator-quickstep-site
Updated Branches:
  refs/heads/asf-site b3079f074 -> d672965ec


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

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

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


http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/_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: d...@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/d672965e/_includes/footer.html
----------------------------------------------------------------------
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..02f30e9
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,49 @@
+
+<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">
+        <ul class="social-media-list">
+          {% if site.github_username %}
+          <li>
+            {% include icon-github.html username=site.github_username %}
+          </li>
+          {% endif %}
+
+          {% if site.twitter_username %}
+          <li>
+            {% include icon-twitter.html username=site.twitter_username %}
+          </li>
+          {% endif %}
+        </ul>
+      </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/d672965e/_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/d672965e/_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/d672965e/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/d672965e/content/about/index.html
----------------------------------------------------------------------
diff --git a/content/about/index.html b/content/about/index.html
index bf24857..db3bd87 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,27 +135,30 @@
       </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:d...@quickstep.incubator.apache.org";>d...@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">
+<!--      <div class="footer-col footer-col-2">
         <ul class="social-media-list">
           
           <li>
@@ -167,11 +170,11 @@
 
           
         </ul>
-      </div>
+      </div> -->
 
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  
for high-performance analytical queries.
-</p>
+      <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>
 
@@ -179,7 +182,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/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/d672965e/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/d672965e/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 82c2420..04a3b75 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,27 +91,30 @@
       </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:d...@quickstep.incubator.apache.org";>d...@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">
+<!--      <div class="footer-col footer-col-2">
         <ul class="social-media-list">
           
           <li>
@@ -123,11 +126,11 @@
 
           
         </ul>
-      </div>
+      </div> -->
 
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  
for high-performance analytical queries.
-</p>
+      <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>
 
@@ -135,7 +138,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/content/feed.xml
----------------------------------------------------------------------
diff --git a/content/feed.xml b/content/feed.xml
index 2316292..8612c48 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:01: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’m going to assume you’re running in a unix environment. If 
you’re having trouble building on Windows, try asking the dev community 
(&lt;a 
href=&quot;mailto:d...@quickstep.incubating.apache.org&quot;&gt;d...@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’re going to build Quickstep, you’ll 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/d672965e/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..2f825ae 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,27 +126,30 @@ 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:d...@quickstep.incubator.apache.org";>d...@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">
+<!--      <div class="footer-col footer-col-2">
         <ul class="social-media-list">
           
           <li>
@@ -158,11 +161,11 @@ make -j4 quickstep_cli_shell</code></pre></figure>
 
           
         </ul>
-      </div>
+      </div> -->
 
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  
for high-performance analytical queries.
-</p>
+      <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>
 
@@ -170,7 +173,6 @@ make -j4 quickstep_cli_shell</code></pre></figure>
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index d37814a..c15a73e 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’t 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:d...@quickstep.incubator.apache.org";>d...@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:d...@quickstep.incubator.apache.org";>d...@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,41 +88,39 @@
 
 <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:d...@quickstep.incubator.apache.org";>d...@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">
+<!--      <div class="footer-col footer-col-2">
         <ul class="social-media-list">
           
           <li>
@@ -134,11 +132,11 @@
 
           
         </ul>
-      </div>
+      </div> -->
 
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  
for high-performance analytical queries.
-</p>
+      <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>
 
@@ -146,7 +144,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/content/release/index.html
----------------------------------------------------------------------
diff --git a/content/release/index.html b/content/release/index.html
index 443f674..fcdebd9 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,27 +84,30 @@
       </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:d...@quickstep.incubator.apache.org";>d...@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">
+<!--      <div class="footer-col footer-col-2">
         <ul class="social-media-list">
           
           <li>
@@ -116,11 +119,11 @@
 
           
         </ul>
-      </div>
+      </div> -->
 
-      <div class="footer-col footer-col-3">
-        <p>Quickstep is a next-generation data processing platform designed  
for high-performance analytical queries.
-</p>
+      <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>
 
@@ -128,7 +131,6 @@
 
 </footer>
 
-
   </body>
 
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-quickstep-site/blob/d672965e/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 
<d...@quickstep.incubator.apache.org>
+Quickstep is an Apache (incubating) project. If you want to learn more about 
the community, follow the dev conversation at 
<d...@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

Reply via email to