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 [1/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...

Author: dlester
Date: Mon Dec  8 18:34:26 2014
New Revision: 1643884

URL: http://svn.apache.org/r1643884
Log:
Updates Aurora website to use latest version of Bootstrap, adjusts templates accoringly, converts Aurora logo to SVG, and updates homepage to highly key project features.

Added:
    incubator/aurora/site/publish/assets/img/aurora_logo_dkbkg.svg
    incubator/aurora/site/publish/assets/img/aurora_logo_ltgreen_bkg.svg
    incubator/aurora/site/publish/assets/img/aurora_logo_white_bkg.svg
    incubator/aurora/site/source/_header_homepage.md.erb
    incubator/aurora/site/source/_header_normal.md.erb
    incubator/aurora/site/source/assets/img/aurora_logo_dkbkg.svg
    incubator/aurora/site/source/assets/img/aurora_logo_ltgreen_bkg.svg
    incubator/aurora/site/source/assets/img/aurora_logo_white_bkg.svg
Removed:
    incubator/aurora/site/publish/assets/css/bootstrap-responsive.css
    incubator/aurora/site/publish/assets/css/bootstrap-responsive.min.css
    incubator/aurora/site/publish/assets/css/bootstrap.css
    incubator/aurora/site/publish/assets/css/bootstrap.min.css
    incubator/aurora/site/source/_header.md.erb
    incubator/aurora/site/source/assets/css/bootstrap-responsive.css
    incubator/aurora/site/source/assets/css/bootstrap-responsive.min.css
    incubator/aurora/site/source/assets/css/bootstrap.css
    incubator/aurora/site/source/assets/css/bootstrap.min.css
Modified:
    incubator/aurora/site/publish/assets/css/main.css
    incubator/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html
    incubator/aurora/site/publish/blog/index.html
    incubator/aurora/site/publish/community/index.html
    incubator/aurora/site/publish/developers/index.html
    incubator/aurora/site/publish/docs/gettingstarted/index.html
    incubator/aurora/site/publish/docs/howtocontribute/index.html
    incubator/aurora/site/publish/documentation/latest/client-cluster-configuration/index.html
    incubator/aurora/site/publish/documentation/latest/client-commands/index.html
    incubator/aurora/site/publish/documentation/latest/clientv2/index.html
    incubator/aurora/site/publish/documentation/latest/committers/index.html
    incubator/aurora/site/publish/documentation/latest/configuration-reference/index.html
    incubator/aurora/site/publish/documentation/latest/configuration-tutorial/index.html
    incubator/aurora/site/publish/documentation/latest/contributing/index.html
    incubator/aurora/site/publish/documentation/latest/cron-jobs/index.html
    incubator/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
    incubator/aurora/site/publish/documentation/latest/developing-aurora-client/index.html
    incubator/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
    incubator/aurora/site/publish/documentation/latest/hooks/index.html
    incubator/aurora/site/publish/documentation/latest/index.html
    incubator/aurora/site/publish/documentation/latest/monitoring/index.html
    incubator/aurora/site/publish/documentation/latest/resource-isolation/index.html
    incubator/aurora/site/publish/documentation/latest/scheduler-storage/index.html
    incubator/aurora/site/publish/documentation/latest/sla/index.html
    incubator/aurora/site/publish/documentation/latest/storage-config/index.html
    incubator/aurora/site/publish/documentation/latest/storage/index.html
    incubator/aurora/site/publish/documentation/latest/test-resource-generation/index.html
    incubator/aurora/site/publish/documentation/latest/tutorial/index.html
    incubator/aurora/site/publish/documentation/latest/user-guide/index.html
    incubator/aurora/site/publish/documentation/latest/vagrant/index.html
    incubator/aurora/site/publish/downloads/index.html
    incubator/aurora/site/publish/index.html
    incubator/aurora/site/source/_footer.md.erb
    incubator/aurora/site/source/assets/css/main.css
    incubator/aurora/site/source/blog.html.erb
    incubator/aurora/site/source/community.html.md
    incubator/aurora/site/source/index.html.md
    incubator/aurora/site/source/layouts/documentation.erb
    incubator/aurora/site/source/layouts/layout.erb
    incubator/aurora/site/source/layouts/post.erb

Modified: incubator/aurora/site/publish/assets/css/main.css
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/assets/css/main.css?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/assets/css/main.css (original)
+++ incubator/aurora/site/publish/assets/css/main.css Mon Dec  8 18:34:26 2014
@@ -1,134 +1,78 @@
 body {
-  padding-bottom: 60px;
+	background: rgba(0,0,0,0.04);
 }
-
-/* Custom container */
-.container {
-  max-width: 1000px;
-}
-
-.container > hr {
-  margin: 20px 0;
-}
-
-/* Main marketing message and sign up button */
-.jumbotron {
-  margin: 40px 0;
-  text-align: center;
-}
-.jumbotron h1 {
-  font-size: 40px;
-  line-height: 1;
-}
-.jumbotron .lead {
-  font-size: 24px;
-  line-height: 1.25;
-}
-.jumbotron .btn {
-  font-size: 21px;
-  padding: 14px 24px;
-}
-
-.masthead .social {
-  padding: 24px 24px;
-  float: right;
-}
-
-.download {
-  padding: 50px 30px;
-}
-
-/* Supporting marketing content */
-.marketing {
-  margin: 60px 0;
-}
-.marketing p + h4 {
-  margin-top: 10px;
-}
-
-/* Customize the navbar links to be fill the entire space of the .navbar */
-.navbar .navbar-inner {
-  padding: 0;
-	background: #FFF;
-}
-
-.navbar .nav {
-	margin: 0;
+.container.content {
+	background: #fff;
 }
-
-.container .logo {
-	display: block;
-	float: left;
+h1, h2, h3 {
+	color: #004a63;
 }
-
-.container .nav {
-	padding: 30px 0 0 0;
-	float:right;
-}
-
-.nav li {
-	float: right;
-	margin-right: 0;
-}
-
-.masthead {
-	padding: 40px 0 30px 0;
-}
-
-.navbar .nav li a {
-	font-weight: bold;
-	text-align: center;
-	padding: 15px 25px;
+span.glyphicon {
+    font-size: 6em;
+	padding-top: 25px;
+}
+.section-ltgreen {
+	background: #40c3b0;
+	color: #fff;
+	font-size: 1.3em;
+	text-shadow: .5px .5px 0px #1b5d3e;
+}
+.section-ltgreen h2 {
+	color: #fff;
+}
+.section-footer {
+	background: #eee;
+}
+.section-homepage-header {
+	background-image: url("/assets/img/aurora_image.jpg");
+	background-size: cover;
+	background-position: center bottom;
+}
+.section-homepage-header h1 {
+	color: #fff;
+	text-shadow: 1px 1px 3px #000;
+}
+.section-header {
+	background-image: url("/assets/img/aurora_image.jpg");
+	background-size: cover;
 	color: #000;
-	text-shadow: none;
+	background-color: #40c3b0;
+}
+.nav-bar a {
+	color: #fff;
+}
+.navbar li a:hover {
+	text-decoration-color: #40c3b0;
+	color: #fff;
+}
+.nav-bar li a:hover {
+	background: none;
+	text-decoration: underline;
+}
+.nav-bar li {
+	margin: 10px;
+	padding-top: 20px;
 }
-
-.navbar .nav li:first-child a {
-  border-left: 0;
-  border-radius: 3px 0 0 3px;
-}
-
-.navbar .nav li:last-child a {
-  border-right: 0;
-  border-radius: 0 3px 3px 0;
-}
-
-.splash {
-  display:block;
+.buffer {
+	padding: 30px 0 30px 0;
+}
+.disclaimer {
+	font-size: .9em;
+	color: #AAA;
+}
+iframe {
+	border: none;
 }
-
 .author_contact {
 	display: inline-block;
 }
-
 .author_gravatar {
 	display: inline;
 	padding: 0 20px 20px 5px;
 }
-
 .share {
 	display: block;
 }
-
-a {
-	color: #008bba;
-}
-
-a:hover {
-	color: #004a64;
-}
-
-.navbar .nav > li > a:focus,
-.navbar .nav > li > a:hover {
-  color: #000;
-  text-decoration: none;
-  background-color: #EEE;
-}
-
-h1, h2, h3, h4, h5, h6 {
-	color: #004a63;
-}
-
 code, pre {
 	color: #000;
 	border: none;

Added: incubator/aurora/site/publish/assets/img/aurora_logo_dkbkg.svg
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/assets/img/aurora_logo_dkbkg.svg?rev=1643884&view=auto
==============================================================================
--- incubator/aurora/site/publish/assets/img/aurora_logo_dkbkg.svg (added)
+++ incubator/aurora/site/publish/assets/img/aurora_logo_dkbkg.svg Mon Dec  8 18:34:26 2014
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="425"
+   height="157.5"
+   id="svg2"
+   xml:space="preserve"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><clipPath
+       id="clipPath114"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path116" /></clipPath><clipPath
+       id="clipPath162"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path164" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,187.5)"
+     id="g10"><path
+       d="M 0,0 330,0 330,150 0,150 0,0 z"
+       inkscape:connector-curvature="0"
+       id="path12"
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+       transform="translate(89.4268,98.3438)"
+       id="g14"><path
+         d="M 0,0 -18.35,0 -9.16,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path16"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,97.3203)"
+       id="g18"><path
+         d="m 0,0 -9.166,-15.852 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path20"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,79.4082)"
+       id="g22"><path
+         d="M 0,0 -18.354,0 -9.188,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path24"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,78.3828)"
+       id="g26"><path
+         d="m 0,0 -9.219,-15.848 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path28"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,97.3203)"
+       id="g30"><path
+         d="m 0,0 -9.158,-15.852 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path32"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,79.4082)"
+       id="g34"><path
+         d="M 0,0 -18.352,0 -9.193,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path36"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,116.2793)"
+       id="g38"><path
+         d="m 0,0 -9.189,-15.875 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path40"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,60.4707)"
+       id="g42"><path
+         d="M 0,0 -18.381,0 -9.162,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path44"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,78.3828)"
+       id="g46"><path
+         d="m 0,0 -9.186,-15.848 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path48"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,60.4707)"
+       id="g50"><path
+         d="M 0,0 -18.375,0 -9.189,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path52"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,78.3828)"
+       id="g54"><path
+         d="m 0,0 -9.189,-15.848 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path56"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,98.3438)"
+       id="g58"><path
+         d="M 0,0 -18.381,0 -9.162,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path60"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(38.2119,81.4688)"
+       id="g62"><path
+         d="M 0,0 18.348,0 9.162,15.852"
+         inkscape:connector-curvature="0"
+         id="path64"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(47.374,63.5449)"
+       id="g66"><path
+         d="m 0,0 9.186,15.863 -18.348,0"
+         inkscape:connector-curvature="0"
+         id="path68"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(113.0986,97.3203)"
+       id="g70"><path
+         d="m 0,0 -9.156,-15.852 18.345,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path72"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(122.2881,79.4082)"
+       id="g74"><path
+         d="M 0,0 -18.346,0 -9.189,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path76"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,117.3066)"
+       id="g78"><path
+         d="M 0,0 -18.352,0 -9.193,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path80"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(89.4268,60.4707)"
+       id="g82"><path
+         d="M 0,0 -18.379,0 -9.16,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path84"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,59.4492)"
+       id="g86"><path
+         d="m 0,0 -9.158,-15.99 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path88"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,117.3066)"
+       id="g90"><path
+         d="M 0,0 -18.354,0 -9.188,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path92"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,116.2793)"
+       id="g94"><path
+         d="m 0,0 -9.219,-15.875 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path96"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,116.2793)"
+       id="g98"><path
+         d="m 0,0 -9.186,-15.875 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path100"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,98.3438)"
+       id="g102"><path
+         d="M 0,0 -18.375,0 -9.189,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path104"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,59.4492)"
+       id="g106"><path
+         d="m 0,0 -9.166,-15.99 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path108"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       id="g110"><g
+         clip-path="url(#clipPath114)"
+         id="g112"><g
+           transform="translate(180.5576,59.5039)"
+           id="g118"><path
+             d="m 0,0 c -1.295,0 -2.502,0.18 -3.615,0.537 -1.106,0.371 -2.071,0.9 -2.889,1.609 -0.814,0.713 -1.455,1.6 -1.92,2.659 -0.455,1.058 -0.678,2.277 -0.678,3.648 l 0,17.135 2.998,0 0,-17.024 c 0,-0.916 0.145,-1.728 0.454,-2.441 C -5.357,5.412 -4.934,4.814 -4.396,4.336 -3.842,3.852 -3.203,3.488 -2.461,3.238 -1.707,2.979 -0.889,2.85 0,2.85 c 0.896,0 1.709,0.129 2.455,0.388 0.75,0.25 1.395,0.614 1.938,1.098 0.541,0.478 0.968,1.076 1.283,1.787 0.314,0.713 0.467,1.525 0.467,2.441 l 0,17.024 3.003,0 0,-17.135 C 9.146,7.082 8.908,5.863 8.439,4.805 7.971,3.746 7.326,2.859 6.506,2.146 5.689,1.437 4.721,0.908 3.613,0.537 2.506,0.18 1.307,0 0,0"
+             inkscape:connector-curvature="0"
+             id="path120"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(200.9756,73.959)"
+           id="g122"><path
+             d="m 0,0 3.145,0 c 1.06,0 1.935,0.135 2.623,0.412 0.681,0.277 1.236,0.623 1.64,1.035 0.41,0.407 0.701,0.873 0.871,1.373 0.168,0.502 0.254,0.987 0.254,1.453 0,0.518 -0.14,1.03 -0.418,1.534 C 7.838,6.301 7.465,6.729 6.998,7.104 6.527,7.48 5.963,7.77 5.297,7.988 4.635,8.205 3.93,8.316 3.188,8.316 L 0,8.316 0,0 z m -2.994,-14.166 0,25.299 5.965,0 c 0.812,0 1.722,-0.127 2.726,-0.377 0.992,-0.254 1.932,-0.664 2.799,-1.213 0.865,-0.553 1.592,-1.264 2.168,-2.131 0.58,-0.867 0.865,-1.92 0.865,-3.139 0,-1.818 -0.449,-3.328 -1.351,-4.541 C 9.271,-1.486 7.959,-2.287 6.225,-2.674 l 5.416,-11.492 -3.252,0 -5.311,11.277 -0.615,0 -2.463,0 0,-11.277 -2.994,0 z"
+             inkscape:connector-curvature="0"
+             id="path124"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(223.4951,72.4102)"
+           id="g126"><path
+             d="m 0,0 c 0,-1.4 0.26,-2.711 0.771,-3.926 0.522,-1.209 1.235,-2.271 2.137,-3.183 0.905,-0.899 1.961,-1.618 3.16,-2.145 1.202,-0.531 2.5,-0.803 3.866,-0.803 1.377,0 2.662,0.272 3.877,0.803 1.199,0.527 2.253,1.246 3.162,2.145 0.902,0.912 1.607,1.974 2.123,3.183 0.519,1.215 0.773,2.526 0.773,3.926 0,1.393 -0.254,2.699 -0.773,3.914 -0.516,1.219 -1.221,2.281 -2.123,3.203 -0.909,0.916 -1.963,1.639 -3.162,2.168 -1.215,0.528 -2.5,0.793 -3.877,0.793 C 8.568,10.078 7.27,9.813 6.068,9.285 4.869,8.756 3.813,8.033 2.908,7.117 2.006,6.195 1.293,5.133 0.771,3.914 0.26,2.699 0,1.393 0,0 m -3.004,0 c 0,1.752 0.346,3.424 1.016,5.004 0.672,1.572 1.592,2.953 2.759,4.137 1.172,1.179 2.536,2.113 4.104,2.8 1.564,0.684 3.248,1.028 5.027,1.028 1.756,0 3.432,-0.344 5.006,-1.028 1.58,-0.687 2.957,-1.621 4.135,-2.8 1.182,-1.184 2.119,-2.565 2.803,-4.137 0.687,-1.58 1.027,-3.252 1.027,-5.004 0,-1.789 -0.34,-3.463 -1.027,-5.031 -0.684,-1.567 -1.621,-2.932 -2.803,-4.102 -1.178,-1.166 -2.555,-2.092 -
 4.135,-2.758 -1.574,-0.683 -3.25,-1.015 -5.006,-1.015 -1.779,0 -3.463,0.332 -5.027,1.015 -1.568,0.666 -2.932,1.592 -4.104,2.758 -1.167,1.17 -2.087,2.535 -2.759,4.102 -0.67,1.568 -1.016,3.242 -1.016,5.031"
+             inkscape:connector-curvature="0"
+             id="path128"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(257.3213,73.959)"
+           id="g130"><path
+             d="M 0,0 3.145,0 C 4.207,0 5.08,0.135 5.768,0.412 6.457,0.689 6.994,1.035 7.406,1.447 7.818,1.854 8.109,2.32 8.277,2.82 8.445,3.322 8.529,3.807 8.529,4.273 8.529,4.791 8.387,5.303 8.109,5.807 7.838,6.301 7.465,6.729 6.994,7.104 6.52,7.48 5.957,7.77 5.297,7.988 4.631,8.205 3.932,8.316 3.188,8.316 L 0,8.316 0,0 z m -3,-14.166 0,25.299 5.957,0 c 0.82,0 1.734,-0.127 2.734,-0.377 1,-0.254 1.938,-0.664 2.805,-1.213 0.861,-0.553 1.588,-1.264 2.168,-2.131 0.572,-0.867 0.867,-1.92 0.867,-3.139 0,-1.818 -0.455,-3.328 -1.353,-4.541 C 9.27,-1.486 7.953,-2.287 6.213,-2.674 l 5.43,-11.492 -3.256,0 -5.315,11.277 -0.609,0 -2.463,0 0,-11.277 -3,0 z"
+             inkscape:connector-curvature="0"
+             id="path132"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(157.3545,73.0156)"
+           id="g134"><path
+             d="M 0,0 C -1.854,4.389 -3.719,8.797 -5.596,13.234 -6.105,12.037 -6.6,10.871 -7.104,9.678 l 3.586,-8.463 1.889,-4.424 0.006,0 c 0.705,-1.666 1.406,-3.334 2.117,-5.012 0.709,-1.67 1.41,-3.338 2.113,-5.002 l 3.004,0 C 3.729,-8.787 1.854,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path136"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(147.792,69.8066)"
+           id="g138"><path
+             d="m 0,0 1.738,4.076 0.004,0 C 1.994,4.643 2.221,5.205 2.473,5.768 L 0.959,9.336 C 0.09,7.297 -0.781,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.24,-10.014 l 3,0 c 0.697,1.664 1.402,3.332 2.115,5.002 0.709,1.678 1.414,3.346 2.115,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path140"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(293.6025,73.0156)"
+           id="g142"><path
+             d="M 0,0 C -1.855,4.389 -3.723,8.797 -5.596,13.234 -6.105,12.037 -6.605,10.871 -7.102,9.678 l 3.579,-8.463 1.896,-4.424 0.006,0 c 0.699,-1.666 1.402,-3.334 2.113,-5.012 0.707,-1.67 1.41,-3.338 2.115,-5.002 l 2.998,0 C 3.723,-8.787 1.852,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path144"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(284.0322,69.8066)"
+           id="g146"><path
+             d="m 0,0 1.746,4.076 0.004,0 C 1.994,4.643 2.229,5.205 2.473,5.768 L 0.967,9.336 C 0.1,7.297 -0.773,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.232,-10.014 l 3.002,0 c 0.689,1.664 1.402,3.332 2.111,5.002 0.709,1.678 1.416,3.346 2.113,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path148"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g><text
+       transform="matrix(1,0,0,-1,296.2891,92.6172)"
+       id="text150"><tspan
+         x="0"
+         y="0"
+         id="tspan152"
+         style="font-size:12.5px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">™</tspan></text>
+<text
+       transform="matrix(1,0,0,-1,140.5518,92.6172)"
+       id="text154"><tspan
+         x="0 9.1350002 17.67 24.9 31.620001 39.945"
+         y="0"
+         id="tspan156"
+         style="font-size:15px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">Apache</tspan></text>
+</g></svg>
\ No newline at end of file

Added: incubator/aurora/site/publish/assets/img/aurora_logo_ltgreen_bkg.svg
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/assets/img/aurora_logo_ltgreen_bkg.svg?rev=1643884&view=auto
==============================================================================
--- incubator/aurora/site/publish/assets/img/aurora_logo_ltgreen_bkg.svg (added)
+++ incubator/aurora/site/publish/assets/img/aurora_logo_ltgreen_bkg.svg Mon Dec  8 18:34:26 2014
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="425"
+   height="157.5"
+   id="svg2"
+   xml:space="preserve"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><clipPath
+       id="clipPath114"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path116" /></clipPath><clipPath
+       id="clipPath162"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path164" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,187.5)"
+     id="g10"><path
+       d="M 0,0 330,0 330,150 0,150 0,0 z"
+       inkscape:connector-curvature="0"
+       id="path12"
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+       transform="translate(89.4268,98.3438)"
+       id="g14"><path
+         d="M 0,0 -18.35,0 -9.16,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path16"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,97.3203)"
+       id="g18"><path
+         d="m 0,0 -9.166,-15.852 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path20"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,79.4082)"
+       id="g22"><path
+         d="M 0,0 -18.354,0 -9.188,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path24"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,78.3828)"
+       id="g26"><path
+         d="m 0,0 -9.219,-15.848 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path28"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,97.3203)"
+       id="g30"><path
+         d="m 0,0 -9.158,-15.852 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path32"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,79.4082)"
+       id="g34"><path
+         d="M 0,0 -18.352,0 -9.193,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path36"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,116.2793)"
+       id="g38"><path
+         d="m 0,0 -9.189,-15.875 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path40"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,60.4707)"
+       id="g42"><path
+         d="M 0,0 -18.381,0 -9.162,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path44"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,78.3828)"
+       id="g46"><path
+         d="m 0,0 -9.186,-15.848 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path48"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,60.4707)"
+       id="g50"><path
+         d="M 0,0 -18.375,0 -9.189,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path52"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,78.3828)"
+       id="g54"><path
+         d="m 0,0 -9.189,-15.848 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path56"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,98.3438)"
+       id="g58"><path
+         d="M 0,0 -18.381,0 -9.162,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path60"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(38.2119,81.4688)"
+       id="g62"><path
+         d="M 0,0 18.348,0 9.162,15.852"
+         inkscape:connector-curvature="0"
+         id="path64"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(47.374,63.5449)"
+       id="g66"><path
+         d="m 0,0 9.186,15.863 -18.348,0"
+         inkscape:connector-curvature="0"
+         id="path68"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(113.0986,97.3203)"
+       id="g70"><path
+         d="m 0,0 -9.156,-15.852 18.345,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path72"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(122.2881,79.4082)"
+       id="g74"><path
+         d="M 0,0 -18.346,0 -9.189,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path76"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,117.3066)"
+       id="g78"><path
+         d="M 0,0 -18.352,0 -9.193,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path80"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(89.4268,60.4707)"
+       id="g82"><path
+         d="M 0,0 -18.379,0 -9.16,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path84"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,59.4492)"
+       id="g86"><path
+         d="m 0,0 -9.158,-15.99 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path88"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,117.3066)"
+       id="g90"><path
+         d="M 0,0 -18.354,0 -9.188,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path92"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,116.2793)"
+       id="g94"><path
+         d="m 0,0 -9.219,-15.875 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path96"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,116.2793)"
+       id="g98"><path
+         d="m 0,0 -9.186,-15.875 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path100"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,98.3438)"
+       id="g102"><path
+         d="M 0,0 -18.375,0 -9.189,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path104"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,59.4492)"
+       id="g106"><path
+         d="m 0,0 -9.166,-15.99 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path108"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       id="g110"><g
+         clip-path="url(#clipPath114)"
+         id="g112"><g
+           transform="translate(180.5576,59.5039)"
+           id="g118"><path
+             d="m 0,0 c -1.295,0 -2.502,0.18 -3.615,0.537 -1.106,0.371 -2.071,0.9 -2.889,1.609 -0.814,0.713 -1.455,1.6 -1.92,2.659 -0.455,1.058 -0.678,2.277 -0.678,3.648 l 0,17.135 2.998,0 0,-17.024 c 0,-0.916 0.145,-1.728 0.454,-2.441 C -5.357,5.412 -4.934,4.814 -4.396,4.336 -3.842,3.852 -3.203,3.488 -2.461,3.238 -1.707,2.979 -0.889,2.85 0,2.85 c 0.896,0 1.709,0.129 2.455,0.388 0.75,0.25 1.395,0.614 1.938,1.098 0.541,0.478 0.968,1.076 1.283,1.787 0.314,0.713 0.467,1.525 0.467,2.441 l 0,17.024 3.003,0 0,-17.135 C 9.146,7.082 8.908,5.863 8.439,4.805 7.971,3.746 7.326,2.859 6.506,2.146 5.689,1.437 4.721,0.908 3.613,0.537 2.506,0.18 1.307,0 0,0"
+             inkscape:connector-curvature="0"
+             id="path120"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(200.9756,73.959)"
+           id="g122"><path
+             d="m 0,0 3.145,0 c 1.06,0 1.935,0.135 2.623,0.412 0.681,0.277 1.236,0.623 1.64,1.035 0.41,0.407 0.701,0.873 0.871,1.373 0.168,0.502 0.254,0.987 0.254,1.453 0,0.518 -0.14,1.03 -0.418,1.534 C 7.838,6.301 7.465,6.729 6.998,7.104 6.527,7.48 5.963,7.77 5.297,7.988 4.635,8.205 3.93,8.316 3.188,8.316 L 0,8.316 0,0 z m -2.994,-14.166 0,25.299 5.965,0 c 0.812,0 1.722,-0.127 2.726,-0.377 0.992,-0.254 1.932,-0.664 2.799,-1.213 0.865,-0.553 1.592,-1.264 2.168,-2.131 0.58,-0.867 0.865,-1.92 0.865,-3.139 0,-1.818 -0.449,-3.328 -1.351,-4.541 C 9.271,-1.486 7.959,-2.287 6.225,-2.674 l 5.416,-11.492 -3.252,0 -5.311,11.277 -0.615,0 -2.463,0 0,-11.277 -2.994,0 z"
+             inkscape:connector-curvature="0"
+             id="path124"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(223.4951,72.4102)"
+           id="g126"><path
+             d="m 0,0 c 0,-1.4 0.26,-2.711 0.771,-3.926 0.522,-1.209 1.235,-2.271 2.137,-3.183 0.905,-0.899 1.961,-1.618 3.16,-2.145 1.202,-0.531 2.5,-0.803 3.866,-0.803 1.377,0 2.662,0.272 3.877,0.803 1.199,0.527 2.253,1.246 3.162,2.145 0.902,0.912 1.607,1.974 2.123,3.183 0.519,1.215 0.773,2.526 0.773,3.926 0,1.393 -0.254,2.699 -0.773,3.914 -0.516,1.219 -1.221,2.281 -2.123,3.203 -0.909,0.916 -1.963,1.639 -3.162,2.168 -1.215,0.528 -2.5,0.793 -3.877,0.793 C 8.568,10.078 7.27,9.813 6.068,9.285 4.869,8.756 3.813,8.033 2.908,7.117 2.006,6.195 1.293,5.133 0.771,3.914 0.26,2.699 0,1.393 0,0 m -3.004,0 c 0,1.752 0.346,3.424 1.016,5.004 0.672,1.572 1.592,2.953 2.759,4.137 1.172,1.179 2.536,2.113 4.104,2.8 1.564,0.684 3.248,1.028 5.027,1.028 1.756,0 3.432,-0.344 5.006,-1.028 1.58,-0.687 2.957,-1.621 4.135,-2.8 1.182,-1.184 2.119,-2.565 2.803,-4.137 0.687,-1.58 1.027,-3.252 1.027,-5.004 0,-1.789 -0.34,-3.463 -1.027,-5.031 -0.684,-1.567 -1.621,-2.932 -2.803,-4.102 -1.178,-1.166 -2.555,-2.092 -
 4.135,-2.758 -1.574,-0.683 -3.25,-1.015 -5.006,-1.015 -1.779,0 -3.463,0.332 -5.027,1.015 -1.568,0.666 -2.932,1.592 -4.104,2.758 -1.167,1.17 -2.087,2.535 -2.759,4.102 -0.67,1.568 -1.016,3.242 -1.016,5.031"
+             inkscape:connector-curvature="0"
+             id="path128"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(257.3213,73.959)"
+           id="g130"><path
+             d="M 0,0 3.145,0 C 4.207,0 5.08,0.135 5.768,0.412 6.457,0.689 6.994,1.035 7.406,1.447 7.818,1.854 8.109,2.32 8.277,2.82 8.445,3.322 8.529,3.807 8.529,4.273 8.529,4.791 8.387,5.303 8.109,5.807 7.838,6.301 7.465,6.729 6.994,7.104 6.52,7.48 5.957,7.77 5.297,7.988 4.631,8.205 3.932,8.316 3.188,8.316 L 0,8.316 0,0 z m -3,-14.166 0,25.299 5.957,0 c 0.82,0 1.734,-0.127 2.734,-0.377 1,-0.254 1.938,-0.664 2.805,-1.213 0.861,-0.553 1.588,-1.264 2.168,-2.131 0.572,-0.867 0.867,-1.92 0.867,-3.139 0,-1.818 -0.455,-3.328 -1.353,-4.541 C 9.27,-1.486 7.953,-2.287 6.213,-2.674 l 5.43,-11.492 -3.256,0 -5.315,11.277 -0.609,0 -2.463,0 0,-11.277 -3,0 z"
+             inkscape:connector-curvature="0"
+             id="path132"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(157.3545,73.0156)"
+           id="g134"><path
+             d="M 0,0 C -1.854,4.389 -3.719,8.797 -5.596,13.234 -6.105,12.037 -6.6,10.871 -7.104,9.678 l 3.586,-8.463 1.889,-4.424 0.006,0 c 0.705,-1.666 1.406,-3.334 2.117,-5.012 0.709,-1.67 1.41,-3.338 2.113,-5.002 l 3.004,0 C 3.729,-8.787 1.854,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path136"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(147.792,69.8066)"
+           id="g138"><path
+             d="m 0,0 1.738,4.076 0.004,0 C 1.994,4.643 2.221,5.205 2.473,5.768 L 0.959,9.336 C 0.09,7.297 -0.781,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.24,-10.014 l 3,0 c 0.697,1.664 1.402,3.332 2.115,5.002 0.709,1.678 1.414,3.346 2.115,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path140"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(293.6025,73.0156)"
+           id="g142"><path
+             d="M 0,0 C -1.855,4.389 -3.723,8.797 -5.596,13.234 -6.105,12.037 -6.605,10.871 -7.102,9.678 l 3.579,-8.463 1.896,-4.424 0.006,0 c 0.699,-1.666 1.402,-3.334 2.113,-5.012 0.707,-1.67 1.41,-3.338 2.115,-5.002 l 2.998,0 C 3.723,-8.787 1.852,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path144"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(284.0322,69.8066)"
+           id="g146"><path
+             d="m 0,0 1.746,4.076 0.004,0 C 1.994,4.643 2.229,5.205 2.473,5.768 L 0.967,9.336 C 0.1,7.297 -0.773,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.232,-10.014 l 3.002,0 c 0.689,1.664 1.402,3.332 2.111,5.002 0.709,1.678 1.416,3.346 2.113,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path148"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g><text
+       transform="matrix(1,0,0,-1,296.2891,92.6172)"
+       id="text150"><tspan
+         x="0"
+         y="0"
+         id="tspan152"
+         style="font-size:12.5px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">™</tspan></text>
+<text
+       transform="matrix(1,0,0,-1,140.5518,92.6172)"
+       id="text154"><tspan
+         x="0 9.1350002 17.67 24.9 31.620001 39.945"
+         y="0"
+         id="tspan156"
+         style="font-size:15px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">Apache</tspan></text>
+</g></svg>
\ No newline at end of file

Added: incubator/aurora/site/publish/assets/img/aurora_logo_white_bkg.svg
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/assets/img/aurora_logo_white_bkg.svg?rev=1643884&view=auto
==============================================================================
--- incubator/aurora/site/publish/assets/img/aurora_logo_white_bkg.svg (added)
+++ incubator/aurora/site/publish/assets/img/aurora_logo_white_bkg.svg Mon Dec  8 18:34:26 2014
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="425"
+   height="157.5"
+   id="svg2"
+   xml:space="preserve"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><clipPath
+       id="clipPath114"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path116" /></clipPath><clipPath
+       id="clipPath162"><path
+         d="M 0,150 660,150 660,0 0,0 0,150 z"
+         inkscape:connector-curvature="0"
+         id="path164" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,0,187.5)"
+     id="g10"><path
+       d="M 0,0 330,0 330,150 0,150 0,0 z"
+       inkscape:connector-curvature="0"
+       id="path12"
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none" /><g
+       transform="translate(89.4268,98.3438)"
+       id="g14"><path
+         d="M 0,0 -18.35,0 -9.16,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path16"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,97.3203)"
+       id="g18"><path
+         d="m 0,0 -9.166,-15.852 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path20"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,79.4082)"
+       id="g22"><path
+         d="M 0,0 -18.354,0 -9.188,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path24"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,78.3828)"
+       id="g26"><path
+         d="m 0,0 -9.219,-15.848 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path28"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,97.3203)"
+       id="g30"><path
+         d="m 0,0 -9.158,-15.852 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path32"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,79.4082)"
+       id="g34"><path
+         d="M 0,0 -18.352,0 -9.193,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path36"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,116.2793)"
+       id="g38"><path
+         d="m 0,0 -9.189,-15.875 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path40"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,60.4707)"
+       id="g42"><path
+         d="M 0,0 -18.381,0 -9.162,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path44"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,78.3828)"
+       id="g46"><path
+         d="m 0,0 -9.186,-15.848 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path48"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,60.4707)"
+       id="g50"><path
+         d="M 0,0 -18.375,0 -9.189,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path52"
+         style="fill:#63c4b1;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(80.2666,78.3828)"
+       id="g54"><path
+         d="m 0,0 -9.189,-15.848 18.349,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path56"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(67.5205,98.3438)"
+       id="g58"><path
+         d="M 0,0 -18.381,0 -9.162,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path60"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(38.2119,81.4688)"
+       id="g62"><path
+         d="M 0,0 18.348,0 9.162,15.852"
+         inkscape:connector-curvature="0"
+         id="path64"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(47.374,63.5449)"
+       id="g66"><path
+         d="m 0,0 9.186,15.863 -18.348,0"
+         inkscape:connector-curvature="0"
+         id="path68"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(113.0986,97.3203)"
+       id="g70"><path
+         d="m 0,0 -9.156,-15.852 18.345,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path72"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(122.2881,79.4082)"
+       id="g74"><path
+         d="M 0,0 -18.346,0 -9.189,-15.863 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path76"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(100.3838,117.3066)"
+       id="g78"><path
+         d="M 0,0 -18.352,0 -9.193,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path80"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(89.4268,60.4707)"
+       id="g82"><path
+         d="M 0,0 -18.379,0 -9.16,-15.967 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path84"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(91.1904,59.4492)"
+       id="g86"><path
+         d="m 0,0 -9.158,-15.99 18.351,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path88"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(78.4736,117.3066)"
+       id="g90"><path
+         d="M 0,0 -18.354,0 -9.188,-15.834 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path92"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(58.3584,116.2793)"
+       id="g94"><path
+         d="m 0,0 -9.219,-15.875 18.381,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path96"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(102.1475,116.2793)"
+       id="g98"><path
+         d="m 0,0 -9.186,-15.875 18.375,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path100"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(111.3369,98.3438)"
+       id="g102"><path
+         d="M 0,0 -18.375,0 -9.189,-15.824 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path104"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       transform="translate(69.2861,59.4492)"
+       id="g106"><path
+         d="m 0,0 -9.166,-15.99 18.354,0 L 0,0 z"
+         inkscape:connector-curvature="0"
+         id="path108"
+         style="fill:#d6d6d6;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+       id="g110"><g
+         clip-path="url(#clipPath114)"
+         id="g112"><g
+           transform="translate(180.5576,59.5039)"
+           id="g118"><path
+             d="m 0,0 c -1.295,0 -2.502,0.18 -3.615,0.537 -1.106,0.371 -2.071,0.9 -2.889,1.609 -0.814,0.713 -1.455,1.6 -1.92,2.659 -0.455,1.058 -0.678,2.277 -0.678,3.648 l 0,17.135 2.998,0 0,-17.024 c 0,-0.916 0.145,-1.728 0.454,-2.441 C -5.357,5.412 -4.934,4.814 -4.396,4.336 -3.842,3.852 -3.203,3.488 -2.461,3.238 -1.707,2.979 -0.889,2.85 0,2.85 c 0.896,0 1.709,0.129 2.455,0.388 0.75,0.25 1.395,0.614 1.938,1.098 0.541,0.478 0.968,1.076 1.283,1.787 0.314,0.713 0.467,1.525 0.467,2.441 l 0,17.024 3.003,0 0,-17.135 C 9.146,7.082 8.908,5.863 8.439,4.805 7.971,3.746 7.326,2.859 6.506,2.146 5.689,1.437 4.721,0.908 3.613,0.537 2.506,0.18 1.307,0 0,0"
+             inkscape:connector-curvature="0"
+             id="path120"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(200.9756,73.959)"
+           id="g122"><path
+             d="m 0,0 3.145,0 c 1.06,0 1.935,0.135 2.623,0.412 0.681,0.277 1.236,0.623 1.64,1.035 0.41,0.407 0.701,0.873 0.871,1.373 0.168,0.502 0.254,0.987 0.254,1.453 0,0.518 -0.14,1.03 -0.418,1.534 C 7.838,6.301 7.465,6.729 6.998,7.104 6.527,7.48 5.963,7.77 5.297,7.988 4.635,8.205 3.93,8.316 3.188,8.316 L 0,8.316 0,0 z m -2.994,-14.166 0,25.299 5.965,0 c 0.812,0 1.722,-0.127 2.726,-0.377 0.992,-0.254 1.932,-0.664 2.799,-1.213 0.865,-0.553 1.592,-1.264 2.168,-2.131 0.58,-0.867 0.865,-1.92 0.865,-3.139 0,-1.818 -0.449,-3.328 -1.351,-4.541 C 9.271,-1.486 7.959,-2.287 6.225,-2.674 l 5.416,-11.492 -3.252,0 -5.311,11.277 -0.615,0 -2.463,0 0,-11.277 -2.994,0 z"
+             inkscape:connector-curvature="0"
+             id="path124"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(223.4951,72.4102)"
+           id="g126"><path
+             d="m 0,0 c 0,-1.4 0.26,-2.711 0.771,-3.926 0.522,-1.209 1.235,-2.271 2.137,-3.183 0.905,-0.899 1.961,-1.618 3.16,-2.145 1.202,-0.531 2.5,-0.803 3.866,-0.803 1.377,0 2.662,0.272 3.877,0.803 1.199,0.527 2.253,1.246 3.162,2.145 0.902,0.912 1.607,1.974 2.123,3.183 0.519,1.215 0.773,2.526 0.773,3.926 0,1.393 -0.254,2.699 -0.773,3.914 -0.516,1.219 -1.221,2.281 -2.123,3.203 -0.909,0.916 -1.963,1.639 -3.162,2.168 -1.215,0.528 -2.5,0.793 -3.877,0.793 C 8.568,10.078 7.27,9.813 6.068,9.285 4.869,8.756 3.813,8.033 2.908,7.117 2.006,6.195 1.293,5.133 0.771,3.914 0.26,2.699 0,1.393 0,0 m -3.004,0 c 0,1.752 0.346,3.424 1.016,5.004 0.672,1.572 1.592,2.953 2.759,4.137 1.172,1.179 2.536,2.113 4.104,2.8 1.564,0.684 3.248,1.028 5.027,1.028 1.756,0 3.432,-0.344 5.006,-1.028 1.58,-0.687 2.957,-1.621 4.135,-2.8 1.182,-1.184 2.119,-2.565 2.803,-4.137 0.687,-1.58 1.027,-3.252 1.027,-5.004 0,-1.789 -0.34,-3.463 -1.027,-5.031 -0.684,-1.567 -1.621,-2.932 -2.803,-4.102 -1.178,-1.166 -2.555,-2.092 -
 4.135,-2.758 -1.574,-0.683 -3.25,-1.015 -5.006,-1.015 -1.779,0 -3.463,0.332 -5.027,1.015 -1.568,0.666 -2.932,1.592 -4.104,2.758 -1.167,1.17 -2.087,2.535 -2.759,4.102 -0.67,1.568 -1.016,3.242 -1.016,5.031"
+             inkscape:connector-curvature="0"
+             id="path128"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(257.3213,73.959)"
+           id="g130"><path
+             d="M 0,0 3.145,0 C 4.207,0 5.08,0.135 5.768,0.412 6.457,0.689 6.994,1.035 7.406,1.447 7.818,1.854 8.109,2.32 8.277,2.82 8.445,3.322 8.529,3.807 8.529,4.273 8.529,4.791 8.387,5.303 8.109,5.807 7.838,6.301 7.465,6.729 6.994,7.104 6.52,7.48 5.957,7.77 5.297,7.988 4.631,8.205 3.932,8.316 3.188,8.316 L 0,8.316 0,0 z m -3,-14.166 0,25.299 5.957,0 c 0.82,0 1.734,-0.127 2.734,-0.377 1,-0.254 1.938,-0.664 2.805,-1.213 0.861,-0.553 1.588,-1.264 2.168,-2.131 0.572,-0.867 0.867,-1.92 0.867,-3.139 0,-1.818 -0.455,-3.328 -1.353,-4.541 C 9.27,-1.486 7.953,-2.287 6.213,-2.674 l 5.43,-11.492 -3.256,0 -5.315,11.277 -0.609,0 -2.463,0 0,-11.277 -3,0 z"
+             inkscape:connector-curvature="0"
+             id="path132"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(157.3545,73.0156)"
+           id="g134"><path
+             d="M 0,0 C -1.854,4.389 -3.719,8.797 -5.596,13.234 -6.105,12.037 -6.6,10.871 -7.104,9.678 l 3.586,-8.463 1.889,-4.424 0.006,0 c 0.705,-1.666 1.406,-3.334 2.117,-5.012 0.709,-1.67 1.41,-3.338 2.113,-5.002 l 3.004,0 C 3.729,-8.787 1.854,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path136"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(147.792,69.8066)"
+           id="g138"><path
+             d="m 0,0 1.738,4.076 0.004,0 C 1.994,4.643 2.221,5.205 2.473,5.768 L 0.959,9.336 C 0.09,7.297 -0.781,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.24,-10.014 l 3,0 c 0.697,1.664 1.402,3.332 2.115,5.002 0.709,1.678 1.414,3.346 2.115,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path140"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(293.6025,73.0156)"
+           id="g142"><path
+             d="M 0,0 C -1.855,4.389 -3.723,8.797 -5.596,13.234 -6.105,12.037 -6.605,10.871 -7.102,9.678 l 3.579,-8.463 1.896,-4.424 0.006,0 c 0.699,-1.666 1.402,-3.334 2.113,-5.012 0.707,-1.67 1.41,-3.338 2.115,-5.002 l 2.998,0 C 3.723,-8.787 1.852,-4.375 0,0"
+             inkscape:connector-curvature="0"
+             id="path144"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g><g
+           transform="translate(284.0322,69.8066)"
+           id="g146"><path
+             d="m 0,0 1.746,4.076 0.004,0 C 1.994,4.643 2.229,5.205 2.473,5.768 L 0.967,9.336 C 0.1,7.297 -0.773,5.244 -1.639,3.209 -3.486,-1.166 -5.357,-5.578 -7.232,-10.014 l 3.002,0 c 0.689,1.664 1.402,3.332 2.111,5.002 0.709,1.678 1.416,3.346 2.113,5.012 L 0,0 z"
+             inkscape:connector-curvature="0"
+             id="path148"
+             style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" /></g></g></g><text
+       transform="matrix(1,0,0,-1,296.2891,92.6172)"
+       id="text150"><tspan
+         x="0"
+         y="0"
+         id="tspan152"
+         style="font-size:12.5px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">™</tspan></text>
+<text
+       transform="matrix(1,0,0,-1,140.5518,92.6172)"
+       id="text154"><tspan
+         x="0 9.1350002 17.67 24.9 31.620001 39.945"
+         y="0"
+         id="tspan156"
+         style="font-size:15px;font-variant:normal;font-weight:normal;font-stretch:normal;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;font-family:Helvetica Neue, Helvetica, Arial, sans-serif">Apache</tspan></text>
+</g></svg>
\ No newline at end of file

Modified: incubator/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html (original)
+++ incubator/aurora/site/publish/blog/aurora-0-6-0-incubating-released/index.html Mon Dec  8 18:34:26 2014
@@ -1,73 +1,46 @@
-<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>
-    </div>
-  </div>
-</div>
+<!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']);
 
-<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>
+		  (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>
-  </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">
-        <div class="row-fluid">
+  </div>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <div class="container-fluid">
 
-<div class="span3">
+<div class="row">
+<div class="col-md-3 buffer">
 	<div class="meta">
 		<span class="author">
 			
@@ -83,17 +56,6 @@
 		<span class="social-share-button"><a href="https://twitter.com/share" class="twitter-share-button" data-via="apachemesos">Tweet</a></span>
 		
 		<span><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></span>
-
-		<span><div class="g-plusone" data-size="medium"></div></span>
-
-		<!-- Place this tag after the last +1 button tag. -->
-		<script type="text/javascript">
-		  (function() {
-		    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
-		    po.src = 'https://apis.google.com/js/plusone.js';
-		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
-		  })();
-		</script>
 		
 		<script src="//platform.linkedin.com/in.js" type="text/javascript">
 		 lang: en_US
@@ -102,7 +64,7 @@
 	</div>
 </div>
 
-<div class="post span9">
+<div class="post col-md-9">
 	<h1>Aurora 0.6.0-incubating Released</h1>
 	
 	<p>The latest Apache Aurora release, 0.6.0-incubating, is now available for download. This version marks the second Aurora release since becoming part of the <a href="http://incubator.apache.org">Apache Incubator</a>, and includes the following features and improvements:</p>
@@ -163,42 +125,33 @@ responsibility of application update orc
 </div>
 </div>
 
-	  </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/blog/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/blog/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/blog/index.html (original)
+++ incubator/aurora/site/publish/blog/index.html Mon Dec  8 18:34:26 2014
@@ -1,76 +1,48 @@
-<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">
-        <div class="row-fluid">
-	<div class="span3">
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <div class="row-fluid">
+	<div class="col-md-3">
 		<h4>Apache Aurora Blog</h4>
 		<p>The Aurora blog is a place for release announcements and for project committers to highlight features of the software.</p>
 	</div>
-	<div class="span9">
+	<div class="col-md-9">
 		
 		  <article>
 		  	<h2><a href="/blog/aurora-0-6-0-incubating-released/">Aurora 0.6.0-incubating Released</a></h2>
@@ -79,42 +51,33 @@
 		
 	</div>
 </div>
-	  </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/community/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/community/index.html?rev=1643884&r1=1643883&r2=1643884&view=diff
==============================================================================
--- incubator/aurora/site/publish/community/index.html (original)
+++ incubator/aurora/site/publish/community/index.html Mon Dec  8 18:34:26 2014
@@ -1,74 +1,46 @@
-<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="community">Community</h1>
+</div>	
+  	  <div class="container-fluid">
+  	  	<div class="container content">
+          <h1 id="community">Community</h1>
 
 <div class="row-fluid">
-        <div class="span4">
+        <div class="col-md-4">
         <h3>Contributing to Aurora</h3>
         <h4 name="reportbugs">Report or track a bug</h4>
         <p>Bugs can be reported on our <a href="http://issues.apache.org/jira/browse/AURORA">JIRA issue tracker</a>. In order to create a new issue, you&rsquo;ll need register for an account.</p>
@@ -76,7 +48,7 @@
         <h4 name="contribute">Submit a core patch</h4>
         <p>Please follow our <a href="/docs/howtocontribute/">contribution guidelines</a> when submitting a patch. We welcome them!</p>
     </div>
-    <div class="span4">
+    <div class="col-md-4">
         <h3>Stay in Touch</h3>
         <h4>Mailing lists</h4>
         <p><strong>Developers</strong> - <a href="mailto:dev-subscribe@aurora.incubator.apache.org">Subscribe</a> | <a href="mailto:dev-unsubscribe@aurora.incubator.apache.org">Unsubscribe</a> | <a href="http://mail-archives.apache.org/mod_mbox/incubator-aurora-dev/">Archive</a><br />
@@ -93,49 +65,40 @@
         <h4>Join our weekly IRC meetings</h4>
         <p>We hold weekly IRC meetings as an opportunity for users and developers to engage.  Meetings are every Monday at <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Aurora+Weekly+Meeting&iso=20140421T11&p1=224&ah=1">11AM Pacific Time</a>.</p>
         </div>
-    <div class="span4">
+    <div class="col-md-4">
         <h3>Follow the Project</h3>     
         <a class="twitter-timeline" href="https://twitter.com/ApacheAurora" data-widget-id="512693636127920129">Tweets by @ApacheMesos</a>
         <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
     </div>
 </div>
 
-	  </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