You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2015/06/18 21:58:38 UTC

incubator-geode git commit: Publish of Github pages from Gradle.

Repository: incubator-geode
Updated Branches:
  refs/heads/asf-site f3aaac354 -> 0e2fe90d6


Publish of Github pages from Gradle.

Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/0e2fe90d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/0e2fe90d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/0e2fe90d

Branch: refs/heads/asf-site
Commit: 0e2fe90d6a1ff055ec06dc274210e5c0e7ff6f2d
Parents: f3aaac3
Author: jacksoncvm <cj...@pivotal.io>
Authored: Thu Jun 18 12:57:49 2015 -0700
Committer: jacksoncvm <cj...@pivotal.io>
Committed: Thu Jun 18 12:57:49 2015 -0700

----------------------------------------------------------------------
 404.html                   | 19 ++++++--
 README.html                | 19 ++++++--
 about/index.html           | 80 ++++++++++++++++++++++++++++++++++
 community/index.html       | 47 +++++++++-----------
 contribute/index.html      | 42 +++++++++++++++---
 docs/index.html            | 80 ++++++++++++++++++++++++++++++++++
 download/index.html        | 23 +++++++---
 getting-started/index.html | 96 +++++++++++++++++++++++++++++++++++------
 index.html                 | 59 +++++++++++++++----------
 stylesheets/styles.css     | 44 +++++++++++++++++--
 10 files changed, 423 insertions(+), 86 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/404.html
----------------------------------------------------------------------
diff --git a/404.html b/404.html
index 33e012d..d121bbc 100644
--- a/404.html
+++ b/404.html
@@ -37,10 +37,12 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
@@ -50,6 +52,15 @@
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/README.html
----------------------------------------------------------------------
diff --git a/README.html b/README.html
index 4738923..aaee454 100644
--- a/README.html
+++ b/README.html
@@ -37,10 +37,12 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
@@ -61,6 +63,15 @@ jekyll serve
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/about/index.html
----------------------------------------------------------------------
diff --git a/about/index.html b/about/index.html
new file mode 100644
index 0000000..9d11858
--- /dev/null
+++ b/about/index.html
@@ -0,0 +1,80 @@
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <title>Apache Geode (incubating) | About</title>
+
+    <link rel="stylesheet" href="/stylesheets/styles.css">
+    <link rel="stylesheet" href="/stylesheets/pygment_trac.css">
+    <script src="/javascripts/scale.fix.js"></script>
+    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+    <script src="/javascripts/master.js"></script>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
+
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-61755913-1', 'auto');
+      ga('send', 'pageview');
+
+    </script>
+  </head>
+  <body id='about'>
+    <div id='viewport'>
+      <div class='billboard-bg'></div>
+      <div class='main'>
+        <header>
+          <a id='logo' href='/'></a>
+          <div id='navigation'>
+            <ul>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
+            </ul>
+          </div>
+        </header>
+        <div id='content'>
+            <h1>About</h1><p>Development of the code base for Geode began in 2002 as the commercial product GemFire. The open source version of Geode was released in April, 2015. </p><p>The <a href="https://wiki.apache.org/incubator/GeodeProposal">primary contributors</a> include long standing members of the GemFire engineering team, implementers and customers with long standing relationships.</p><p>The Apache Incubator Proposal for Geode can be found <a href="https://wiki.apache.org/incubator/GeodeProposal">here</a>.</p><h2>Project History</h2><p>GemFire was launched as a result of lessons learnt from its predecessor - an object oriented database and its performance challenges in a highly scaled environment. The problems primarily stemmed from the centralized design in traditional database (RDB and Object oriented) and a design that used main-memory to optimize disk IO not application access patterns. </p><p>The initial version of the product was a distributed caching product that 
 allowed both C++ and Java applications to share objects in a scale out environment at high speeds. The team focussed on capital markets where the hunger for low latency was dominant with drastic changes through decimalization and regulations. </p><p>It was through their experiences on Wall Street and the DoD (signal intelligence) that the team expanded to integrating real-time pub-sub and replication over the wide area network. All of this emerged well before the world had even heard the term NoSQL. </p><p>GemFire, Tangosol Coherence (now Oracle) and Gigaspaces were the primary players in the creation of the IMDG. A new class of product that went beyond the traditional relational database. In <a href="http://www.infoq.com/articles/in-memory-data-grids">this article</a>, Jags Ramnarayan, the Chief Architect of GemFire, answers questions about in memory data.</p><p>Over time IMDGs started to get adopted in every single market - scalable web sites, travel apps, internet of things, and 
 others. Anyplace differentiation can be achieved through speed and immediate access to data, Geode is a great fit. </p><p>Then, GemFire was purchased by VMWare in 2010 and was incorporated into the vFabric platform. It became a core component of vFabric Suite. At VMware, development continued, until April 2013, when GemFire became part of Pivotal. At Pivotal, GemFire has enjoyed being the fast, in memory component of Big Data Suite.</p><p>In February 2015, Pivotal announced plans to open source parts of the Big Data Suite, starting with GemFire. On April 12, 2015, the GemFire core was released into open source under the name "Geode"."</p>
+        </div>
+      </div>
+      <footer id="footer">
+        <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
+            <div class="row">
+                <div class="col-md-4 col-sm-5">
+                    <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>
+                </div>
+                <div class="col-md-4 col-sm-4">
+                    <p style="text-align: center">
+                       Apache Geode is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 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 style="text-align: center">
+                        Copyright &copy; <script>var d = new Date();document.write(d.getFullYear());</script> <a href="http://www.apache.org/">The Apache Software Foundation</a>.<br> Apache, Apache Geode (incubating), the Apache feather, Geode logo are trademarks of The Apache Software Foundation. 
+                    </p>
+                </div>
+            </div>
+        </div>
+      </footer>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/community/index.html
----------------------------------------------------------------------
diff --git a/community/index.html b/community/index.html
index 499a575..1feca4b 100644
--- a/community/index.html
+++ b/community/index.html
@@ -37,39 +37,25 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
         <div id='content'>
             <h1>Community</h1>
 <div class='sidebar'>
-<p>Here is how to get in touch with other users and contributors of the Apache Geode (incubating) community:</p>
-	<ul>
-			          <li>
-Contributors: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/">dev@geode.incubator.apache.org</a>
-                            (<a href="mailto:dev-subscribe@geode.incubator.apache.org">subscribe</a>,
-                            <a href="mailto:dev-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/"> archive</a>)
-                        </li>
-                        <li>
-JIRA notifications: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/">issues@geode.incubator.apache.org</a>
-                            (<a href="mailto:issues-subscribe@geode.incubator.apache.org">subscribe</a>, 
-                            <a href="mailto:issues-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/"> archive</a>)
-                        </li>
-                        <li>
-Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/">commits@geode.incubator.apache.org</a>
-                            (<a href="mailto:commits-subscribe@geode.incubator.apache.org">subscribe</a>, <a href="mailto:commits-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>,<a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/"> archive</a>)
-                        </li>
-			<li>User questions at <a href="http://stackoverflow.com/questions/tagged/geode+or+gemfire" target="_blank">Stack Overflow</a></li>
-			<li>We use the <a href="https://issues.apache.org/jira/browse/GEODE" target="_blank">Apache Geode JIRA for issue tracking</a></li>
-			</ul>
+
+<h2>Upcoming Events</h2>
+
+<div id="feed"></div>
+
 </div><h2>Conferences</h2><p><img class='event-image' src='/images/events/oscon.png'></p><h3>OSCON Portland</h3><h5>July 20-24 2015 &nbsp; • &nbsp; Portland, OR</h5>
 <div class='description'>OSCON is where all of the pieces come of the open source software movement come together: developers, innovators, businesspeople, and investors. </div>
-<hr/><h2>Events</h2>
-<div id="feed"></div>
 <hr/><h2>Meetups &amp; User Groups</h2><h3>Portland Java Users Group (PJUG)</h3><p>** Unleashing the Silicon Forest Fire: the open sourcing of GemFire **</p><h3><a href="http://pjug.org/" target="_blank"> Tuesday, May 17, 2015, 6:30PM in Porland. No RSVP required.</a></h3>
 <hr/><h3>Spring / Pivotal Open Source Hub Virtual Meetup</h3><p>** Hands-on Virtual Meetup for Apache Geode #1 - Getting Started **</p><h3><a href="http://connect.pivotal.io/OSS_Webinar_9AMPOSH_Handson_Virtual_Meetup_Apache_Geode1_GettingStarted_Register.html"> Register for reminder or log in Tuesday, June 2, 2015, 9AM PST</a></h3>
 <hr/><h3>Pivotal Open Source Hub Palo Alto</h3><p><strong>Creating a Highly-Scalable Stock Prediction System with R, Geode &amp; Spring XD</strong></p><p>Video to be posted soon</p>
@@ -83,11 +69,20 @@ Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commi
   <li><a href="https://www.youtube.com/watch?v=bz48V1yovFU">Video 6/6</a></li>
 </ul>
 <hr/><h3>Pivotal Open Source Hub Austin</h3><p><strong>Open Sourced GemFire In-Memory Distributed Database Architecture Talk</strong></p><p>Video to be posted soon</p>
-<hr/><h2>Project History</h2><p>GemFire was launched as a result of lessons learnt from its predecessor - an object oriented database and its performance challenges in a highly scaled environment. The problems primarily stemmed from the centralized design in traditional database (RDB and Object oriented) and a design that used main-memory to optimize disk IO not application access patterns. </p><p>The initial version of the product was a distributed caching product that allowed both C++ and Java applications to share objects in a scale out environment at high speeds. The team focussed on capital markets where the hunger for low latency was dominant with drastic changes through decimalization and regulations. </p><p>It was through their experiences on Wall Street and the DoD (signal intelligence) that the team expanded to integrating real-time pub-sub and replication over the wide area network. All of this emerged well before the world had even heard the term NoSQL. </p><p>GemFire, T
 angosol Coherence (now Oracle) and Gigaspaces were the primary players in the creation of the IMDG. A new class of product that went beyond the traditional relational database. In <a href="http://www.infoq.com/articles/in-memory-data-grids">this article</a>, Jags Ramnarayan, the Chief Architect of GemFire, answers questions about in memory data.</p><p>Over time IMDGs started to get adopted in every single market - scalable web sites, travel apps, internet of things, and others. Anyplace differentiation can be achieved through speed and immediate access to data, Geode is a great fit. </p><p>Then, GemFire was purchased by VMWare in 2010 and was incorporated into the vFabric platform. It became a core component of vFabric Suite. At VMware, development continued, until April 2013, when GemFire became part of Pivotal. At Pivotal, GemFire has enjoyed being the fast, in memory component of Big Data Suite.</p><p>In February 2015, Pivotal announced plans to open source parts of the Big Data 
 Suite, starting with GemFire. On April 12, 2015, the GemFire core was released into open source under the name "Geode"."</p>
+<hr/>
         </div>
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/contribute/index.html
----------------------------------------------------------------------
diff --git a/contribute/index.html b/contribute/index.html
index 55ad1c7..0318329 100644
--- a/contribute/index.html
+++ b/contribute/index.html
@@ -37,15 +37,38 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
         <div id='content'>
-            <h1>Contribute</h1><p>Development of the code base for Geode began in 2002 as the commercial product GemFire. The open source version of Geode was released in April, 2015. </p><p>The <a href="https://wiki.apache.org/incubator/GeodeProposal">primary contributors</a> include long standing members of the GemFire engineering team, implementers and customers with long standing relationships.</p><p>The Apache Incubator Proposal for Geode can be found <a href="https://wiki.apache.org/incubator/GeodeProposal">here</a></p><p>Ideas for extending Geode code can be found in the wiki <a href="https://cwiki.apache.org/confluence/display/GEODE/How+to+Contribute">here</a>.</p><p>There are many ways to <a href="http://opensource.com/business/14/12/8-ways-contribute-open-source-without-writing-code">support an open source software project beyond contributing code</a> to the master branch. For Geode, here are some ways you can contribute today:</p>
+            <h1>Contribute</h1>
+<div class='sidebar'>
+<p>Here is how to get in touch with other users and contributors of the Apache Geode (incubating) community:</p>
+	<ul>
+			          <li>
+Contributors: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/">dev@geode.incubator.apache.org</a>
+                            (<a href="mailto:dev-subscribe@geode.incubator.apache.org">subscribe</a>,
+                            <a href="mailto:dev-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/"> archive</a>)
+                        </li>
+                        <li>
+JIRA notifications: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/">issues@geode.incubator.apache.org</a>
+                            (<a href="mailto:issues-subscribe@geode.incubator.apache.org">subscribe</a>, 
+                            <a href="mailto:issues-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/"> archive</a>)
+                        </li>
+                        <li>
+Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/">commits@geode.incubator.apache.org</a>
+                            (<a href="mailto:commits-subscribe@geode.incubator.apache.org">subscribe</a>, <a href="mailto:commits-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>,<a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/"> archive</a>)
+                        </li>
+			<li>User questions at <a href="http://stackoverflow.com/questions/tagged/geode+or+gemfire" target="_blank">Stack Overflow</a></li>
+			<li>We use the <a href="https://issues.apache.org/jira/browse/GEODE" target="_blank">Apache Geode JIRA for issue tracking</a></li>
+			</ul>
+</div><p>Ideas for extending Geode code can be found in the wiki <a href="https://cwiki.apache.org/confluence/display/GEODE/How+to+Contribute">here</a>.</p><p>There are many ways to <a href="http://opensource.com/business/14/12/8-ways-contribute-open-source-without-writing-code">support an open source software project beyond contributing code</a> to the master branch. For Geode, here are some ways you can contribute today:</p>
 <ul>
   <li><p><strong>Post Issues:</strong> Build and run the <a href="https://github.com/apache/incubator-geode">Geode source</a>, and <a href="https://issues.apache.org/jira/browse/GEODE">post issues</a> on the Apache Geode (incubating) JIRA.</p></li>
   <li><p><strong>Documentation:</strong> <a href="https://github.com/project-geode/docs">Add to the documentation</a>, and <a href="https://cwiki.apache.org/confluence/display/GEODE/">submit new articles</a> to the wiki for best practices and <a href="https://github.com/project-geode/training">user training</a>.</p></li>
@@ -58,6 +81,15 @@
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
new file mode 100644
index 0000000..b196f0f
--- /dev/null
+++ b/docs/index.html
@@ -0,0 +1,80 @@
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="chrome=1">
+    <title>Apache Geode (incubating) | Documentation</title>
+
+    <link rel="stylesheet" href="/stylesheets/styles.css">
+    <link rel="stylesheet" href="/stylesheets/pygment_trac.css">
+    <script src="/javascripts/scale.fix.js"></script>
+    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
+    <script src="/javascripts/master.js"></script>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
+
+    <!--[if lt IE 9]>
+    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+    <![endif]-->
+
+    <script>
+      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+      ga('create', 'UA-61755913-1', 'auto');
+      ga('send', 'pageview');
+
+    </script>
+  </head>
+  <body id='docs'>
+    <div id='viewport'>
+      <div class='billboard-bg'></div>
+      <div class='main'>
+        <header>
+          <a id='logo' href='/'></a>
+          <div id='navigation'>
+            <ul>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
+            </ul>
+          </div>
+        </header>
+        <div id='content'>
+            <h1>Documentation</h1><p>Geode documentation can be found here: <a href="http://geode-docs.cfapps.io/docs/about_geode.html">http://geode-docs.cfapps.io/docs/about_geode.html</a></p><p>If you are interested in working on the Geode documentation, you can clone the docs repository: <a href="https://github.com/project-geode/docs">https://github.com/project-geode/docs</a></p><h2>Examples</h2><p><a href="https://cwiki.apache.org/confluence/display/GEODE/Index">Geode Demo Application - Fast Foot Shoes</a></p><p><a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes">Getting Started with Geode</a></p><p><a href="http://www.javabeat.net/spring-data-gemfire-cache/">Caching Data with Spring Data GemFire</a></p><p><a href="http://blogs.vmware.com/vfabric/2012/12/gemfire-patternspart-1-the-value-architecture-code-for-building-geography-based-apps.html">Spatial Indexing Example with GemFire</a></p>
+        </div>
+      </div>
+      <footer id="footer">
+        <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
+            <div class="row">
+                <div class="col-md-4 col-sm-5">
+                    <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>
+                </div>
+                <div class="col-md-4 col-sm-4">
+                    <p style="text-align: center">
+                       Apache Geode is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the 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 style="text-align: center">
+                        Copyright &copy; <script>var d = new Date();document.write(d.getFullYear());</script> <a href="http://www.apache.org/">The Apache Software Foundation</a>.<br> Apache, Apache Geode (incubating), the Apache feather, Geode logo are trademarks of The Apache Software Foundation. 
+                    </p>
+                </div>
+            </div>
+        </div>
+      </footer>
+    </div>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/download/index.html
----------------------------------------------------------------------
diff --git a/download/index.html b/download/index.html
index c30137d..7499a2a 100644
--- a/download/index.html
+++ b/download/index.html
@@ -37,21 +37,30 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
         <div id='content'>
-            <h1>Download</h1><p>You can find the source for Apache Geode (incubating) can be downloaded here:<br/><a href="https://github.com/apache/incubator-geode">Apache Geode Github</a>. Follow the <a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes">instructions</a> to build and run Geode.</p>
-<hr/><h2>Documentation</h2><p>If you are interested in working on the Geode documentation, you can clone the docs repository:</p><p><a href="https://github.com/project-geode/docs">https://github.com/project-geode/docs</a></p>
-<hr/><h2>Coming Soon</h2><p>A preconfigured VM containing a live Geode cluster.</p>
+            <h1>Download</h1><p>You can find the source for Apache Geode (incubating) here: <a href="https://github.com/apache/incubator-geode">https://github.com/apache/incubator-geode</a>. </p><p>You can find out how to build and run Geode in about 5 minutes here: <a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes">https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes</a></p>
         </div>
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/getting-started/index.html
----------------------------------------------------------------------
diff --git a/getting-started/index.html b/getting-started/index.html
index 1509177..64e96e4 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -37,28 +37,96 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
         <div id='content'>
-            <h1>Getting Started</h1><h2>Download Geode</h2>
-<div class='button'><a href='/download'>Download</a></div>
-<hr/><h2>Learn the Basics (Videos)</h2><p>(NOTE: GemFire is a commercial version of Geode)</p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+00+Introduction.mp4">Introduction to GemFire</a></p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+01+Gem+Architecture.mp4">Introduction to GemFire: Architecture and Use Cases</a></p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+02+Gem+Install+and+Config.mp4">Introduction to GemFire: Installation and Configuration</a></p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+03+Gem+Tools.mp4">Introduction to GemFire: Tools</a></p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+04+Gem+Advance+Features.mp4">Introduction to GemFire: Advanced Features</a></p><p><a href="https://s3.amazonaws.com/gemfire-intro/Lesson+05+Conclusion.mp4">Introduction to GemFire: Conclusion</a></p>
-<hr/><h2>Understand Some Examples</h2><p><a href="https://cwiki.apache.org/confluence/display/GEODE/Index">Geode Demo Application - Fast Foot Shoes</a></p><p><a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes">Getting Started with Geode</a></p><p><a href="http://www.javabeat.net/spring-data-gemfire-cache/">Caching Data with Spring Data GemFire</a></p><p><a href="http://blogs.vmware.com/vfabric/2012/12/gemfire-patternspart-1-the-value-architecture-code-for-building-geography-based-apps.html">Spatial Indexing Example with GemFire</a></p>
-<hr/><h2>Dive into How Tos</h2><p>Develop | Design | Troubleshoot<br/> ------ | ----------- | --------<br/><a href="https://cwiki.apache.org/confluence/display/GEODE/CacheWriter+and+CacheListener+Best+Practices">Cache Listeners and Writers</a> | Data Architecture in Geode | <a href="https://cwiki.apache.org/confluence/display/GEODE/What+To+Monitor">What to Monitor</a><br/><a href="https://cwiki.apache.org/confluence/display/GEODE/Function+Best+Practices+in+Geode">Function Best Practices</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Running+in+Embedded+Mode">Running in Embedded Mode</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+CPU">Troubleshooting CPU</a><br/><a href="https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals">Persistence Best Practices</a> | Client Server Architecture | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Disk+Space">Troubleshooting Disk Space</a><br/><a 
 href="https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals">PDX Serialization Internals</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Moving+from+memcached+to+gemcached">Moving from memcached to gemcached</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+File+Descriptors">Troubleshooting File Descriptors</a><br/>Querying Geode | <a href="https://cwiki.apache.org/confluence/display/GEODE/Sizing+a+Geode+Cluster">Sizing a Geode Cluster</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Garbage+Collection+Pauses">Troubleshooting Garbage Collection Pauses</a><br/><a href="https://cwiki.apache.org/confluence/display/GEODE/Debugging+Geode+Applications">Debugging Geode Applications</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Network+Configuration+Best+Practices">Network Configuration Best Practices</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Trou
 bleshooting+Heap">Troubleshooting Heap</a><br/><a href="https://cwiki.apache.org/confluence/display/GEODE/Reliable+Messaging">Reliable Messaging</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Geode+Security+Framework">Geode Security Framework</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Load+Average">Troubleshooting Load Average</a><br/> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Resource+Management+in+Geode">Resource Management in Geode</a> | <a href="https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Native+Memory">Troubleshooting Native Memory</a></p>
-<hr/><h2>Other Resources</h2><h3>Training Materials</h3><p>Geode Introductory Training materials are open source and can be found <a href="https://github.com/project-geode/training">here</a>.</p><h3>Documentation</h3><p>Find the latest Geode Documentation <a href="http://geode-docs.cfapps.io/docs/about_geode.html">here</a>.</p>
-<ul>
-  <li><a href="/download">Download</a> the latest release — you can run locally on your laptop natively, or as a VM.</li>
-  <li>Read the <a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes">quick start guide</a>.</li>
-</ul>
+            <h1>Getting Started</h1>
+<!-- ##Learn the Basics (Videos) 
+(NOTE: GemFire is a commercial version of Geode)
+
+[Introduction to GemFire](https://s3.amazonaws.com/gemfire-intro/Lesson+00+Introduction.mp4)
+
+[Introduction to GemFire: Architecture and Use Cases](https://s3.amazonaws.com/gemfire-intro/Lesson+01+Gem+Architecture.mp4)
+
+[Introduction to GemFire: Installation and Configuration](https://s3.amazonaws.com/gemfire-intro/Lesson+02+Gem+Install+and+Config.mp4)
+
+[Introduction to GemFire: Tools](https://s3.amazonaws.com/gemfire-intro/Lesson+03+Gem+Tools.mp4)
+
+[Introduction to GemFire: Advanced Features](https://s3.amazonaws.com/gemfire-intro/Lesson+04+Gem+Advance+Features.mp4)
+
+[Introduction to GemFire: Conclusion](https://s3.amazonaws.com/gemfire-intro/Lesson+05+Conclusion.mp4)
+
+
+***
+ --><h2>Dive into How Tos</h2>
+<table>
+	<tr>
+		<th>Develop</th>
+		<th>Design</th>
+		<th>Troubleshoot</th>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/CacheWriter+and+CacheListener+Best+Practices'>Cache Listeners and Writers</a> </td>
+		<td> Data Architecture in Geode  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/What+To+Monitor'>What to Monitor</a></td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Function+Best+Practices+in+Geode'>Function Best Practices</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Running+in+Embedded+Mode'>Running in Embedded Mode</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+CPU'>Troubleshooting CPU</a></td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals'>Persistence Best Practices</a>  </td>
+		<td> Client Server Architecture  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Disk+Space'>Troubleshooting Disk Space</a></td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/PDX+Serialization+Internals'>PDX Serialization Internals</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Moving+from+memcached+to+gemcached'>Moving from memcached to gemcached</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+File+Descriptors'>Troubleshooting File Descriptors</a></td>
+	</tr>
+	<tr>
+		<td> Querying Geode  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Sizing+a+Geode+Cluster'>Sizing a Geode Cluster</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Garbage+Collection+Pauses'>Troubleshooting Garbage Collection Pauses</a> </td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Debugging+Geode+Applications'>Debugging Geode Applications</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Network+Configuration+Best+Practices'>Network Configuration Best Practices</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Heap'>Troubleshooting Heap</a></td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Reliable+Messaging'>Reliable Messaging</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Geode+Security+Framework'>Geode Security Framework</a>  </td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Load+Average'>Troubleshooting Load Average</a></td>
+	</tr>
+	<tr>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Resource+Management+in+Geode'>Resource Management in Geode</a>  </td>
+		<td></td>
+		<td> <a href='https://cwiki.apache.org/confluence/display/GEODE/Troubleshooting+Native+Memory'>Troubleshooting Native Memory</a> </td>
+	</tr>
+</table>
+<hr/><h2>Other Resources</h2><h3>Training Materials</h3><p>Geode Introductory Training materials are open source and can be found <a href="https://github.com/project-geode/training">here</a>.</p>
         </div>
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 77873eb..dfeddc2 100644
--- a/index.html
+++ b/index.html
@@ -37,10 +37,12 @@
           <a id='logo' href='/'></a>
           <div id='navigation'>
             <ul>
-              <li><a href='/getting-started'>Getting Started</a></li>
-              <li><a href='/community'>Community</a></li>
-              <li><a href='/contribute'>Contribute</a></li>
-              <li><a href='/download'>Download</a></li>
+              <li id='gettingstartedlink'><a href='/getting-started'>Getting Started</a></li>
+              <li id='communitylink'><a href='/community'>Community</a></li>
+              <li id='contributelink'><a href='/contribute'>Contribute</a></li>
+              <li id='docslink'><a href='/docs'>Docs</a></li>
+              <li id='aboutlink'><a href='/about'>About</a></li>
+              <li id='downloadlink'><a href='/download'>Download</a></li>
             </ul>
           </div>
         </header>
@@ -71,27 +73,27 @@
 	<div class='container'>
 		<div class='nextstep'>
 			<h3>Community</h3>
-
-			<p>To get in touch with other users and contributors of the Apache Geode (incubating) community:</p>
-	<ul>
-			          <li>
-Contributors: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/">dev@geode.incubator.apache.org</a>
+			<p>
+				To get in touch with other users and contributors of the Apache Geode (incubating) community:
+			</p>
+			<p>
+				Contributors: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/">dev@geode.incubator.apache.org</a>
                             (<a href="mailto:dev-subscribe@geode.incubator.apache.org">subscribe</a>,
                             <a href="mailto:dev-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/"> archive</a>)
-                        </li>
-                        <li>
-JIRA notifications: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/">issues@geode.incubator.apache.org</a>
+   			<br>
+				JIRA notifications: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/">issues@geode.incubator.apache.org</a>
                             (<a href="mailto:issues-subscribe@geode.incubator.apache.org">subscribe</a>, 
                             <a href="mailto:issues-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>, <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-issues/"> archive</a>)
-                        </li>
-                        <li>
-Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/">commits@geode.incubator.apache.org</a>
+				<br>
+				Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/">commits@geode.incubator.apache.org</a>
                             (<a href="mailto:commits-subscribe@geode.incubator.apache.org">subscribe</a>, <a href="mailto:commits-unsubscribe@geode.incubator.apache.org"> unsubscribe</a>,<a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commits/"> archive</a>)
-                        </li>
-			<li>User questions at <a href="http://stackoverflow.com/questions/tagged/geode+or+gemfire" target="_blank">Stack Overflow</a></li>
-			<li>We use the <a href="https://issues.apache.org/jira/browse/GEODE" target="_blank">Apache Geode JIRA for issue tracking</a></li>
-			<li>For other ways to contribute, see the <a href="/community/">Apache Geode (incubating) community page</a></li>
-			</ul>
+				<br>
+				User questions at <a href="http://stackoverflow.com/questions/tagged/geode+or+gemfire" target="_blank">Stack Overflow</a>
+				<br>
+				We use the <a href="https://issues.apache.org/jira/browse/GEODE" target="_blank">Apache Geode JIRA for issue tracking</a>
+				<br>
+				For other ways to contribute, see the <a href="/community/">Apache Geode (incubating) community page</a>
+			</p>
                 </div>
 		<div class='nextstep'>
 	    <h3>Contributors</h3>
@@ -102,9 +104,11 @@ Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commi
 		</div>
 		<div class='nextstep'>
 	    <h3>Getting Started</h3>
-				<li>Read the <a href='https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes'>quick start guide</a>.</li>
-				<li><a href='/getting-started/'>Check out the Getting Started page</a></li>
-			</ul>
+	    <p>
+	    	Read the <a href='https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutes'>quick start guide</a>.
+	    	<br>
+				Check out the <a href='/getting-started/'>Getting Started</a> page.
+			</p>
 		</div>
 	</div>
 </div>
@@ -112,6 +116,15 @@ Commits: <a href="http://mail-archives.apache.org/mod_mbox/incubator-geode-commi
       </div>
       <footer id="footer">
         <div class="container">
+            <ul>
+              <li><a href='http://stackoverflow.com/questions/tagged/geode+or+gemfire'>Stack Overflow</a></li>
+              <li>•</li>
+              <li><a href='https://issues.apache.org/jira/browse/GEODE'>JIRA</a></li>
+              <li>•</li>
+              <li><a href='http://mail-archives.apache.org/mod_mbox/incubator-geode-dev/'>Dev Mailing List</a></li>
+              <li>•</li>
+              <li><a href='https://cwiki.apache.org/confluence/display/GEODE/Index'>Wiki</a></li>
+            </ul>
             <div class="row">
                 <div class="col-md-4 col-sm-5">
                     <div class="logo"><a href="#wrapper"><img src="/images/egg-logo1.png"></a></div>

http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/0e2fe90d/stylesheets/styles.css
----------------------------------------------------------------------
diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index cfd18a9..d0a3b1f 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -154,6 +154,17 @@ footer {
     footer a:hover {
       color: #c8f2ff; }
 
+footer ul {
+  margin: 0 auto 40px;
+  padding: 0;
+  font-size: 18px;
+}
+footer li {
+  list-style-type: none;
+  display: inline-block;
+  padding: 0 5px;
+}
+
 .small {
   font-size: 13px;
 }
@@ -242,6 +253,29 @@ body#community #content .event-image {
 body#community #content .description {
   font-size: 15px;
   margin: 20px 0; }
+body#community .sidebar h2 {
+  margin-top: 0;
+}
+body#contribute .sidebar {
+  border: 1px solid #ccc;
+  padding: 10px 30px;
+}
+
+body#getting-started #gettingstartedlink a,
+body#community #communitylink a,
+body#contribute #contributelink a,
+body#docs #docslink a,
+body#about #aboutlink a {
+  color: #1e90ff;
+  text-shadow: 0px 1px 0px #333;
+}
+
+body#download #downloadlink a {
+  color: #1e90ff;
+}
+body#download #downloadlink {
+  background: white;
+}
 
 /* Responsive */
 @media (max-width: 1200px) {
@@ -251,10 +285,14 @@ body#community #content .description {
   body#home .nextsteps .nextstep,
   body#home .benefits .benefit {
     width: 100%; } }
-@media (max-width: 850px) {
+@media (max-width:1030px) {
   #navigation li a {
-    padding: 15px 5px; } }
+    padding: 15px 5px;
+    font-size: 14px; } }
 @media (max-width: 770px) {
+   #navigation li a {
+    font-size: 18px;
+   }
   header {
     overflow: auto; }
 
@@ -272,7 +310,7 @@ body#community #content .description {
 
   .sidebar {
     float: none;
-    width: 100%;
+    width: 80%;
     margin-left: 0; } }
 @media (max-width: 480px) {
   body#home .billboard-home {