You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/10/18 17:51:57 UTC

svn commit: r926167 [1/7] - in /websites/production/struts/content: ./ css/ img/

Author: lukaszlenart
Date: Sat Oct 18 15:51:57 2014
New Revision: 926167

Log:
Updates production

Added:
    websites/production/struts/content/img/apache.png   (with props)
    websites/production/struts/content/img/download-icon.svg   (with props)
    websites/production/struts/content/img/pattern.png   (with props)
    websites/production/struts/content/img/primer-icon.svg   (with props)
    websites/production/struts/content/img/struts-logo.svg   (with props)
Modified:
    websites/production/struts/content/announce-2002.html
    websites/production/struts/content/announce-2003.html
    websites/production/struts/content/announce-2004.html
    websites/production/struts/content/announce-2005.html
    websites/production/struts/content/announce-2006.html
    websites/production/struts/content/announce-2007.html
    websites/production/struts/content/announce-2008.html
    websites/production/struts/content/announce-2009.html
    websites/production/struts/content/announce-2010.html
    websites/production/struts/content/announce-2011.html
    websites/production/struts/content/announce-2012.html
    websites/production/struts/content/announce-2013.html
    websites/production/struts/content/announce.html
    websites/production/struts/content/birdseye.html
    websites/production/struts/content/builds.html
    websites/production/struts/content/bylaws.html
    websites/production/struts/content/coding-standards.html
    websites/production/struts/content/css/main.css
    websites/production/struts/content/dev-mail.html
    websites/production/struts/content/download.html
    websites/production/struts/content/downloads.html
    websites/production/struts/content/helping.html
    websites/production/struts/content/index.html
    websites/production/struts/content/kickstart.html
    websites/production/struts/content/mail.html
    websites/production/struts/content/primer.html
    websites/production/struts/content/releases.html
    websites/production/struts/content/security.html
    websites/production/struts/content/struts1eol-announcement.html
    websites/production/struts/content/struts1eol-press.html
    websites/production/struts/content/submitting-patches.html
    websites/production/struts/content/volunteers.html
    websites/production/struts/content/youatstruts.html

Modified: websites/production/struts/content/announce-2002.html
==============================================================================
--- websites/production/struts/content/announce-2002.html (original)
+++ websites/production/struts/content/announce-2002.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2002</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -364,17 +362,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2003.html
==============================================================================
--- websites/production/struts/content/announce-2003.html (original)
+++ websites/production/struts/content/announce-2003.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2003</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -211,17 +209,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2004.html
==============================================================================
--- websites/production/struts/content/announce-2004.html (original)
+++ websites/production/struts/content/announce-2004.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2004</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -264,17 +262,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2005.html
==============================================================================
--- websites/production/struts/content/announce-2005.html (original)
+++ websites/production/struts/content/announce-2005.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2005</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -709,17 +707,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2006.html
==============================================================================
--- websites/production/struts/content/announce-2006.html (original)
+++ websites/production/struts/content/announce-2006.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2006</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -768,17 +766,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2007.html
==============================================================================
--- websites/production/struts/content/announce-2007.html (original)
+++ websites/production/struts/content/announce-2007.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2007</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -744,17 +742,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>

Modified: websites/production/struts/content/announce-2008.html
==============================================================================
--- websites/production/struts/content/announce-2008.html (original)
+++ websites/production/struts/content/announce-2008.html Sat Oct 18 15:51:57 2014
@@ -1,106 +1,104 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <meta charset="UTF-8"/>
   <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
-  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140918"/>
   <meta http-equiv="Content-Language" content="en"/>
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
   <title>Announcements 2008</title>
 
-  <link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
-  <link rel="stylesheet" href="/css/main.css">
+  <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic,600italic,700italic" rel="stylesheet" type="text/css">
+  <link rel="stylesheet" href="css/main.css">
 
-  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
-  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
-  <script type="text/javascript" src="/js/community.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="js/community.js"></script>
 </head>
 <body>
 
-<a href="http://github.com/apache/struts">
-  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+<a href="http://github.com/apache/struts" class="github-ribbon">
+  <img style="position: absolute; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
 </a>
 
 <header>
-  <!-- Fixed navbar -->
-<nav>
-  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="container">
-      <div class="navbar-collapse collapse">
-        <ul class="nav navbar-nav">
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="index.html">Welcome</a></li>
-              <li><a href="downloads.html">Downloads</a></li>
-              <li><a href="announce.html">Announcements</a></li>
-              <li><a href="http://www.apache.org/licenses/">License</a></li>
-              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
-              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="mail.html">User Mailing List</a></li>
-              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
-              <li><a href="security.html">Reporting Security Issues</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="birdseye.html">Birds Eye</a></li>
-              <li><a href="primer.html">Key Technologies</a></li>
-              <li><a href="kickstart.html">Kickstart FAQ</a></li>
-              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
-              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
-              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
-            </ul>
-          </li>
-
-          <li class="dropdown">
-            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
-            <ul class="dropdown-menu">
-              <li><a href="youatstruts.html">You at Struts</a></li>
-              <li><a href="helping.html">How to Help FAQ</a></li>
-              <li><a href="dev-mail.html">Development Lists</a></li>
-              <li class="divider"></li>
-              <li><a href="submitting-patches.html">Submitting patches</a></li>
-              <li><a href="builds.html">Source Code</a></li>
-              <li><a href="coding-standards.html">Coding standards</a></li>
-              <li class="divider"></li>
-              <li><a href="releases.html">Release Guidelines</a></li>
-              <li><a href="bylaws.html">PMC Charter</a></li>
-              <li><a href="volunteers.html">Volunteers</a></li>
-              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
-            </ul>
-          </li>
-
-        </ul>
+  <nav>
+    <div role="navigation" class="navbar navbar-default navbar-fixed-top">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" data-toggle="collapse" data-target="#struts-menu" class="navbar-toggle">
+            Menu
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a href="index.html" class="navbar-brand logo"><img src="img/struts-logo.svg"></a>
+        </div>
+        <div id="struts-menu" class="navbar-collapse collapse">
+          <ul class="nav navbar-nav">
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Home<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="index.html">Welcome</a></li>
+                <li><a href="downloads.html">Downloads</a></li>
+                <li><a href="announce.html">Announcements</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+                <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Support<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="mail.html">User Mailing List</a></li>
+                <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+                <li><a href="security.html">Reporting Security Issues</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Documentation<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="birdseye.html">Birds Eye</a></li>
+                <li><a href="primer.html">Key Technologies</a></li>
+                <li><a href="kickstart.html">Kickstart FAQ</a></li>
+                <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+                <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+                <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+              </ul>
+            </li>
+            <li class="dropdown">
+              <a data-toggle="dropdown" href="#" class="dropdown-toggle">
+                Contributing<b class="caret"></b>
+              </a>
+              <ul class="dropdown-menu">
+                <li><a href="youatstruts.html">You at Struts</a></li>
+                <li><a href="helping.html">How to Help FAQ</a></li>
+                <li><a href="dev-mail.html">Development Lists</a></li>
+                <li class="divider"></li>
+                <li><a href="submitting-patches.html">Submitting patches</a></li>
+                <li><a href="builds.html">Source Code</a></li>
+                <li><a href="coding-standards.html">Coding standards</a></li>
+                <li class="divider"></li>
+                <li><a href="releases.html">Release Guidelines</a></li>
+                <li><a href="bylaws.html">PMC Charter</a></li>
+                <li><a href="volunteers.html">Volunteers</a></li>
+                <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+              </ul>
+            </li>
+            <li class="apache"><a href="http://www.apache.org/"><img src="img/apache.png"></a></li>
+          </ul>
+        </div>
       </div>
-      <!--/.nav-collapse -->
     </div>
-  </div>
-</nav>
-
-  <div class="container">
-    <div class="row">
-      <div class="pull-left">
-        <a href="/" id="bannerLeft">
-          <img src="/img/struts.gif" alt="Apache Struts"/>
-        </a>
-      </div>
-      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
-        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
-      </a>
-      </div>
-    </div>
-  </div>
+  </nav>
 </header>
 
 
@@ -270,17 +268,41 @@
   </section>
 </article>
 
-  <hr/>
+
 <footer class="container">
-  <div class="row col-md-12 text-center">
-    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  <div class="col-md-12">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation </a>.
+    All Rights Reserved.
   </div>
-  <div class="row col-md-12 text-center">
-    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
-    project logos are trademarks of The Apache Software Foundation.
+  <div class="col-md-12">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts project logos are
+    trademarks of The Apache Software Foundation.
   </div>
+  <div class="col-md-12">Logo and website design donated by <a href="https://softwaremill.com/">SoftwareMill</a>.</div>
 </footer>
 
+<script>!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+    js = d.createElement(s);
+    js.id = id;
+    js.src = "//platform.twitter.com/widgets.js";
+    fjs.parentNode.insertBefore(js, fjs);
+  }
+}(document, "script", "twitter-wjs");</script>
+<script src="https://apis.google.com/js/platform.js" async="async" defer="defer"></script>
+
+<div id="fb-root"></div>
+
+<script>(function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (d.getElementById(id)) return;
+  js = d.createElement(s);
+  js.id = id;
+  js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
+  fjs.parentNode.insertBefore(js, fjs);
+}(document, 'script', 'facebook-jssdk'));</script>
+
 
 </body>
 </html>