You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/12/08 19:34:27 UTC

svn commit: r1643884 [3/5] - in /incubator/aurora/site: publish/ publish/assets/css/ publish/assets/img/ publish/blog/ publish/blog/aurora-0-6-0-incubating-released/ publish/community/ publish/developers/ publish/docs/gettingstarted/ publish/docs/howto...

Modified: incubator/aurora/site/publish/documentation/latest/contributing/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/contributing/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/contributing/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/contributing/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h2 id="get-the-source-code">Get the Source Code</h2>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h2 id="get-the-source-code">Get the Source Code</h2>
 
 <p>First things first, you&rsquo;ll need the source! The Aurora source is available from Apache git:</p>
 <pre class="highlight text">git clone https://git-wip-us.apache.org/repos/asf/incubator-aurora
@@ -129,42 +101,33 @@ git push origin master
 next fix is to clean up your Jira and Reviewboard. The former of which should be marked as
 &ldquo;Resolved&rdquo; while the latter should be marked as &ldquo;Submitted&rdquo;.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/cron-jobs/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/cron-jobs/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/cron-jobs/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/cron-jobs/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="cron-jobs">Cron Jobs</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="cron-jobs">Cron Jobs</h1>
 
 <p>Aurora supports execution of scheduled jobs on a Mesos cluster using cron-style syntax.</p>
 
@@ -211,42 +183,33 @@ attempting to kill the old one (outside
 <p>Cron timezone is configured indepdendently of JVM timezone with the <code>-cron_timezone</code> flag and
 defaults to UTC.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="deploying-the-aurora-scheduler">Deploying the Aurora Scheduler</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="deploying-the-aurora-scheduler">Deploying the Aurora Scheduler</h1>
 
 <p>When setting up your cluster, you will install the scheduler on a small number (usually 3 or 5) of
 machines.  This guide helps you get the scheduler set up and troubleshoot some common hurdles.</p>
@@ -364,42 +336,33 @@ such that jobs are resilient to failure.
 
 <p>See our <a href="examples/vagrant/upstart/mesos-slave.conf">vagrant example</a> for details.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="getting-started">Getting Started</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="getting-started">Getting Started</h1>
 
 <p>Aurora consists of four main pieces: the scheduler (which finds resources in the cluster that can be used to run a job), the executor (which uses the resources assigned by the scheduler to run a job), the command-line client, and the web-ui. For information about working on the scheduler or the webUI, see the file &ldquo;developing-aurora-scheduler.md&rdquo; in this directory.</p>
 
@@ -197,42 +169,33 @@ you&rsquo;ll need to re-initialize your
  is a symbolic link to the executable generated by pants.)</li>
 </ul>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <p>Java code in the aurora repo is built with <a href="http://gradle.org">Gradle</a>.</p>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <p>Java code in the aurora repo is built with <a href="http://gradle.org">Gradle</a>.</p>
 
 <h1 id="getting-started">Getting Started</h1>
 
@@ -159,42 +131,33 @@ should not be modified directly:</p>
 <p>To upgrade Gradle unpack the new version somewhere, run <code>/path/to/new/gradle wrapper</code> in the
 repository root and commit the changed files.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/hooks/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/hooks/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/hooks/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/hooks/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="hooks-for-aurora-client-api">Hooks for Aurora Client API</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="hooks-for-aurora-client-api">Hooks for Aurora Client API</h1>
 
 <ul>
 <li><a href="#introduction">Introduction</a></li>
@@ -323,42 +295,33 @@ returning <code>True</code>. For example
 <li><p>If your Aurora command line command does not otherwise take an <code>.aurora</code> config file argument, add the appropriate <code>.aurora</code> file as an argument in order to define and activate the configuration&rsquo;s hooks.</p></li>
 </ol>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="documentation">Documentation</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="documentation">Documentation</h1>
 
 <h2 id="introduction">Introduction</h2>
 
@@ -114,42 +86,33 @@
 <li><a href="/documentation/latest/committers/">Committers Guide</a></li>
 </ul>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/monitoring/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/monitoring/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/monitoring/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/monitoring/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="monitoring-your-aurora-cluster">Monitoring your Aurora cluster</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="monitoring-your-aurora-cluster">Monitoring your Aurora cluster</h1>
 
 <p>Before you start running important services in your Aurora cluster, it&rsquo;s important to set up
 monitoring and alerting of Aurora itself.  Most of your monitoring can be against the scheduler,
@@ -311,42 +283,33 @@ task into the master, slave, and/or exec
 
 <p>Look in scheduler logs to identify why the scheduler returned a 500, there should be a stack trace.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file

Modified: incubator/aurora/site/publish/documentation/latest/resource-isolation/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/resource-isolation/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/resource-isolation/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/resource-isolation/index.html Mon Dec  8 18:34:26 2014
@@ -1,71 +1,43 @@
-<html>
-    <head>
-        <meta charset="utf-8">
-        <title>Apache Aurora</title>
-		    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-		    <meta name="description" content="">
-		    <meta name="author" content="">
-
-		    <link href="/assets/css/bootstrap.css" rel="stylesheet">
-		    <link href="/assets/css/bootstrap-responsive.min.css" rel="stylesheet">
-		    <link href="/assets/css/main.css" rel="stylesheet">
-				
-		    <!-- JS -->
-		    <script type="text/javascript" src="/assets/js/jquery-1.11.1.min.js"></script>
-		    <script type="text/javascript" src="/assets/js/bootstrap-responsive.min.js"></script>
-		
-				<!-- Analytics -->
-				<script type="text/javascript">
-					  var _gaq = _gaq || [];
-					  _gaq.push(['_setAccount', 'UA-45879646-1']);
-					  _gaq.push(['_setDomainName', 'apache.org']);
-					  _gaq.push(['_trackPageview']);
-
-					  (function() {
-					    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-					    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-					    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-					  })();
-				</script>
-	</head>
-    <body>	
-      <div class="navbar navbar-static-top">
-  <div class="navbar-inner">
-    <div class="container">
-	    <a href="/" class="logo"><img src="/assets/img/aurora_logo.png" alt="Apache Aurora logo" /></a>
-      <ul class="nav">
-				<li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Download</a></li>
-        <li><a href="/community">Community</a></li>
-      </ul>
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+	<title>Apache Aurora</title>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link href="/assets/css/main.css" rel="stylesheet">
+	<!-- Analytics -->
+	<script type="text/javascript">
+		  var _gaq = _gaq || [];
+		  _gaq.push(['_setAccount', 'UA-45879646-1']);
+		  _gaq.push(['_setDomainName', 'apache.org']);
+		  _gaq.push(['_trackPageview']);
+
+		  (function() {
+		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		  })();
+	</script>
+  </head>
+  <body>
+	  
+        <div class="container-fluid section-header">
+  <div class="container">
+    <div class="nav nav-bar">
+    <a href="/"><img src="/assets/img/aurora_logo_white_bkg.svg" width="300" alt="Transparent Apache Aurora logo with dark background"/></a>
+	<ul class="nav navbar-nav navbar-right">
+      <li><a href="/documentation/latest/">Documentation</a></li>
+      <li><a href="/community/">Community</a></li>
+      <li><a href="/downloads/">Downloads</a></li>
+      <li><a href="/blog/">Blog</a></li>
+    </ul>
     </div>
   </div>
-</div>
-
-<div class="container">
-<!-- magical breadcrumbs -->
-<ul class="breadcrumb">
-  <li>
-    <div class="dropdown">
-      <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
-      <ul class="dropdown-menu" role="menu">
-        <li><a href="http://www.apache.org">Apache Homepage</a></li>
-        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
-    </div>
-  </li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://incubator.apache.org">Apache Incubator</a></li>
-  <li><span class="divider">&bull;</span></li>
-  <li><a href="http://aurora.incubator.apache.org">Apache Aurora</a></li>
-</ul>
-<!-- /breadcrumb -->
-	
-      <div class="container">
-        <h1 id="resource-isolation-and-sizing">Resource Isolation and Sizing</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="resource-isolation-and-sizing">Resource Isolation and Sizing</h1>
 
 <p><strong>NOTE</strong>: Resource Isolation and Sizing is very much a work in progress.
 Both user-facing aspects and how it works under the hood are subject to
@@ -216,42 +188,33 @@ guarantees. For some resources, such as
 practical sharing methods so some application combinations collocated on
 the same host may cause contention.</p>
 
-	  </div>
+  		</div>
+  	  </div>
+	  
+      	<div class="container-fluid section-footer buffer">
       <div class="container">
-    <hr>
-    <footer class="footer">
-        <div class="row-fluid">
-            <div class="span2 text-left">
-                <h3>Links</h3>
-                <ul class="unstyled">
-                    <li><a href="/downloads/">Downloads</a></li>
-                    <li><a href="/developers/">Developers</a></li>                    
-                </ul>
-            </div>
-            <div class="span3 text-left">
-                <h3>Community</h3>
-                <ul class="unstyled">
-                    <li><a href="/community/">Mailing Lists</a></li>
-                    <li><a href="http://issues.apache.org/jira/browse/aurora">Issue Tracking</a></li>
-                    <li><a href="/docs/howtocontribute/">How To Contribute</a></li>
-                </ul>
-            </div>
-            <div class="span7 text-left">
-            	<h3>Apache Software Foundation</h3>
-
-							<div class="span8">
-                Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation. Currently part of the <a href="http://incubator.apache.org">Apache Incubator</a>.
-							</div>
-							<div class=" pull-right">
-								<a href="http://incubator.apache.org" class="logo"><img src="/assets/img/apache_incubator_logo.png" alt="Apache Incubator" class="pull-right"/></a>
-							</div>
-            </div>
-
+        <div class="row">
+		  <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+		  <ul>
+		    <li><a href="/downloads/">Downloads</a></li>
+            <li><a href="/community/">Mailing Lists</a></li>
+			<li><a href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+			<li><a href="/documentation/latest/contributing/">How To Contribute</a></li>     
+		  </ul>
+	      </div>
+		  <div class="col-md-2"><h3>The ASF</h3>
+          <ul>
+            <li><a href="http://www.apache.org/licenses/">License</a></li>
+            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</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>
+		  </div>
+		  <div class="col-md-6">
+		    <p class="disclaimer">Apache Aurora 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>
+			<p class="disclaimer">Copyright 2014 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX photo</a> displayed on the homepage is available under a <a href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
         </div>
-
-    </footer>
-</div>
-
+      </div>
+    </div>
 	</body>
-</html>
-
+</html>
\ No newline at end of file