You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by ti...@apache.org on 2016/03/15 00:29:55 UTC

incubator-asterixdb-site git commit: update branding

Repository: incubator-asterixdb-site
Updated Branches:
  refs/heads/asf-site abfde42bd -> 00f9bf22d


update branding

* add incubation disclaimer to all pages
* add (incubating) to first occurrence of "Apache AsterixDB" on every page
* add (tm) to the logo and to "Apache AsterixDB"
* add required links to www.apache.org
* also ordered committers alphabetically (not a requirement ...)

Change-Id: I645e5b3474de203ee62e9c0cf34317d02722bc69
Reviewed-on: https://asterix-gerrit.ics.uci.edu/717
Reviewed-by: Ian Maxon <im...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/commit/00f9bf22
Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/tree/00f9bf22
Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/diff/00f9bf22

Branch: refs/heads/asf-site
Commit: 00f9bf22dd19e8645315fb2b139527a575dae9c1
Parents: abfde42
Author: Till Westmann <ti...@apache.org>
Authored: Mon Mar 14 13:59:27 2016 -0700
Committer: Till Westmann <ti...@apache.org>
Committed: Mon Mar 14 16:24:16 2016 -0700

----------------------------------------------------------------------
 _includes/nav_header.html    |  29 ++++-
 _layouts/default.html        |  44 ++++---
 about.md                     |  18 ++-
 community.md                 |  41 +++----
 content/about.html           |  90 ++++++++++----
 content/community.html       | 238 +++++++++++++++++++++-----------------
 content/dev-setup.html       |  76 ++++++++----
 content/download.html        |  82 +++++++++----
 content/features.md          |  12 +-
 content/img/asf_logo.png     | Bin 0 -> 152842 bytes
 content/img/asterixdb_tm.png | Bin 0 -> 93615 bytes
 content/img/feather.png      | Bin 0 -> 138140 bytes
 content/index.html           |  85 +++++++++-----
 content/pushing.html         |  73 ++++++++----
 content/site.html            |  73 ++++++++----
 content/tools.html           |  76 ++++++++----
 dev-setup.md                 |   3 +-
 download.md                  |   8 +-
 features.md                  |  12 +-
 img/asf_logo.png             | Bin 0 -> 152842 bytes
 img/asterixdb_tm.png         | Bin 0 -> 93615 bytes
 img/feather.png              | Bin 0 -> 138140 bytes
 index.md                     |  12 +-
 tools.md                     |   3 +-
 24 files changed, 630 insertions(+), 345 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/_includes/nav_header.html
----------------------------------------------------------------------
diff --git a/_includes/nav_header.html b/_includes/nav_header.html
index 28db61c..f3b5754 100644
--- a/_includes/nav_header.html
+++ b/_includes/nav_header.html
@@ -1,10 +1,12 @@
-<div class="masthead">
-    <p class="lead">
-        <a href="{{ site.url }}index.html"><img src="{{ site.url }}img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
+      <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
 
-<nav class="navbar navbar-default">
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -42,6 +44,21 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/_layouts/default.html
----------------------------------------------------------------------
diff --git a/_layouts/default.html b/_layouts/default.html
index cb8b897..179d35a 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -27,25 +27,39 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  {% include nav_header.html %}
+    {% include nav_header.html %}
 
-  {{ content }}
+    {{ content }}
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-        <div class="col-md-1 text-right">
-        <img src="{{ site.url }}img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
-        </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/about.md
----------------------------------------------------------------------
diff --git a/about.md b/about.md
index d73efcd..bb36787 100644
--- a/about.md
+++ b/about.md
@@ -1,8 +1,14 @@
 ---
-title: About AsterixDB
+title: About Apache AsterixDB
 ---
 
-AsterixDB is a highly scalable data management system that can store,index, and manage semi-structured data, e.g., much like MongoDB, butit also supports a full-power query language with the expressiveness of SQL (and more). Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today -- AsterixDB aims to fill this need.
+Apache AsterixDB&trade; (incubating) is a highly scalable data management system that can store,index, and manage
+semi-structured data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness
+of SQL (and more).
+Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge
+of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat
+surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today
+-- AsterixDB aims to fill this need.
 
 ### Core features
 
@@ -24,8 +30,8 @@ AsterixDB is a highly scalable data management system that can store,index, and
   those of a NoSQL store.
 
 ### History
-The current version of AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.
-
-
-
+Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside.
+The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS.
+A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0.
+AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/community.md
----------------------------------------------------------------------
diff --git a/community.md b/community.md
index 2254f98..8761fe2 100644
--- a/community.md
+++ b/community.md
@@ -3,7 +3,8 @@ title: Community
 layout: wide
 ---
 
-Apache AsterixDB strives to support an open and transparent development process. Here are the various places where you can find discussions relating to the day to day development of AsterixDB and related projects, as well as answers to any AsterixDB-related questions.
+Apache AsterixDB&trade; (incubating) strives to support an open and transparent development process.
+Here are the various places where you can find discussions relating to the day to day development of AsterixDB and related projects, as well as answers to any AsterixDB-related questions.
 
 * TOC
 {:toc }
@@ -32,31 +33,31 @@ Some of the developers hang out in #asterixdb on irc.freenode.net. Feel free to
 {:.table .table-striped}
 |                                                                    | Name              | Organization       | Apache ID  |
 |--------------------------------------------------------------------|-------------------|--------------------|------------|
-|<img src="img/team/michael_carey.jpg" width="100" height="100">     | Michael Carey     | UC Irvine          | dtabass    |
-|<img src="img/team/till_westmann.jpg"  width="100" height="100">    | Till Westmann     | Couchbase          | tillw      |
-|<img src="img/team/vinayak_borkar.jpg"  width="100" height="100">   | Vinayak Borkar    | X15 Software       | vborkar    |
-|<img src="img/team/vassilis_tsotras.jpg" width="100" height="100">  | Vassilis Tsotras  | UC Riverside       | tsotras    |
+|<img src="img/team/abdullah_alamoudi.jpg" width="100" height="100"> | Abdullah Alamoudi | Couchbase          | amoudi     |
+|<img src="img/team/anonymous.jpg"     width="100" height="100">     | Cameron Samak     | UC Irvine          | csamak     |
 |<img src="img/team/chen_li.jpg"  width="100" height="100">          | Chen Li           | UC Irvine          | chenli     |
-|<img src="img/team/yingyi_bu.jpg" width="100" height="100">         | Yingyi Bu         | Couchbase          | buyingyi   |
-|<img src="img/team/young_seok_kim.jpg" width="100" height="100">    | Young-Seok Kim    | UC Irvine          | kisskys    |
-|<img src="img/team/inci_cetindil.jpg" width="100" height="100">     | Inci Cetindil     | UC Irvine          | icetindil  |
-|<img src="img/team/raman_grover.jpg" width="100" height="100">      | Raman Grover      | Microsoft Research | raman      |
-|<img src="img/team/pouria_pirzadeh.jpg" width="100" height="100">   | Pouria Pirzadeh   | UC Irvine          | pouria     |
-|<img src="img/team/murtadha_hubail.jpg" width="100" height="100">   | Murtadha Hubail   | UC Irvine          | mhubail    |
+|<img src="img/team/chris_hillery.jpg" width="100" height="100">     | Chris Hillery     | Couchbase          | ceej       |
+|<img src="img/team/heri_ramampiaro.jpg" width="100" height="100">   | Heri Ramampiaro   | NTNU Trondheim     | heri       |
 |<img src="img/team/ian_maxon.jpg" width="100" height="100">         | Ian Maxon         | UC Irvine          | imaxon     |
+|<img src="img/team/ildar_absalyamov.jpg" width="100" height="100">  | Ildar Absalyamov  | UC Riverside       | ildar      |
+|<img src="img/team/inci_cetindil.jpg" width="100" height="100">     | Inci Cetindil     | UC Irvine          | icetindil  |
 |<img src="img/team/jianfeng_jia.jpg"  width="100" height="100">     | Jianfeng Jia      | UC Irvine          | jianfeng   |
-|<img src="img/team/taewoo_kim.jpg"  width="100" height="100">       | Taewoo Kim        | UC Irvine          | wangsaeu   |
-|<img src="img/team/anonymous.jpg"     width="100" height="100">     | Cameron Samak     | UC Irvine          | csamak     |
+|<img src="img/team/keren_ouaknine.jpg"  width="100" height="100">   | Keren Ouaknine    | Hebrew University  | kereno     |
+|<img src="img/team/anonymous.jpg"  width="100" height="100">        | Markus Dreseler   | HPI                | mrks       |
+|<img src="img/team/michael_carey.jpg" width="100" height="100">     | Michael Carey     | UC Irvine          | dtabass    |
+|<img src="img/team/murtadha_hubail.jpg" width="100" height="100">   | Murtadha Hubail   | UC Irvine          | mhubail    |
+|<img src="img/team/pouria_pirzadeh.jpg" width="100" height="100">   | Pouria Pirzadeh   | UC Irvine          | pouria     |
+|<img src="img/team/anonymous.jpg" width="100" height="100">         | Preston Carman    | UC Riverside       | prestonc   |
+|<img src="img/team/raman_grover.jpg" width="100" height="100">      | Raman Grover      | Microsoft Research | raman      |
 |<img src="img/team/sattam_alsubaiee.png" width="100" height="100">  | Sattam Alsubaiee  | KACST Saudi Arabia | salsubaiee |
 |<img src="img/team/steven_jacobs.jpg" width="100" height="100">     | Steven Jacobs     | UC Riverside       | sjaco002   |
-|<img src="img/team/ildar_absalyamov.jpg" width="100" height="100">  | Ildar Absalyamov  | UC Riverside       | ildar      |
-|<img src="img/team/anonymous.jpg" width="100" height="100">         | Preston Carman    | UC Riverside       | prestonc   |
-|<img src="img/team/abdullah_alamoudi.jpg" width="100" height="100"> | Abdullah Alamoudi | Couchbase          | amoudi     |
+|<img src="img/team/taewoo_kim.jpg"  width="100" height="100">       | Taewoo Kim        | UC Irvine          | wangsaeu   |
+|<img src="img/team/till_westmann.jpg"  width="100" height="100">    | Till Westmann     | Couchbase          | tillw      |
+|<img src="img/team/vassilis_tsotras.jpg" width="100" height="100">  | Vassilis Tsotras  | UC Riverside       | tsotras    |
+|<img src="img/team/vinayak_borkar.jpg"  width="100" height="100">   | Vinayak Borkar    | X15 Software       | vborkar    |
+|<img src="img/team/yingyi_bu.jpg" width="100" height="100">         | Yingyi Bu         | Couchbase          | buyingyi   |
+|<img src="img/team/young_seok_kim.jpg" width="100" height="100">    | Young-Seok Kim    | UC Irvine          | kisskys    |
 |<img src="img/team/zachary_heilbron.jpg"  width="100" height="100"> | Zach Heilbron     | X15 Software       | zheilbron  |
-|<img src="img/team/anonymous.jpg"  width="100" height="100">        | Markus Dreseler   | HPI                | mrks       |
-|<img src="img/team/keren_ouaknine.jpg"  width="100" height="100">   | Keren Ouaknine    | Hebrew University  | kereno     |
-|<img src="img/team/chris_hillery.jpg" width="100" height="100">     | Chris Hillery     | Couchbase          | ceej       |
-|<img src="img/team/heri_ramampiaro.jpg" width="100" height="100">   | Heri Ramampiaro   | NTNU Trondheim     | heri       |
 
 <hr/>
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/about.html
----------------------------------------------------------------------
diff --git a/content/about.html b/content/about.html
index 35da19f..850f72f 100644
--- a/content/about.html
+++ b/content/about.html
@@ -9,7 +9,7 @@
     <meta name="author" content="">
     <link rel="icon" href="favicon.ico">
 
-    <title>About AsterixDB</title>
+    <title>About Apache AsterixDB</title>
 
     <!-- Bootstrap core CSS -->
     <link href="css/bootstrap.min.css" rel="stylesheet">
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,15 +73,36 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-8 col-centered">
-<h2>About AsterixDB</h2>
-<p>AsterixDB is a highly scalable data management system that can store,index, and manage semi-structured data, e.g., much like MongoDB, butit also supports a full-power query language with the expressiveness of SQL (and more). Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today – AsterixDB aims to fill this need.</p>
+<h2>About Apache AsterixDB</h2>
+<p>Apache AsterixDB™ (incubating) is a highly scalable data management system that can store,index, and manage
+semi-structured data, e.g., much like MongoDB, but it also supports a full-power query language with the expressiveness
+of SQL (and more).
+Unlike analytics engines like Hive or Spark, it stores and manages data, so AsterixDB can exploit its knowledge
+of data partitioning and the availability of indexes to avoid always scanning data set(s) to process queries. Somewhat
+surprisingly, there is no open source parallel database system (relational or otherwise) available to developers today
+– AsterixDB aims to fill this need.</p>
 
 <h3 id="core-features">Core features</h3>
 
@@ -103,28 +126,45 @@ those of a NoSQL store.</li>
 </ul>
 
 <h3 id="history">History</h3>
-<p>The current version of AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside. The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS. A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0. AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.</p>
+<p>Prior to being developed at the Apache Software Foundation AsterixDB was co-developed by a team of faculty, staff, and students at UC Irvine and UC Riverside.
+The project was initiated as a large NSF-sponsored project in 2009, the goal of which was to combine the best ideas from the parallel database world, the then new Hadoop world, and the semi-structured (e.g., XML/JSON) data world in order to create a next-generation BDMS.
+A first informal open source release was made four years later, in June of 2013, under the Apache Software License 2.0.
+AsterixDB was accepted into the Apache Incubator and began Incubation as of Febuary of 2015.</p>
 
 
 </div>
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/community.html
----------------------------------------------------------------------
diff --git a/content/community.html b/content/community.html
index cc7d119..3bb4d25 100644
--- a/content/community.html
+++ b/content/community.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
 
-<nav class="navbar navbar-default">
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,15 +73,31 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-10 col-centered">
 <h2>Community</h2>
-<p>Apache AsterixDB strives to support an open and transparent development process. Here are the various places where you can find discussions relating to the day to day development of AsterixDB and related projects, as well as answers to any AsterixDB-related questions.</p>
+<p>Apache AsterixDB™ (incubating) strives to support an open and transparent development process.
+Here are the various places where you can find discussions relating to the day to day development of AsterixDB and related projects, as well as answers to any AsterixDB-related questions.</p>
 
 <ul id="markdown-toc">
   <li><a href="#mailing-lists" id="markdown-toc-mailing-lists">Mailing Lists</a></li>
@@ -148,28 +166,16 @@
   </thead>
   <tbody>
     <tr>
-      <td><img src="img/team/michael_carey.jpg" width="100" height="100" /></td>
-      <td>Michael Carey</td>
-      <td>UC Irvine</td>
-      <td>dtabass</td>
-    </tr>
-    <tr>
-      <td><img src="img/team/till_westmann.jpg" width="100" height="100" /></td>
-      <td>Till Westmann</td>
+      <td><img src="img/team/abdullah_alamoudi.jpg" width="100" height="100" /></td>
+      <td>Abdullah Alamoudi</td>
       <td>Couchbase</td>
-      <td>tillw</td>
-    </tr>
-    <tr>
-      <td><img src="img/team/vinayak_borkar.jpg" width="100" height="100" /></td>
-      <td>Vinayak Borkar</td>
-      <td>X15 Software</td>
-      <td>vborkar</td>
+      <td>amoudi</td>
     </tr>
     <tr>
-      <td><img src="img/team/vassilis_tsotras.jpg" width="100" height="100" /></td>
-      <td>Vassilis Tsotras</td>
-      <td>UC Riverside</td>
-      <td>tsotras</td>
+      <td><img src="img/team/anonymous.jpg" width="100" height="100" /></td>
+      <td>Cameron Samak</td>
+      <td>UC Irvine</td>
+      <td>csamak</td>
     </tr>
     <tr>
       <td><img src="img/team/chen_li.jpg" width="100" height="100" /></td>
@@ -178,16 +184,28 @@
       <td>chenli</td>
     </tr>
     <tr>
-      <td><img src="img/team/yingyi_bu.jpg" width="100" height="100" /></td>
-      <td>Yingyi Bu</td>
+      <td><img src="img/team/chris_hillery.jpg" width="100" height="100" /></td>
+      <td>Chris Hillery</td>
       <td>Couchbase</td>
-      <td>buyingyi</td>
+      <td>ceej</td>
     </tr>
     <tr>
-      <td><img src="img/team/young_seok_kim.jpg" width="100" height="100" /></td>
-      <td>Young-Seok Kim</td>
+      <td><img src="img/team/heri_ramampiaro.jpg" width="100" height="100" /></td>
+      <td>Heri Ramampiaro</td>
+      <td>NTNU Trondheim</td>
+      <td>heri</td>
+    </tr>
+    <tr>
+      <td><img src="img/team/ian_maxon.jpg" width="100" height="100" /></td>
+      <td>Ian Maxon</td>
       <td>UC Irvine</td>
-      <td>kisskys</td>
+      <td>imaxon</td>
+    </tr>
+    <tr>
+      <td><img src="img/team/ildar_absalyamov.jpg" width="100" height="100" /></td>
+      <td>Ildar Absalyamov</td>
+      <td>UC Riverside</td>
+      <td>ildar</td>
     </tr>
     <tr>
       <td><img src="img/team/inci_cetindil.jpg" width="100" height="100" /></td>
@@ -196,46 +214,52 @@
       <td>icetindil</td>
     </tr>
     <tr>
-      <td><img src="img/team/raman_grover.jpg" width="100" height="100" /></td>
-      <td>Raman Grover</td>
-      <td>Microsoft Research</td>
-      <td>raman</td>
+      <td><img src="img/team/jianfeng_jia.jpg" width="100" height="100" /></td>
+      <td>Jianfeng Jia</td>
+      <td>UC Irvine</td>
+      <td>jianfeng</td>
     </tr>
     <tr>
-      <td><img src="img/team/pouria_pirzadeh.jpg" width="100" height="100" /></td>
-      <td>Pouria Pirzadeh</td>
-      <td>UC Irvine</td>
-      <td>pouria</td>
+      <td><img src="img/team/keren_ouaknine.jpg" width="100" height="100" /></td>
+      <td>Keren Ouaknine</td>
+      <td>Hebrew University</td>
+      <td>kereno</td>
     </tr>
     <tr>
-      <td><img src="img/team/murtadha_hubail.jpg" width="100" height="100" /></td>
-      <td>Murtadha Hubail</td>
-      <td>UC Irvine</td>
-      <td>mhubail</td>
+      <td><img src="img/team/anonymous.jpg" width="100" height="100" /></td>
+      <td>Markus Dreseler</td>
+      <td>HPI</td>
+      <td>mrks</td>
     </tr>
     <tr>
-      <td><img src="img/team/ian_maxon.jpg" width="100" height="100" /></td>
-      <td>Ian Maxon</td>
+      <td><img src="img/team/michael_carey.jpg" width="100" height="100" /></td>
+      <td>Michael Carey</td>
       <td>UC Irvine</td>
-      <td>imaxon</td>
+      <td>dtabass</td>
     </tr>
     <tr>
-      <td><img src="img/team/jianfeng_jia.jpg" width="100" height="100" /></td>
-      <td>Jianfeng Jia</td>
+      <td><img src="img/team/murtadha_hubail.jpg" width="100" height="100" /></td>
+      <td>Murtadha Hubail</td>
       <td>UC Irvine</td>
-      <td>jianfeng</td>
+      <td>mhubail</td>
     </tr>
     <tr>
-      <td><img src="img/team/taewoo_kim.jpg" width="100" height="100" /></td>
-      <td>Taewoo Kim</td>
+      <td><img src="img/team/pouria_pirzadeh.jpg" width="100" height="100" /></td>
+      <td>Pouria Pirzadeh</td>
       <td>UC Irvine</td>
-      <td>wangsaeu</td>
+      <td>pouria</td>
     </tr>
     <tr>
       <td><img src="img/team/anonymous.jpg" width="100" height="100" /></td>
-      <td>Cameron Samak</td>
-      <td>UC Irvine</td>
-      <td>csamak</td>
+      <td>Preston Carman</td>
+      <td>UC Riverside</td>
+      <td>prestonc</td>
+    </tr>
+    <tr>
+      <td><img src="img/team/raman_grover.jpg" width="100" height="100" /></td>
+      <td>Raman Grover</td>
+      <td>Microsoft Research</td>
+      <td>raman</td>
     </tr>
     <tr>
       <td><img src="img/team/sattam_alsubaiee.png" width="100" height="100" /></td>
@@ -250,52 +274,46 @@
       <td>sjaco002</td>
     </tr>
     <tr>
-      <td><img src="img/team/ildar_absalyamov.jpg" width="100" height="100" /></td>
-      <td>Ildar Absalyamov</td>
-      <td>UC Riverside</td>
-      <td>ildar</td>
-    </tr>
-    <tr>
-      <td><img src="img/team/anonymous.jpg" width="100" height="100" /></td>
-      <td>Preston Carman</td>
-      <td>UC Riverside</td>
-      <td>prestonc</td>
+      <td><img src="img/team/taewoo_kim.jpg" width="100" height="100" /></td>
+      <td>Taewoo Kim</td>
+      <td>UC Irvine</td>
+      <td>wangsaeu</td>
     </tr>
     <tr>
-      <td><img src="img/team/abdullah_alamoudi.jpg" width="100" height="100" /></td>
-      <td>Abdullah Alamoudi</td>
+      <td><img src="img/team/till_westmann.jpg" width="100" height="100" /></td>
+      <td>Till Westmann</td>
       <td>Couchbase</td>
-      <td>amoudi</td>
+      <td>tillw</td>
     </tr>
     <tr>
-      <td><img src="img/team/zachary_heilbron.jpg" width="100" height="100" /></td>
-      <td>Zach Heilbron</td>
-      <td>X15 Software</td>
-      <td>zheilbron</td>
+      <td><img src="img/team/vassilis_tsotras.jpg" width="100" height="100" /></td>
+      <td>Vassilis Tsotras</td>
+      <td>UC Riverside</td>
+      <td>tsotras</td>
     </tr>
     <tr>
-      <td><img src="img/team/anonymous.jpg" width="100" height="100" /></td>
-      <td>Markus Dreseler</td>
-      <td>HPI</td>
-      <td>mrks</td>
+      <td><img src="img/team/vinayak_borkar.jpg" width="100" height="100" /></td>
+      <td>Vinayak Borkar</td>
+      <td>X15 Software</td>
+      <td>vborkar</td>
     </tr>
     <tr>
-      <td><img src="img/team/keren_ouaknine.jpg" width="100" height="100" /></td>
-      <td>Keren Ouaknine</td>
-      <td>Hebrew University</td>
-      <td>kereno</td>
+      <td><img src="img/team/yingyi_bu.jpg" width="100" height="100" /></td>
+      <td>Yingyi Bu</td>
+      <td>Couchbase</td>
+      <td>buyingyi</td>
     </tr>
     <tr>
-      <td><img src="img/team/chris_hillery.jpg" width="100" height="100" /></td>
-      <td>Chris Hillery</td>
-      <td>Couchbase</td>
-      <td>ceej</td>
+      <td><img src="img/team/young_seok_kim.jpg" width="100" height="100" /></td>
+      <td>Young-Seok Kim</td>
+      <td>UC Irvine</td>
+      <td>kisskys</td>
     </tr>
     <tr>
-      <td><img src="img/team/heri_ramampiaro.jpg" width="100" height="100" /></td>
-      <td>Heri Ramampiaro</td>
-      <td>NTNU Trondheim</td>
-      <td>heri</td>
+      <td><img src="img/team/zachary_heilbron.jpg" width="100" height="100" /></td>
+      <td>Zach Heilbron</td>
+      <td>X15 Software</td>
+      <td>zheilbron</td>
     </tr>
   </tbody>
 </table>
@@ -330,21 +348,35 @@
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/dev-setup.html
----------------------------------------------------------------------
diff --git a/content/dev-setup.html b/content/dev-setup.html
index 1447b09..b979cf2 100644
--- a/content/dev-setup.html
+++ b/content/dev-setup.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,12 +73,27 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-8 col-centered">
 <h2>Contributing to AsterixDB</h2>
 <hr />
@@ -112,7 +129,8 @@
 <hr />
 
 <h2 id="introduction">Introduction</h2>
-<p>We warmly welcome any contributions to the AsterixDB or related (Hyracks, Pregelix) projects. A great way to start contributing is to pick a bug labelled starter in JIRA and submit a patch for it, to get acquainted with our codebase and development process.</p>
+<p>We warmly welcome any contributions to the Apache AsterixDB™ (incubating) or related (Hyracks, Pregelix) projects.
+A great way to start contributing is to pick a bug labelled starter in JIRA and submit a patch for it, to get acquainted with our codebase and development process.</p>
 
 <hr />
 
@@ -385,21 +403,35 @@ this feature, perform the following steps:</p>
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/download.html
----------------------------------------------------------------------
diff --git a/content/download.html b/content/download.html
index 515cd0c..3d2bde0 100644
--- a/content/download.html
+++ b/content/download.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,12 +73,27 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-8 col-centered">
 <h2>Download</h2>
 <div class="row">
@@ -87,15 +104,16 @@
 <div class="row">
 <div class="col-md-6">
 
-    <p>AsterixDB Source releases as a tarball/zip are available below.
-Feel free to browse and download the source tree of AsterixDB (and Hyracks) from our GitHub mirror.</p>
+    <p>Apache AsterixDB™ (incubating) source releases as a tarball/zip are available on the ASF mirror of your choice.</p>
+
+    <p>Feel free to browse and download the source tree of AsterixDB (and Hyracks) from our GitHub mirror.</p>
 
   </div>
 <div class="col-md-6">
 
+    <p><a class="btn btn-md btn-info" href="https://www.apache.org/dyn/closer.cgi/incubator/asterixdb" role="button">Source Tarballs <i class="fa fa-download fa-lg"></i></a></p>
     <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB on GitHub <i class="fa fa-github fa-lg"></i></a></p>
     <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb-hyracks/" role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p>
-    <p><a class="btn btn-md btn-info" href="https://www.apache.org/dyn/closer.cgi/incubator/asterixdb" role="button">Source Tarballs <i class="fa fa-download fa-lg"></i></a></p>
 
   </div>
 </div>
@@ -111,7 +129,7 @@ Feel free to browse and download the source tree of AsterixDB (and Hyracks) from
 <div class="row">
 
 <div class="col-md-6">
-    <p>This packaging is most suitable for installation on a cluster without Hadoop or YARN. Choose from either a stable release or the latest build from our master branch.</p>
+    <p>This packaging is most suitable for installation on a cluster without Hadoop or YARN.</p>
   </div>
 
 <div class="col-md-6">
@@ -149,21 +167,35 @@ Feel free to browse and download the source tree of AsterixDB (and Hyracks) from
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/features.md
----------------------------------------------------------------------
diff --git a/content/features.md b/content/features.md
index c131ac0..bbf57ff 100644
--- a/content/features.md
+++ b/content/features.md
@@ -1,7 +1,7 @@
 
 # AsterixDB Features#
 
-AsterixDB is a BDMS (Big Data Management System) with a rich feature set that
+Apache AsterixDB&trade; (incubating) is a BDMS (Big Data Management System) with a rich feature set that
 sets it apart from other Big Data platforms.
 Its feature set makes it well-suited to modern needs such as web data
 warehousing and social data storage and analysis. AsterixDB has:
@@ -24,13 +24,3 @@ warehousing and social data storage and analysis. AsterixDB has:
    parametric queries
  * Basic transactional (concurrency and recovery) capabilities akin to those of
    a NoSQL store
-
-### Disclaimer ###
-Apache AsterixDB 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.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/img/asf_logo.png
----------------------------------------------------------------------
diff --git a/content/img/asf_logo.png b/content/img/asf_logo.png
new file mode 100644
index 0000000..8dca813
Binary files /dev/null and b/content/img/asf_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/img/asterixdb_tm.png
----------------------------------------------------------------------
diff --git a/content/img/asterixdb_tm.png b/content/img/asterixdb_tm.png
new file mode 100644
index 0000000..0fa2ff0
Binary files /dev/null and b/content/img/asterixdb_tm.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/img/feather.png
----------------------------------------------------------------------
diff --git a/content/img/feather.png b/content/img/feather.png
new file mode 100644
index 0000000..744b8d7
Binary files /dev/null and b/content/img/feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index d8a86fd..486dea9 100644
--- a/content/index.html
+++ b/content/index.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,24 +73,41 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
  <div class="col-md-9 col-centered">
-   <div class="well text-center"><p class="lead text-center"><strong>Apache AsterixDB</strong> is an open source Big Data Management System (BDMS).</p>
+   <div class="well text-center"><p class="lead text-center">
+     <strong>Apache AsterixDB</strong>™ (incubating) is an open source Big Data Management System (BDMS).</p>
    </div>
  </div>
 </div>
 
-<div class="row"><div class="col-md-3 col-centered text-center">
+<div class="row">
+  <div class="col-md-3 col-centered text-center">
     <h2 id="feature-overview">Feature Overview</h2>
 
     <hr />
-
-  </div></div>
+  </div>
+</div>
 
 <div class="text-center">
 <div class="col-md-5 col-md-offset-1">
@@ -230,7 +249,7 @@ You can download the latest stable release here.
 See the installation [guide](docs/install.html), and check out [AsterixDB 101](docs/aql/primer.html) to start using AsterixDB right away.
 !-->
   </div>
-<div class="col-md-6">
+<div class="col-md-9 col-centered">
     <h3 id="community-and-support">Community and Support</h3>
     <p>If you have any questions, please feel free to ask on our <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#115;&#064;&#097;&#115;&#116;&#101;&#114;&#105;&#120;&#100;&#098;&#046;&#105;&#110;&#099;&#117;&#098;&#097;&#116;&#111;&#114;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">users</a> mailing list, which you can subscribe to by sending an empty email to <a href="users-subscribe@asterixdb.incubator.apache.org">users-subscribe</a>. Check out the <a href="community.html">Community</a> page for more details.</p>
 
@@ -239,21 +258,35 @@ See the installation [guide](docs/install.html), and check out [AsterixDB 101](d
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/pushing.html
----------------------------------------------------------------------
diff --git a/content/pushing.html b/content/pushing.html
index d9ec3e3..87f49f4 100644
--- a/content/pushing.html
+++ b/content/pushing.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,12 +73,27 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-8 col-centered">
 <h2>Submitting Changes</h2>
 <ul id="markdown-toc">
@@ -138,21 +155,35 @@ In the simplest case, this simply means for someone who is authorized (any Apach
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/site.html
----------------------------------------------------------------------
diff --git a/content/site.html b/content/site.html
index 968b184..f6d603b 100644
--- a/content/site.html
+++ b/content/site.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,12 +73,27 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-8 col-centered">
 <h2>Editing this website</h2>
 <!-- Major credit to the Apache Flink guys for writing a great doc in a similar vein for their website
@@ -196,21 +213,35 @@ jekyll 3.1.2 | Error:  uninitialized constant Kramdown::Converter::PygmentsHtml:
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/content/tools.html
----------------------------------------------------------------------
diff --git a/content/tools.html b/content/tools.html
index ea29122..c48e992 100644
--- a/content/tools.html
+++ b/content/tools.html
@@ -27,13 +27,15 @@
   </head>
 
   <div class="container theme-showcase" role="main">
-  <div class="masthead">
-    <p class="lead">
-        <a href="index.html"><img src="img/asterixdb.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
-    </p>
-</div>
-
-<nav class="navbar navbar-default">
+          <div class="masthead">
+        <p class="lead">
+           <a href="index.html">
+             <img src="img/asterixdb_tm.png" style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/>
+           </a>
+        </p>
+      </div>
+
+      <nav class="navbar navbar-default">
         <div class="container">
           <div class="navbar-header">
             <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
@@ -71,15 +73,31 @@
                 </ul>
               </li>
             </ul>
+            <ul class="nav navbar-nav navbar-right">
+              <li class="dropdown">
+                <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"
+                   style="padding-right: 30px">
+                  <img src="img/feather.png" style="height:20px"/>Apache Software Foundation<span class="caret"/>
+                </a>
+                <ul class="dropdown-menu dropdown-menu-right" role="menu">
+                  <li><a href="http://www.apache.org/"><b>ASF Homepage</b></a></li>
+                  <li><a href="http://www.apache.org/licenses/">License</a></li>
+                  <li><a href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li>
+                  <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                  <li><a href="http://www.apache.org/security/">Security</a></li>
+                </ul>
+              </li>
+            </ul>
           </div><!--/.nav-collapse -->
         </div>
       </nav>
 
 
-  <div class="row">
+    <div class="row">
 <div class="col-md-10 col-centered">
 <h2>Tools</h2>
-<p>Apache AsterixDB is built and maintained using a variety of open source and commerical tools. This page lists some of them, in no particular order.</p>
+<p>Apache AsterixDB™ (incubating) is built and maintained using a variety of open source and commerical tools.
+This page lists some of them, in no particular order.</p>
 
 <ul id="markdown-toc">
   <li><a href="#apache-tools" id="markdown-toc-apache-tools">Apache Tools</a></li>
@@ -127,21 +145,35 @@
 </div>
 
 
-   <hr />
+    <hr/>
 
-   <footer>
-        <div class="row">
-        <div class="col-md-6 col-md-offset-3  text-center">
-        <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
-        <p>Apache AsterixDB, Apache, and the Apache feather logo are trademarks of the Apache Software Foundation</p>
-        </div>
-        <div class="col-md-1 text-right">
-        <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
-        </div>
+    <footer>
+      <div class="row">
+        <div class="col-md-9 col-centered">
+          <div class="col-md-9 text-left">
+            <p>Apache AsterixDB 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 class="col-md-3 text-right">
+            <img src="img/egg-logo.png" style="height:auto; width:200px; vertical-align:bottom;"/>
+          </div>
+      </div>
+      </div>
+      <div class="row">
+        <div class="col-md-9 col-centered text-center">
+          <p/>
+          <p>&copy; Copyright 2016 The Apache Software foundation. All Rights Reserved. </p>
+          <p>Apache AsterixDB, the Apache AsterixDB logo, Apache, and the Apache feather logo are trademarks of the
+            Apache Software Foundation</p>
         </div>
-   </footer>
-    </div> <!-- /container -->
-
+      </div>
+    </footer>
+  </div> <!-- /container -->
 
     <!-- Bootstrap core JavaScript
     ================================================== -->

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/dev-setup.md
----------------------------------------------------------------------
diff --git a/dev-setup.md b/dev-setup.md
index 9ea4b2c..0a91032 100644
--- a/dev-setup.md
+++ b/dev-setup.md
@@ -11,7 +11,8 @@ title: Contributing to AsterixDB
 ---
 
 ## Introduction
-We warmly welcome any contributions to the AsterixDB or related (Hyracks, Pregelix) projects. A great way to start contributing is to pick a bug labelled starter in JIRA and submit a patch for it, to get acquainted with our codebase and development process.
+We warmly welcome any contributions to the Apache AsterixDB&trade; (incubating) or related (Hyracks, Pregelix) projects.
+A great way to start contributing is to pick a bug labelled starter in JIRA and submit a patch for it, to get acquainted with our codebase and development process.
 
 ---
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/download.md
----------------------------------------------------------------------
diff --git a/download.md b/download.md
index ce711b4..741501f 100644
--- a/download.md
+++ b/download.md
@@ -10,16 +10,16 @@ title: Download
 <div class="row">
 <div class="col-md-6" markdown="1">
 
-AsterixDB Source releases as a tarball/zip are available below.
-Feel free to browse and download the source tree of AsterixDB (and Hyracks) from our GitHub mirror.
+Apache AsterixDB&trade; (incubating) source releases as a tarball/zip are available on the ASF mirror of your choice.
 
+Feel free to browse and download the source tree of AsterixDB (and Hyracks) from our GitHub mirror.
 
 </div>
 <div class="col-md-6" markdown="1">
 
+<p><a class="btn btn-md btn-info" href="https://www.apache.org/dyn/closer.cgi/incubator/asterixdb" role="button">Source Tarballs <i class="fa fa-download fa-lg"></i></a></p>
 <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB on GitHub <i class="fa fa-github fa-lg"></i></a></p>
 <p><a class="btn btn-md btn-info" href="https://github.com/apache/incubator-asterixdb-hyracks/" role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p>
-<p><a class="btn btn-md btn-info" href="https://www.apache.org/dyn/closer.cgi/incubator/asterixdb" role="button">Source Tarballs <i class="fa fa-download fa-lg"></i></a></p>
 
 </div>
 </div>
@@ -36,7 +36,7 @@ Feel free to browse and download the source tree of AsterixDB (and Hyracks) from
 <div class="row">
 
 <div class="col-md-6" markdown="1">
-This packaging is most suitable for installation on a cluster without Hadoop or YARN. Choose from either a stable release or the latest build from our master branch.
+This packaging is most suitable for installation on a cluster without Hadoop or YARN.
 </div>
 
 <div class="col-md-6" markdown="1">

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/features.md
----------------------------------------------------------------------
diff --git a/features.md b/features.md
index c131ac0..bbf57ff 100644
--- a/features.md
+++ b/features.md
@@ -1,7 +1,7 @@
 
 # AsterixDB Features#
 
-AsterixDB is a BDMS (Big Data Management System) with a rich feature set that
+Apache AsterixDB&trade; (incubating) is a BDMS (Big Data Management System) with a rich feature set that
 sets it apart from other Big Data platforms.
 Its feature set makes it well-suited to modern needs such as web data
 warehousing and social data storage and analysis. AsterixDB has:
@@ -24,13 +24,3 @@ warehousing and social data storage and analysis. AsterixDB has:
    parametric queries
  * Basic transactional (concurrency and recovery) capabilities akin to those of
    a NoSQL store
-
-### Disclaimer ###
-Apache AsterixDB 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.

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/img/asf_logo.png
----------------------------------------------------------------------
diff --git a/img/asf_logo.png b/img/asf_logo.png
new file mode 100644
index 0000000..8dca813
Binary files /dev/null and b/img/asf_logo.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/img/asterixdb_tm.png
----------------------------------------------------------------------
diff --git a/img/asterixdb_tm.png b/img/asterixdb_tm.png
new file mode 100644
index 0000000..0fa2ff0
Binary files /dev/null and b/img/asterixdb_tm.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/img/feather.png
----------------------------------------------------------------------
diff --git a/img/feather.png b/img/feather.png
new file mode 100644
index 0000000..744b8d7
Binary files /dev/null and b/img/feather.png differ

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index fffa8b8..9eb9851 100644
--- a/index.md
+++ b/index.md
@@ -5,18 +5,20 @@ layout: default
 
 <div class="row">
  <div class="col-md-9 col-centered">
-   <div class="well text-center"><p class="lead text-center" markdown="1">__Apache AsterixDB__ is an open source Big Data Management System (BDMS).</p>
+   <div class="well text-center"><p class="lead text-center" markdown="1">
+     __Apache AsterixDB__&trade; (incubating) is an open source Big Data Management System (BDMS).</p>
    </div>
  </div>
 </div>
 
 
-<div class="row"><div class="col-md-3 col-centered text-center" markdown="1">
+<div class="row">
+  <div class="col-md-3 col-centered text-center" markdown="1">
 ## Feature Overview
 
 ----
-
-</div></div>
+  </div>
+</div>
 
 <div class="row" class="text-center">
 <div class="col-md-5 col-md-offset-1" markdown="1">
@@ -163,7 +165,7 @@ You can download the latest stable release here.
 See the installation [guide]({{ site.DOCS_BASE_URL }}/install.html), and check out [AsterixDB 101]({{ site.DOCS_BASE_URL }}/aql/primer.html) to start using AsterixDB right away.
 !-->
 </div>
-<div class="col-md-6" markdown="1">
+<div class="col-md-9 col-centered" markdown="1">
 ### Community and Support
 If you have any questions, please feel free to ask on our [users](mailto:users@asterixdb.incubator.apache.org) mailing list, which you can subscribe to by sending an empty email to [users-subscribe](users-subscribe@asterixdb.incubator.apache.org). Check out the [Community]({{ site.url }}community.html) page for more details.
 

http://git-wip-us.apache.org/repos/asf/incubator-asterixdb-site/blob/00f9bf22/tools.md
----------------------------------------------------------------------
diff --git a/tools.md b/tools.md
index e33c359..4d0a925 100644
--- a/tools.md
+++ b/tools.md
@@ -3,7 +3,8 @@ title: Tools
 layout: wide
 ---
 
-Apache AsterixDB is built and maintained using a variety of open source and commerical tools. This page lists some of them, in no particular order. 
+Apache AsterixDB&trade; (incubating) is built and maintained using a variety of open source and commerical tools.
+This page lists some of them, in no particular order.
 
 
 * TOC