You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2015/07/17 15:08:41 UTC

svn commit: r1691559 [1/5] - in /allura/site/trunk: ./ _src/ css/ feeds/ img/ js/ theme/ theme/css/ theme/img/ theme/js/ theme/js/vendor/

Author: jetmind
Date: Fri Jul 17 13:08:39 2015
New Revision: 1691559

URL: http://svn.apache.org/r1691559
Log:
Generated site with pelican + README

Added:
    allura/site/trunk/README.md
    allura/site/trunk/feeds/
    allura/site/trunk/feeds/all.atom.xml
    allura/site/trunk/theme/
    allura/site/trunk/theme/css/
    allura/site/trunk/theme/css/flex.min.css
    allura/site/trunk/theme/css/main.css   (with props)
    allura/site/trunk/theme/css/normalize.css   (with props)
    allura/site/trunk/theme/css/normalize.min.css   (with props)
    allura/site/trunk/theme/css/style.css
    allura/site/trunk/theme/img/
    allura/site/trunk/theme/img/allura_3.png   (with props)
    allura/site/trunk/theme/img/allura_black1.png   (with props)
    allura/site/trunk/theme/img/allura_black2.png   (with props)
    allura/site/trunk/theme/img/allura_black3.png   (with props)
    allura/site/trunk/theme/img/allura_black4.png   (with props)
    allura/site/trunk/theme/img/allura_black5.png   (with props)
    allura/site/trunk/theme/img/allura_black6.png   (with props)
    allura/site/trunk/theme/img/allura_logo_white.png   (with props)
    allura/site/trunk/theme/img/allura_white1.png   (with props)
    allura/site/trunk/theme/img/allura_white2.png   (with props)
    allura/site/trunk/theme/img/allura_white3.png   (with props)
    allura/site/trunk/theme/img/allura_white4.png   (with props)
    allura/site/trunk/theme/img/allura_white5.png   (with props)
    allura/site/trunk/theme/img/allura_white6.png   (with props)
    allura/site/trunk/theme/img/allura_white_sm.png   (with props)
    allura/site/trunk/theme/img/asf_logo.gif   (with props)
    allura/site/trunk/theme/img/bg-developers-fire.jpg   (with props)
    allura/site/trunk/theme/img/bg-download-fire.jpg   (with props)
    allura/site/trunk/theme/img/bg-header-forge.jpg   (with props)
    allura/site/trunk/theme/img/full_logo_orange.svg
    allura/site/trunk/theme/img/full_logo_white.svg
    allura/site/trunk/theme/img/ic-instance-github.png   (with props)
    allura/site/trunk/theme/img/ic-instance-ticket.png   (with props)
    allura/site/trunk/theme/img/ic-instance-wiki.png   (with props)
    allura/site/trunk/theme/img/ic-resources-docs.png   (with props)
    allura/site/trunk/theme/img/ic-resources-installation.png   (with props)
    allura/site/trunk/theme/img/ic-resources-quickstart.png   (with props)
    allura/site/trunk/theme/img/ic_forge_icon_source.ai
    allura/site/trunk/theme/img/logo-asf-apache.png   (with props)
    allura/site/trunk/theme/img/logo-black-svg.svg
    allura/site/trunk/theme/img/logo-white-orange.svg
    allura/site/trunk/theme/img/logo-white-svg.svg
    allura/site/trunk/theme/img/logo_black.png   (with props)
    allura/site/trunk/theme/img/logo_white.png   (with props)
    allura/site/trunk/theme/img/mobile_logo.svg
    allura/site/trunk/theme/js/
    allura/site/trunk/theme/js/frontend.js
    allura/site/trunk/theme/js/jquery-1.11.2.min.js
    allura/site/trunk/theme/js/main.js   (with props)
    allura/site/trunk/theme/js/vendor/
    allura/site/trunk/theme/js/vendor/jquery-1.11.0.min.js   (with props)
    allura/site/trunk/theme/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js   (with props)
Removed:
    allura/site/trunk/css/
    allura/site/trunk/img/
    allura/site/trunk/js/
Modified:
    allura/site/trunk/404.html
    allura/site/trunk/_src/pelicanconf.py
    allura/site/trunk/index.html

Modified: allura/site/trunk/404.html
URL: http://svn.apache.org/viewvc/allura/site/trunk/404.html?rev=1691559&r1=1691558&r2=1691559&view=diff
==============================================================================
--- allura/site/trunk/404.html (original)
+++ allura/site/trunk/404.html Fri Jul 17 13:08:39 2015
@@ -157,4 +157,4 @@
             -->
         </div>
     </body>
-</html>
+</html>
\ No newline at end of file

Added: allura/site/trunk/README.md
URL: http://svn.apache.org/viewvc/allura/site/trunk/README.md?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/README.md (added)
+++ allura/site/trunk/README.md Fri Jul 17 13:08:39 2015
@@ -0,0 +1,21 @@
+We're using [Pelican][1] to generate static site.
+All source files are placed in the `_src/` directory.
+Generated content is placed under root directory.
+
+# Bootstrapping pelican
+
+    ~$ mkvirtualenv allura-site
+    ~$ pip install pelican markdown
+
+# Working on site
+
+    ~$ cd _src
+
+In two separate terminal windows run the following commands:
+
+    ~$ make regenerate  # watch source files and regenerate site
+    ~$ make serve       # serve generated site at http://localhost:8000
+
+When changes are looking good - commit them (including generated files).
+
+[1]: http://blog.getpelican.com/

Modified: allura/site/trunk/_src/pelicanconf.py
URL: http://svn.apache.org/viewvc/allura/site/trunk/_src/pelicanconf.py?rev=1691559&r1=1691558&r2=1691559&view=diff
==============================================================================
--- allura/site/trunk/_src/pelicanconf.py (original)
+++ allura/site/trunk/_src/pelicanconf.py Fri Jul 17 13:08:39 2015
@@ -13,7 +13,11 @@ DEFAULT_LANG = 'en'
 PATH = 'content'
 OUTPUT_PATH = '../'
 DELETE_OUTPUT_DIRECTORY = True
-OUTPUT_RETENTION = ["_src"]  # don't delete source files
+# don't delete source files
+OUTPUT_RETENTION = [
+    "_src",
+    "README.md",
+]
 STATIC_PATHS = [
     'extra/robots.txt',
     'extra/favicon.ico',

Added: allura/site/trunk/feeds/all.atom.xml
URL: http://svn.apache.org/viewvc/allura/site/trunk/feeds/all.atom.xml?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/feeds/all.atom.xml (added)
+++ allura/site/trunk/feeds/all.atom.xml Fri Jul 17 13:08:39 2015
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="http://allura.apache.org/" rel="alternate"></link><link href="http://allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>http://allura.apache.org/</id><updated>2015-07-17T16:04:46Z</updated></feed>
\ No newline at end of file

Modified: allura/site/trunk/index.html
URL: http://svn.apache.org/viewvc/allura/site/trunk/index.html?rev=1691559&r1=1691558&r2=1691559&view=diff
==============================================================================
--- allura/site/trunk/index.html (original)
+++ allura/site/trunk/index.html Fri Jul 17 13:08:39 2015
@@ -1,217 +1,214 @@
 <!DOCTYPE html>
-<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-        <title>Apache Allura</title>
-        <meta charset="utf-8">
-        <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="keywords" content="">
-        <meta name="author" content="">
-        <link rel="canonical" href="https://allura.apache.org/">
-
-        
-<!--    Facebook Meta Info-->
-        <meta property="og:url" content="https://allura.apache.org/">
-        <meta property="og:image" content="img/logo-asf-apache.png">
-        <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta property="og:title" content="Apache Allura">
-        <meta property="og:site_name" content="Apache Allura">
-        <meta property="og:see_also" content="allura.apache.org/">
-        
-<!--    Twitter Meta Info-->
-        <meta name="twitter:card" content="Allura is an open source implementation of a software forge, which manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="twitter:url" content="https://allura.apache.org/">
-        <meta name="twitter:title" content="Apache Allura">
-        <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta name="twitter:image" content="img/logo-asf-apache.png">
+<html lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>Apache Allura</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="http://allura.apache.org">
         
-<!--    Google+ Meta Info-->
-        <meta itemprop="name" content="Apache Allura">
-        <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
-        <meta itemprop="image" content="img/logo-asf-apache.png">
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="http://allura.apache.org">
+  <meta property="og:image" content="theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Alluraj">
+  <meta property="og:see_also" content="http://allura.apache.org">
         
-        <link rel="stylesheet" type="text/css" href="css/flex.min.css">
-        <link rel="stylesheet" type="text/css" href="css/style.css">
-    </head>
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:url" content="http://allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" content="theme/img/logo-asf-apache.png">
+  
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source implementation of a software forge, a site that manages source code repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" content="theme/img/logo-asf-apache.png">
+  
+  <link rel="stylesheet" type="text/css" href="theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" href="theme/css/style.css">
+</head>
     
-    <body cz-shortcut-listen="true">
-        <section id="content_wrapper" class="mobile-desktop row">
-            <div id="header" class="row pad-vert-xxl">
-                <header id="login_header" class="row">
-                    <div class="bg-shadow pad-vert-sm">
-
-                         <span><h1 class="text-center">Apache <img src="img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
-                         <span></span>
-                        
-                    <h6 class="text-center">Open source project hosting platform</h6>
-                    </div>
-                   
-                </header>
-            </div>
-
-            <div id="about" class="row bg-white pad-vert-xl">
-                <div class="row">
-                    <h3 class="text-black text-center">What is Allura?</h3>
-                </div>
-                
-                <div class="row">
-                    <div class="col-20 no-float auto-margin">
-                        <div class="row">
-                            <p class="pad-md text-black">Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of <a href="https://forge-allura.apache.org/p/allura/wiki/Features/">Allura's features</a> or <a href="https://forge-allura.apache.org/p/allura/wiki/Feature%20Comparison/">compare features to other OSS forge software</a>.<br><br>The Allura project is self-hosted on an instance of Allura:</p>
-                        </div>
-                        
-                        <div class="row">
-                            <div class="col-8 pad-vert-sm">
-                                <img class="icon" src="img/ic-instance-github.png" height="187">
-                                <a href="https://forge-allura.apache.org/p/allura/git/"><button class="btn-orange auto-margin">Git</button></a>
-                            </div>
-                            
-                             <div class="col-8 pad-vert-sm">
-                                 <img class="icon" src="img/ic-instance-wiki.png" height="187">
-                                 <a href="https://forge-allura.apache.org/p/allura/wiki/"><button class="btn-orange auto-margin">Wiki</button></a>
-                            </div>
-                            
-                             <div class="col-8 pad-vert-sm">
-                                 <img class="icon" src="img/ic-instance-ticket.png" height="187">
-                                 <a href="https://forge-allura.apache.org/p/allura/tickets/"><button class="btn-orange auto-margin">Tickets</button></a>
-                            </div>
-                        </div>
-                    </div>
-                </div>
-            </div>
-            
-            <div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
-                <div class="col-16 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-center">Get the Latest Version of Allura</h3>
-                        <div class="row pad-vert-md">
-                          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
-                            <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
-                                <span class="text-white">Jun 2015</span><span class="pull-right"><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a></span>
-                            </div>
-                        </div>
-                        <ul class="auto-margin bg-shadow pad-sm">
-                            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-                            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
-                        </ul>
-                    </div>
-                </div>
-                
-                <div class="col-8">
-                    <div class="row">
-                        <div class="col-12 no-float auto-margin">
-                          
-                        </div>
-                        <div class="col-12 no-float auto-margin">
-                            
-                        </div>
-                    </div>
-                </div>
-            </div>
-
-            <div id="resources" class="row bg-black pad-vert-xl">
-                <div class="row">
-                    <h3 class="text-center">Resources</h3>
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-installation.png" alt="allura installation" height="187">
-                        <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
-                        <p class="pad-top-sm text-center">Step-by-step installation guide</p>
-                    </div>
-
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-quickstart.png" alt="allura quick start" height="187">
-                        <a href="https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
-                        <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
-                    </div>
-
-                    <div class="col-8 pad-vert-sm">
-                        <img class="icon" src="img/ic-resources-docs.png" alt="allura documentation" height="187">
-                        <a href="https://forge-allura.apache.org/docs/#running-allura"><button class="auto-margin">Documentation</button></a>
-                        <p class="pad-top-sm text-center">Check out the Allura documentation</p>
-                    </div>
-                </div>
-                
-                <div class="row pad-top-xs">
-                    <p class="text-center">Need help? <a href="http://mail-archives.apache.org/mod_mbox/allura-users/">Use the users@allura mailing list</a></p>
-                </div>
-            </div>
-
-            <div id="development" class="row bg-white pad-vert-xl">
-                <div class="col-20 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-black text-center">Development</h3>
-                        <p class="pad-md text-black">We welcome all developers and contributions. If you need any help making a fix or ideas for a new feature, send us an email on the mailing list, or ask in IRC (if we're around)</p>
-                    </div>
-
-                    <div class="row">
-                        <ul class="auto-margin bg-shadow pad-sm">
-                            <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
-                            <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
-                            <li><a class="text-white" href="https://forge-allura.apache.org/docs/#extending-allura">Developer Docs</a></li>
-                            <li><a class="text-white" href="https://forge-allura.apache.org/docs/contributing.html">Contributing Guide</a></li>
-                            <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
-                        </ul>
-                    </div>
-                </div>
-            </div>
-            
-            <div id="apache" class="row bg-orange pad-vert-xl">
-                <div class="col-20 no-float auto-margin">
-                    <div class="row">
-                        <h3 class="text-center">Apache Software Foundation</h3>
-                    </div>
-                    
-                    <div class="row">
-                        <img class="auto-margin pad-vert-md" src="img/logo-asf-apache.png" alt="apache software foundation logo">
-                    </div>
-                  
-                    <div class="row auto-margin button-container">
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
-                        </div>
-                        
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
-                        </div>
-                        
-                        <div class="col-8 pad-vert-sm">
-                            <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
-                        </div>
-                    </div>
-                    <div class="row auto-margin button-container">
-                        <div class="col-12 pad-vert-sm">
-                            <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
-                        </div>
-                        
-                        <div class="col-12 pad-vert-sm">
-                            <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
-                        </div>
-                    </div>
-                </div>
-            </div>
-
-            <div class="row">
-                <footer id="footer" class="bg-black col-24">
-                    <p class="copy pad-top-sm text-center text-white">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
-                    <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
-                </footer>
-            </div>
-        </section>
+<body cz-shortcut-listen="true">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row pad-vert-xxl">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-sm">
+          <span><h1 class="text-center">Apache <img src="theme/img/logo_white.png" width="94"> Allura<span class="tm">™</span></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+<div id="about" class="row bg-white pad-vert-xl">
+  <div class="row">
+    <h3 class="text-black text-center">What is Allura?</h3>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <p class="pad-md text-black">Apache Allura is an open source implementation of a software forge, a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs, and more for any number of individual projects. Read about all of <a href="https://forge-allura.apache.org/p/allura/wiki/Features/">Allura's features</a> or <a href="https://forge-allura.apache.org/p/allura/wiki/Feature%20Comparison/">compare features to other OSS forge software</a>.<br><br>The Allura project is self-hosted on an instance of Allura:</p>
+      </div>
+
+      <div class="row">
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-github.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/git/"><button class="btn-orange auto-margin">Git</button></a>
+        </div>
+
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-wiki.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/wiki/"><button class="btn-orange auto-margin">Wiki</button></a>
+        </div>
+
+        <div class="col-8 pad-vert-sm">
+          <img class="icon" src="theme/img/ic-instance-ticket.png" height="187">
+          <a href="https://forge-allura.apache.org/p/allura/tickets/"><button class="btn-orange auto-margin">Tickets</button></a>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+
+<div id="download" class="row pad-vert-xl parallax" style="background-position: 0px 0px;">
+  <div class="col-16 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Get the Latest Version of Allura</h3>
+      <div class="row pad-vert-md">
+        <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.3.0.tar.gz"><button class="auto-margin">Download v1.3.0</button></a>
+        <div class="col-24 auto-margin pad-vert-xs" style="max-width: 175px">
+          <span class="text-white">Jun 2015</span><span class="pull-right"><a href="https://forge-allura.apache.org/p/allura/git/ci/asf_release_1.3.0/tree/CHANGES">Changelog</a></span>
+        </div>
+      </div>
+      <ul class="auto-margin bg-shadow pad-sm">
+        <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+        <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.3.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
+      </ul>
+    </div>
+  </div>
+
+  <div class="col-8">
+    <div class="row">
+      <div class="col-12 no-float auto-margin">
+      </div>
+      <div class="col-12 no-float auto-margin">
+      </div>
+    </div>
+  </div>
+</div>
+
+<div id="resources" class="row bg-black pad-vert-xl">
+  <div class="row">
+    <h3 class="text-center">Resources</h3>
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-installation.png" alt="allura installation" height="187">
+      <a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/INSTALL.markdown"><button class="auto-margin">Installation</button></a>
+      <p class="pad-top-sm text-center">Step-by-step installation guide</p>
+    </div>
+
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-quickstart.png" alt="allura quick start" height="187">
+      <a href="https://forge-allura.apache.org/p/allura/wiki/Install%20and%20Run%20Allura%20-%20Vagrant/"><button class="auto-margin">Quick Start</button></a>
+      <p class="pad-top-sm text-center">Get a quick start with Vagrant VM</p>
+    </div>
+
+    <div class="col-8 pad-vert-sm">
+      <img class="icon" src="theme/img/ic-resources-docs.png" alt="allura documentation" height="187">
+      <a href="https://forge-allura.apache.org/docs/#running-allura"><button class="auto-margin">Documentation</button></a>
+      <p class="pad-top-sm text-center">Check out the Allura documentation</p>
+    </div>
+  </div>
+
+  <div class="row pad-top-xs">
+    <p class="text-center">Need help? <a href="http://mail-archives.apache.org/mod_mbox/allura-users/">Use the users@allura mailing list</a></p>
+  </div>
+</div>
+
+<div id="development" class="row bg-white pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-black text-center">Development</h3>
+      <p class="pad-md text-black">We welcome all developers and contributions. If you need any help making a fix or ideas for a new feature, send us an email on the mailing list, or ask in IRC (if we're around)</p>
+    </div>
+
+    <div class="row">
+      <ul class="auto-margin bg-shadow pad-sm">
+        <li><a class="text-white" href="http://mail-archives.apache.org/mod_mbox/allura-dev/">dev@allura Mailing List</a></li>
+        <li class="text-white"><a class="text-white pad-right-xs" href="irc://chat.freenode.net/allura">#allura on Freenode IRC</a>(<a class="text-white" href="https://sourceforge.net/p/allura/chat/">Archives</a>)</li>
+        <li><a class="text-white" href="https://forge-allura.apache.org/docs/#extending-allura">Developer Docs</a></li>
+        <li><a class="text-white" href="https://forge-allura.apache.org/docs/contributing.html">Contributing Guide</a></li>
+        <li><a class="text-white" href="https://builds.apache.org/job/Allura/">Jenkins CI Build</a></li>
+      </ul>
+    </div>
+  </div>
+</div>
+
+<div id="apache" class="row bg-orange pad-vert-xl">
+  <div class="col-20 no-float auto-margin">
+    <div class="row">
+      <h3 class="text-center">Apache Software Foundation</h3>
+    </div>
+
+    <div class="row">
+      <img class="auto-margin pad-vert-md" src="theme/img/logo-asf-apache.png" alt="apache software foundation logo">
+    </div>
+
+    <div class="row auto-margin button-container">
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/licenses/"><button class="auto-margin">License</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/sponsorship.html"><button class="auto-margin">Sponsorship</button></a>
+      </div>
+
+      <div class="col-8 pad-vert-sm">
+        <a href="http://www.apache.org/foundation/thanks.html"><button class="auto-margin">Thanks</button></a>
+      </div>
+    </div>
+    <div class="row auto-margin button-container">
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/security/"><button class="auto-margin">Security</button></a>
+      </div>
+
+      <div class="col-12 pad-vert-sm">
+        <a href="http://www.apache.org/"><button class="auto-margin">Apache™</button></a>
+      </div>
+    </div>
+  </div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black col-24">
+        <p class="copy pad-top-sm text-center text-white">Copyright © 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.</p>
+        <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+      </footer>
+    </div>
+  </section>
         
-        <script type="application/javascript" src="js/jquery-1.11.2.min.js"></script>
-        <script type="application/javascript" src="js/frontend.js"></script>
-                <!-- Credits
-
-                        Logo Design: Will Leonard
-                        http://willleonard.org
-
-                        Site design: Perry Merrity
-                        http://perrymerrity.com/
-
-                        bg-header-forge.jpg
-                        Photo by: Stefan Schmitz
-                        https://creativecommons.org/licenses/by-nd/2.0
-
-                        bg-developers-fire.jpg
-                        Photo by: Frédéric Bisson
-                        https://creativecommons.org/licenses/by-nd/2.0
-                    -->
-</body></html>
+  <script type="application/javascript" src="theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" src="theme/js/frontend.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          http://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file

Added: allura/site/trunk/theme/css/flex.min.css
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/css/flex.min.css?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/css/flex.min.css (added)
+++ allura/site/trunk/theme/css/flex.min.css Fri Jul 17 13:08:39 2015
@@ -0,0 +1 @@
+.no-float,.row{width:100%;zoom:1}.no-float::before,.no-float::after,.row::before,.row::after{content:" ";display:table}.no-float::after,.row::after{clear:both}.col-1,.col-2,.col-3,.col-4,.col-4p8,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23{float:left;position:relative;min-height:1px}.col-1{width:25%}@media only screen and (min-width: 480px){.col-1{width:16.6667%;}}@media only screen and (min-width: 600px){.col-1{width:12.5%;}}@media only screen and (min-width: 992px){.col-1{width:4.1667%;}}.col-2{width:100%}@media only screen and (min-width: 480px){.col-2{width:50%;}}@media only screen and (min-width: 768px){.col-2{width:8.3334%;}}.col-3{width:25%}@media only screen and (min-width: 600px){.col-3{width:12.5%;}}.col-4{width:50%}@media only screen and (min-width: 480px){.col-4{width:25%;}}@media only screen and (min-width: 600px){.col-4{width:16.6667%;}}.col-4p8{width:50%}@media only 
 screen and (min-width: 600px){.col-4p8{width:20%;}}@media only screen and (min-width: 768px){.col-4p8{width:20%;}}.col-5{width:33.3334%}@media only screen and (min-width: 768px){.col-5{width:20.8334%;}}.col-6{width:100%}@media only screen and (min-width: 480px){.col-6{width:50%;}}@media only screen and (min-width: 768px){.col-6{width:25%;}}.col-7{width:33.3334%}@media only screen and (min-width: 600px){.col-7{width:29.1667%;}}.col-8{width:100%}@media only screen and (min-width: 768px){.col-8{width:33.3334%;}}.col-9{width:50%}@media only screen and (min-width: 600px){.col-9{width:37.5%;}}.col-10{width:50%}@media only screen and (min-width: 600px){.col-10{width:41.6667%;}}.col-11{width:50%}@media only screen and (min-width: 600px){.col-11{width:45.8334%;}}.col-12{width:100%}@media only screen and (min-width: 768px){.col-12{width:50%;}}.col-13{width:50%}@media only screen and (min-width: 600px){.col-13{width:54.1667%;}}.col-14{width:50%}@media only screen and (min-width: 600px){.col-14
 {width:58.3334%;}}.col-15{width:50%}@media only screen and (min-width: 600px){.col-15{width:62.5%;}}.col-16{width:100%}@media only screen and (min-width: 768px){.col-16{width:66.6667%;}}.col-17{width:66.6667%}@media only screen and (min-width: 600px){.col-17{width:70.8334%;}}.col-18{width:100%}@media only screen and (min-width: 480px){.col-18{width:50%;}}@media only screen and (min-width: 768px){.col-18{width:75%;}}.col-19{width:66.6667%}@media only screen and (min-width: 768px){.col-19{width:79.1667%;}}.col-20{width:100%}@media only screen and (min-width: 480px){.col-20{width:75%;}}@media only screen and (min-width: 600px){.col-20{width:83.3334%;}}.col-21{width:75%}@media only screen and (min-width: 600px){.col-21{width:87.5%;}}.col-22{width:100%}@media only screen and (min-width: 480px){.col-22{width:50%;}}@media only screen and (min-width: 768px){.col-22{width:91.6667%;}}.col-23{width:75%}@media only screen and (min-width: 480px){.col-23{width:83.3334%;}}@media only screen and (m
 in-width: 600px){.col-23{width:87.5%;}}@media only screen and (min-width: 992px){.col-23{width:95.8334%;}}.col-24{min-height:1px;position:relative;width:100%}.no-float{float:none}.auto-margin{display:block;margin:0 auto}.pull-right{float:right !important}

Added: allura/site/trunk/theme/css/main.css
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/css/main.css?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/css/main.css (added)
+++ allura/site/trunk/theme/css/main.css Fri Jul 17 13:08:39 2015
@@ -0,0 +1,405 @@
+/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
+
+html,
+button,
+input,
+select,
+textarea {
+    color: #222;
+}
+
+html {
+    font-size: 1em;
+    line-height: 1.4;
+}
+
+::-moz-selection {
+    background: #b3d4fc;
+    text-shadow: none;
+}
+
+::selection {
+    background: #b3d4fc;
+    text-shadow: none;
+}
+
+hr {
+    display: block;
+    height: 1px;
+    border: 0;
+    border-top: 1px solid #ccc;
+    margin: 1em 0;
+    padding: 0;
+}
+
+audio,
+canvas,
+img,
+video {
+    vertical-align: middle;
+}
+
+fieldset {
+    border: 0;
+    margin: 0;
+    padding: 0;
+}
+
+textarea {
+    resize: vertical;
+}
+
+.browsehappy {
+    margin: 0.2em 0;
+    background: #ccc;
+    color: #000;
+    padding: 0.2em 0;
+}
+
+
+/* ===== Initializr Styles ==================================================
+   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
+   ========================================================================== */
+
+body {
+    font: 16px/26px Helvetica, Helvetica Neue, Arial;
+}
+
+.wrapper {
+    width: 90%;
+    margin: 0 5%;
+}
+
+/* ===================
+    ALL: Theme
+   =================== */
+
+.header-container {
+    border-bottom: 20px solid #303284;
+}
+
+.footer-container,
+.main aside {
+    border-top: 20px solid #303284;
+}
+
+.header-container,
+.footer-container,
+.main aside {
+    background: white;
+}
+
+.title {
+    color: black;
+}
+
+/* ==============
+    MOBILE: Menu
+   ============== */
+
+nav ul {
+    margin: 0;
+    padding: 0;
+}
+
+nav a {
+    display: block;
+    margin-bottom: 10px;
+    padding: 15px 0;
+
+    text-align: center;
+    text-decoration: none;
+    font-weight: bold;
+
+    color: white;
+    background: #e44d26;
+}
+
+nav a:hover,
+nav a:visited {
+    color: white;
+}
+
+nav a:hover {
+    text-decoration: underline;
+}
+
+/* ==============
+    MOBILE: Main
+   ============== */
+
+.main {
+    padding: 30px 0;
+}
+
+.main article h1 {
+    font-size: 2em;
+}
+
+.main aside {
+    padding: 0px 3% 10px;
+}
+
+.footer-container footer {
+    padding: 20px 0;
+}
+
+/* ===============
+    ALL: IE Fixes
+   =============== */
+
+.ie7 .title {
+    padding-top: 20px;
+}
+
+/* ==========================================================================
+   Author's custom styles
+   ========================================================================== */
+
+li {
+    padding-top: 0.15em;
+    padding-bottom: 0.15em;
+}
+
+/* no extra margins inside nested lists */
+li ul {
+    margin-top: 0;
+    margin-bottom: 0;
+}
+
+header img.logo {
+    display: none;  /* mobile-first, overridden below */
+}
+
+header h3 {
+    clear: left;
+    font-weight: normal;
+}
+
+
+
+/* ==========================================================================
+   Media Queries
+   ========================================================================== */
+
+@media only screen and (min-width: 480px) {
+
+    header img.logo {
+        display: block;
+        float: right;
+    }
+
+/* ====================
+    INTERMEDIATE: Menu
+   ==================== */
+
+    nav a {
+        float: left;
+        width: 27%;
+        margin: 0 1.7%;
+        padding: 25px 2%;
+        margin-bottom: 0;
+    }
+
+    nav li:first-child a {
+        margin-left: 0;
+    }
+
+    nav li:last-child a {
+        margin-right: 0;
+    }
+
+/* ========================
+    INTERMEDIATE: IE Fixes
+   ======================== */
+
+    nav ul li {
+        display: inline;
+    }
+
+    .oldie nav a {
+        margin: 0 0.7%;
+    }
+}
+
+@media only screen and (min-width: 768px) {
+
+/* ====================
+    WIDE: CSS3 Effects
+   ==================== */
+
+    .header-container,
+    .main aside {
+        -webkit-box-shadow: 0 5px 10px #aaa;
+           -moz-box-shadow: 0 5px 10px #aaa;
+                box-shadow: 0 5px 10px #aaa;
+    }
+
+/* ============
+    WIDE: Menu
+   ============ */
+
+    .title {
+        float: left;
+    }
+
+    nav {
+        float: right;
+        width: 38%;
+    }
+
+/* ============
+    WIDE: Main
+   ============ */
+
+    .main article {
+        float: left;
+        width: 57%;
+    }
+
+    .main aside {
+        float: right;
+        width: 28%;
+    }
+}
+
+@media only screen and (min-width: 1140px) {
+
+/* ===============
+    Maximal Width
+   =============== */
+
+    .wrapper {
+        width: 1026px; /* 1140px - 10% for margins */
+        margin: 0 auto;
+    }
+}
+
+/* ==========================================================================
+   Helper classes
+   ========================================================================== */
+
+.ir {
+    background-color: transparent;
+    border: 0;
+    overflow: hidden;
+    *text-indent: -9999px;
+}
+
+.ir:before {
+    content: "";
+    display: block;
+    width: 0;
+    height: 150%;
+}
+
+.hidden {
+    display: none !important;
+    visibility: hidden;
+}
+
+.visuallyhidden {
+    border: 0;
+    clip: rect(0 0 0 0);
+    height: 1px;
+    margin: -1px;
+    overflow: hidden;
+    padding: 0;
+    position: absolute;
+    width: 1px;
+}
+
+.visuallyhidden.focusable:active,
+.visuallyhidden.focusable:focus {
+    clip: auto;
+    height: auto;
+    margin: 0;
+    overflow: visible;
+    position: static;
+    width: auto;
+}
+
+.invisible {
+    visibility: hidden;
+}
+
+.clearfix:before,
+.clearfix:after {
+    content: " ";
+    display: table;
+}
+
+.clearfix:after {
+    clear: both;
+}
+
+.clearfix {
+    *zoom: 1;
+}
+
+/* ==========================================================================
+   Print styles
+   ========================================================================== */
+
+@media print {
+    * {
+        background: transparent !important;
+        color: #000 !important;
+        box-shadow: none !important;
+        text-shadow: none !important;
+    }
+
+    a,
+    a:visited {
+        text-decoration: underline;
+    }
+
+    a[href]:after {
+        content: " (" attr(href) ")";
+    }
+
+    abbr[title]:after {
+        content: " (" attr(title) ")";
+    }
+
+    .ir a:after,
+    a[href^="javascript:"]:after,
+    a[href^="#"]:after {
+        content: "";
+    }
+
+    pre,
+    blockquote {
+        border: 1px solid #999;
+        page-break-inside: avoid;
+    }
+
+    thead {
+        display: table-header-group;
+    }
+
+    tr,
+    img {
+        page-break-inside: avoid;
+    }
+
+    img {
+        max-width: 100% !important;
+    }
+
+    @page {
+        margin: 0.5cm;
+    }
+
+    p,
+    h2,
+    h3 {
+        orphans: 3;
+        widows: 3;
+    }
+
+    h2,
+    h3 {
+        page-break-after: avoid;
+    }
+}
\ No newline at end of file

Propchange: allura/site/trunk/theme/css/main.css
------------------------------------------------------------------------------
    svn:executable = *

Added: allura/site/trunk/theme/css/normalize.css
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/css/normalize.css?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/css/normalize.css (added)
+++ allura/site/trunk/theme/css/normalize.css Fri Jul 17 13:08:39 2015
@@ -0,0 +1,527 @@
+/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
+
+/* ==========================================================================
+   HTML5 display definitions
+   ========================================================================== */
+
+/**
+ * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
+ */
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+hgroup,
+main,
+nav,
+section,
+summary {
+    display: block;
+}
+
+/**
+ * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
+ */
+
+audio,
+canvas,
+video {
+    display: inline-block;
+    *display: inline;
+    *zoom: 1;
+}
+
+/**
+ * Prevent modern browsers from displaying `audio` without controls.
+ * Remove excess height in iOS 5 devices.
+ */
+
+audio:not([controls]) {
+    display: none;
+    height: 0;
+}
+
+/**
+ * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
+ * Known issue: no IE 6 support.
+ */
+
+[hidden] {
+    display: none;
+}
+
+/* ==========================================================================
+   Base
+   ========================================================================== */
+
+/**
+ * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
+ *    `em` units.
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
+ *    user zoom.
+ */
+
+html {
+    font-size: 100%; /* 1 */
+    -ms-text-size-adjust: 100%; /* 2 */
+    -webkit-text-size-adjust: 100%; /* 2 */
+}
+
+/**
+ * Address `font-family` inconsistency between `textarea` and other form
+ * elements.
+ */
+
+html,
+button,
+input,
+select,
+textarea {
+    font-family: sans-serif;
+}
+
+/**
+ * Address margins handled incorrectly in IE 6/7.
+ */
+
+body {
+    margin: 0;
+}
+
+/* ==========================================================================
+   Links
+   ========================================================================== */
+
+/**
+ * Address `outline` inconsistency between Chrome and other browsers.
+ */
+
+a:focus {
+    outline: thin dotted;
+}
+
+/**
+ * Improve readability when focused and also mouse hovered in all browsers.
+ */
+
+a:active,
+a:hover {
+    outline: 0;
+}
+
+/* ==========================================================================
+   Typography
+   ========================================================================== */
+
+/**
+ * Address font sizes and margins set differently in IE 6/7.
+ * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
+ * and Chrome.
+ */
+
+h1 {
+    font-size: 2em;
+    margin: 0.67em 0;
+}
+
+h2 {
+    font-size: 1.5em;
+    margin: 0.83em 0;
+}
+
+h3 {
+    font-size: 1.17em;
+    margin: 1em 0;
+}
+
+h4 {
+    font-size: 1em;
+    margin: 1.33em 0;
+}
+
+h5 {
+    font-size: 0.83em;
+    margin: 1.67em 0;
+}
+
+h6 {
+    font-size: 0.67em;
+    margin: 2.33em 0;
+}
+
+/**
+ * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
+ */
+
+abbr[title] {
+    border-bottom: 1px dotted;
+}
+
+/**
+ * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
+ */
+
+b,
+strong {
+    font-weight: bold;
+}
+
+blockquote {
+    margin: 1em 40px;
+}
+
+/**
+ * Address styling not present in Safari 5 and Chrome.
+ */
+
+dfn {
+    font-style: italic;
+}
+
+/**
+ * Address differences between Firefox and other browsers.
+ * Known issue: no IE 6/7 normalization.
+ */
+
+hr {
+    -moz-box-sizing: content-box;
+    box-sizing: content-box;
+    height: 0;
+}
+
+/**
+ * Address styling not present in IE 6/7/8/9.
+ */
+
+mark {
+    background: #ff0;
+    color: #000;
+}
+
+/**
+ * Address margins set differently in IE 6/7.
+ */
+
+p,
+pre {
+    margin: 1em 0;
+}
+
+/**
+ * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
+ */
+
+code,
+kbd,
+pre,
+samp {
+    font-family: monospace, serif;
+    _font-family: 'courier new', monospace;
+    font-size: 1em;
+}
+
+/**
+ * Improve readability of pre-formatted text in all browsers.
+ */
+
+pre {
+    white-space: pre;
+    white-space: pre-wrap;
+    word-wrap: break-word;
+}
+
+/**
+ * Address CSS quotes not supported in IE 6/7.
+ */
+
+q {
+    quotes: none;
+}
+
+/**
+ * Address `quotes` property not supported in Safari 4.
+ */
+
+q:before,
+q:after {
+    content: '';
+    content: none;
+}
+
+/**
+ * Address inconsistent and variable font size in all browsers.
+ */
+
+small {
+    font-size: 80%;
+}
+
+/**
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
+ */
+
+sub,
+sup {
+    font-size: 75%;
+    line-height: 0;
+    position: relative;
+    vertical-align: baseline;
+}
+
+sup {
+    top: -0.5em;
+}
+
+sub {
+    bottom: -0.25em;
+}
+
+/* ==========================================================================
+   Lists
+   ========================================================================== */
+
+/**
+ * Address margins set differently in IE 6/7.
+ */
+
+dl,
+menu,
+ol,
+ul {
+    margin: 1em 0;
+}
+
+dd {
+    margin: 0 0 0 40px;
+}
+
+/**
+ * Address paddings set differently in IE 6/7.
+ */
+
+menu,
+ol,
+ul {
+    padding: 0 0 0 40px;
+}
+
+/**
+ * Correct list images handled incorrectly in IE 7.
+ */
+
+nav ul,
+nav ol {
+    list-style: none;
+    list-style-image: none;
+}
+
+/* ==========================================================================
+   Embedded content
+   ========================================================================== */
+
+/**
+ * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
+ * 2. Improve image quality when scaled in IE 7.
+ */
+
+img {
+    border: 0; /* 1 */
+    -ms-interpolation-mode: bicubic; /* 2 */
+}
+
+/**
+ * Correct overflow displayed oddly in IE 9.
+ */
+
+svg:not(:root) {
+    overflow: hidden;
+}
+
+/* ==========================================================================
+   Figures
+   ========================================================================== */
+
+/**
+ * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
+ */
+
+figure {
+    margin: 0;
+}
+
+/* ==========================================================================
+   Forms
+   ========================================================================== */
+
+/**
+ * Correct margin displayed oddly in IE 6/7.
+ */
+
+form {
+    margin: 0;
+}
+
+/**
+ * Define consistent border, margin, and padding.
+ */
+
+fieldset {
+    border: 1px solid #c0c0c0;
+    margin: 0 2px;
+    padding: 0.35em 0.625em 0.75em;
+}
+
+/**
+ * 1. Correct color not being inherited in IE 6/7/8/9.
+ * 2. Correct text not wrapping in Firefox 3.
+ * 3. Correct alignment displayed oddly in IE 6/7.
+ */
+
+legend {
+    border: 0; /* 1 */
+    padding: 0;
+    white-space: normal; /* 2 */
+    *margin-left: -7px; /* 3 */
+}
+
+/**
+ * 1. Correct font size not being inherited in all browsers.
+ * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
+ *    and Chrome.
+ * 3. Improve appearance and consistency in all browsers.
+ */
+
+button,
+input,
+select,
+textarea {
+    font-size: 100%; /* 1 */
+    margin: 0; /* 2 */
+    vertical-align: baseline; /* 3 */
+    *vertical-align: middle; /* 3 */
+}
+
+/**
+ * Address Firefox 3+ setting `line-height` on `input` using `!important` in
+ * the UA stylesheet.
+ */
+
+button,
+input {
+    line-height: normal;
+}
+
+/**
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
+ * All other form control elements do not inherit `text-transform` values.
+ * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
+ * Correct `select` style inheritance in Firefox 4+ and Opera.
+ */
+
+button,
+select {
+    text-transform: none;
+}
+
+/**
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
+ *    and `video` controls.
+ * 2. Correct inability to style clickable `input` types in iOS.
+ * 3. Improve usability and consistency of cursor style between image-type
+ *    `input` and others.
+ * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
+ *    Known issue: inner spacing remains in IE 6.
+ */
+
+button,
+html input[type="button"], /* 1 */
+input[type="reset"],
+input[type="submit"] {
+    -webkit-appearance: button; /* 2 */
+    cursor: pointer; /* 3 */
+    *overflow: visible;  /* 4 */
+}
+
+/**
+ * Re-set default cursor for disabled elements.
+ */
+
+button[disabled],
+html input[disabled] {
+    cursor: default;
+}
+
+/**
+ * 1. Address box sizing set to content-box in IE 8/9.
+ * 2. Remove excess padding in IE 8/9.
+ * 3. Remove excess padding in IE 7.
+ *    Known issue: excess padding remains in IE 6.
+ */
+
+input[type="checkbox"],
+input[type="radio"] {
+    box-sizing: border-box; /* 1 */
+    padding: 0; /* 2 */
+    *height: 13px; /* 3 */
+    *width: 13px; /* 3 */
+}
+
+/**
+ * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
+ * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
+ *    (include `-moz` to future-proof).
+ */
+
+input[type="search"] {
+    -webkit-appearance: textfield; /* 1 */
+    -moz-box-sizing: content-box;
+    -webkit-box-sizing: content-box; /* 2 */
+    box-sizing: content-box;
+}
+
+/**
+ * Remove inner padding and search cancel button in Safari 5 and Chrome
+ * on OS X.
+ */
+
+input[type="search"]::-webkit-search-cancel-button,
+input[type="search"]::-webkit-search-decoration {
+    -webkit-appearance: none;
+}
+
+/**
+ * Remove inner padding and border in Firefox 3+.
+ */
+
+button::-moz-focus-inner,
+input::-moz-focus-inner {
+    border: 0;
+    padding: 0;
+}
+
+/**
+ * 1. Remove default vertical scrollbar in IE 6/7/8/9.
+ * 2. Improve readability and alignment in all browsers.
+ */
+
+textarea {
+    overflow: auto; /* 1 */
+    vertical-align: top; /* 2 */
+}
+
+/* ==========================================================================
+   Tables
+   ========================================================================== */
+
+/**
+ * Remove most spacing between table cells.
+ */
+
+table {
+    border-collapse: collapse;
+    border-spacing: 0;
+}

Propchange: allura/site/trunk/theme/css/normalize.css
------------------------------------------------------------------------------
    svn:executable = *

Added: allura/site/trunk/theme/css/normalize.min.css
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/css/normalize.min.css?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/css/normalize.min.css (added)
+++ allura/site/trunk/theme/css/normalize.min.css Fri Jul 17 13:08:39 2015
@@ -0,0 +1 @@
+/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',mono
 space;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input
 [type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
\ No newline at end of file

Propchange: allura/site/trunk/theme/css/normalize.min.css
------------------------------------------------------------------------------
    svn:executable = *

Added: allura/site/trunk/theme/css/style.css
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/css/style.css?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/css/style.css (added)
+++ allura/site/trunk/theme/css/style.css Fri Jul 17 13:08:39 2015
@@ -0,0 +1,602 @@
+html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
+    border: 0;
+    margin: 0;
+    outline: 0;
+    padding: 0;
+    vertical-align: baseline
+}
+
+header, section, footer, aside, nav, article, figure, figcaption {
+    display: block
+}
+
+html, body {
+    font-family: 'Helvetica Neue', serif;
+    font-size: 100%;
+    min-height: 100%;
+    width: 100%
+}
+
+hr {
+    border: 0;
+    height: 1px
+}
+
+.bg-black {
+    background-color: #404040
+}
+
+.bg-orange {
+    background-color: #ff9d00
+}
+a {
+    color: #ff9d00
+}
+
+.bg-white {
+    background-color: #FCFCFC
+}
+
+.bg-shadow {
+    background-color: rgba(32, 32, 32, 0.6)
+}
+
+body, h1, h2, h3, h4, h5, h6, p, a {
+    font-family: 'Helvetica Neue', serif
+}
+
+h1, h2, h3, h4, h5, h6 {
+    clear: both;
+    font-weight: 600;
+    line-height: 0.2em;
+    margin: 0;
+    text-transform: uppercase
+}
+
+h1, h2, h3, h4, h5, h6, p {
+    color: #FCFCFC;
+    line-height: 1.4em
+}
+
+h1, h2 {
+    font-family: 'Helvetica Neue', serif
+}
+
+h1 a, h2 a {
+    border-bottom: 0px
+}
+
+h3, h4, h5, h6, p {
+    font-family: 'Helvetica Neue', serif
+}
+
+li, span {
+    font-family: inherit
+}
+
+h1 {
+    font-size: 4em
+}
+
+h2 {
+    font-size: 2.6em
+}
+
+h3 {
+    font-size: 2.1em
+}
+
+h4 {
+    font-size: 1.8em
+}
+
+h5 {
+    font-size: 1.6em
+}
+
+h6 {
+    font-size: 1.4em
+}
+
+p {
+    font-size: 1em;
+    letter-spacing: 0.025em;
+    margin: 0.5em 0px
+}
+
+ul {
+    list-style-type: circle
+}
+
+ul li {
+    margin-left: 2em
+}
+
+a {
+    border-bottom: 1px solid #ff9d00;
+    box-sizing: border-box;
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    color: inherit;
+    cursor: pointer;
+    text-decoration: none
+}
+
+a:hover, a:focus {
+    color: #ff9d00;
+}
+
+a:visited:hover {
+    color: #ff9d00;
+}
+
+b, strong {
+    font-weight: bold
+}
+
+dfn, cite, em, i {
+    font-style: italic;
+}
+
+blockquote {
+    border-left: 4px solid #ff9d00;
+    box-sizing: border-box;
+    margin: 0 1.5em;
+    padding-left: 20px;
+}
+
+code, kbd, tt, var {
+    font-family: 'Helvetica Neue', serif;
+    font-size: 1.4em;
+}
+
+.text-black {
+    color: #404040;
+}
+
+.text-orange {
+    color: #ff9d00;
+}
+
+.text-white {
+    color: #FCFCFC;
+}
+
+.text-center {
+    text-align: center;
+}
+
+ul li {
+    list-style: none;
+    margin-left: 1em;
+    padding: 10px 0;
+}
+
+ul li ul {
+    margin-left: 1.5em;
+}
+
+ul li ul li {
+    margin-left: 2em;
+}
+
+#navbar {
+    background: #252525;
+    box-shadow: 0 1px 1px 1px rgba(37, 37, 37, 0.8);
+    -moz-box-shadow: 0 1px 1px 1px rgba(37, 37, 37, 0.8);
+    -webkit-box-shadow: 0 1px 1px 1px rgba(37, 37, 37, 0.8);
+    display: block;
+    height: 50px;
+    position: fixed;
+    left: 0;
+    top: 0;
+    width: 100%;
+    z-index: 5;
+    transition: all 0.25s ease-in-out;
+    -moz-transition: all 0.25s ease-in-out;
+    -o-transition: all 0.25s ease-in-out;
+    -webkit-transition: all 0.25s ease-in-out;
+}
+
+#navbar li {
+    border-bottom: 1px solid transparent;
+    display: inline-block;
+    float: left;
+    list-style: none;
+    margin-left: 7px;
+    text-align: center;
+    transition: all 0.1s ease-in;
+    -moz-transition: all 0.1s ease-in;
+    -o-transition: all 0.1s ease-in;
+    -webkit-transition: all 0.1s ease-in;
+}
+
+#navbar li a {
+    color: #FCFCFC;
+}
+
+#navbar li:hover {
+    border-bottom: 1px dotted #ff9d00;
+    transform: scale(1.1, 1.1);
+    -moz-transform: scale(1.1, 1.1);
+    -ms-transform: scale(1.1, 1.1);
+    -o-transform: scale(1.1, 1.1);
+    -webkit-transform: scale(1.1, 1.1);
+}
+
+#navbar li:hover a {
+    color: #ff9d00;
+}
+
+#navbar #navicon {
+    cursor: pointer;
+    height: 30px;
+    margin: 0 auto;
+    overflow: hidden;
+    padding: 0;
+    position: relative;
+    width: 30px;
+    z-index: 20;
+    transition: width 0.25s ease-out;
+    -moz-transition: width 0.25s ease-out;
+    -o-transition: width 0.25s ease-out;
+    -webkit-transition: width 0.25s ease-out;
+}
+
+#navbar #menu_title {
+    cursor: pointer;
+    margin-top: 10px;
+    z-index: 15;
+}
+
+#navbar #menu_title img {
+    display: inline-block;
+    padding: 0px 10px 0px 25px;
+    vertical-align: middle;
+}
+
+#navbar #menu_title h6 {
+    display: inline-block;
+    font-family: 'Cuprum', sans-serif;
+    vertical-align: middle
+}
+
+#navbar #logo_container {
+    left: 0;
+    position: absolute;
+    top: 0;
+    width: 100%
+}
+
+#navbar #logo_container #logo {
+    display: block;
+    height: 50px;
+    margin: 3px auto 0px auto;
+    width: 50px
+}
+
+#navbar #emergency_phone_no {
+    position: absolute;
+    right: 25px;
+    top: 8px;
+    text-align: right
+}
+
+#nav_menu {
+    background: #434343;
+    display: none;
+    height: 100%;
+    left: 0;
+    position: fixed;
+    top: 0;
+    width: 300px;
+    z-index: 10
+}
+
+#nav_menu ul li.active {
+    height: 300px
+}
+
+#nav_menu ul li {
+    border-bottom: 1px solid #FCFCFC;
+    box-sizing: border-box;
+    -moz-box-sizing: border-box;
+    -webkit-box-sizing: border-box;
+    height: auto;
+    list-style: none;
+    margin: 0;
+    padding: 10px 0px
+}
+
+#nav_menu ul li a {
+    border: 0;
+    margin-left: 2em
+}
+
+footer .copy {
+    margin: 0
+}
+
+hr {
+    height: 2px;
+    margin: 40px auto;
+    width: 75%
+}
+
+button {
+    appearance: none;
+    -moz-appearance: none;
+    -webkit-appearance: none;
+    background: transparent;
+    border: 2px solid #FCFCFC;
+    border-radius: 4px;
+    color: #FCFCFC;
+    cursor: pointer;
+    font-size: 100%;
+    outline: 0;
+    padding: 20px 40px;
+    transition: all 0.15s ease-in-out;
+    -moz-transition: all 0.15s ease-in-out;
+    -o-transition: all 0.15s ease-in-out;
+    -webkit-transition: all 0.15s ease-in-out
+}
+
+button:hover, button:focus, button:active {
+    background: #FCFCFC;
+    color: #ff9d00
+}
+
+.btn-orange {
+    border-color: #ff9d00;
+    color: #ff9d00
+}
+
+.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
+    background: #ff9d00;
+    color: #FCFCFC
+}
+
+.clearfix {
+    *zoom: 1
+}
+
+.clearfix::before, .clearfix::after {
+    content: " ";
+    display: table
+}
+
+.clearfix::after {
+    clear: both
+}
+
+.no-float {
+    float: none
+}
+
+.pull-right {
+    float: right
+}
+
+.pad-xs {
+    padding: 10px
+}
+
+.pad-sm {
+    padding: 20px
+}
+
+.pad-md {
+    padding: 40px
+}
+
+.pad-lg {
+    padding: 80px
+}
+
+.pad-xl {
+    padding: 120px
+}
+
+.pad-vert-xs {
+    padding: 10px 0px
+}
+
+.pad-vert-sm {
+    padding: 20px 0px
+}
+
+.pad-vert-md {
+    padding: 40px 0px
+}
+
+.pad-vert-lg {
+    padding: 80px 0px
+}
+
+.pad-vert-xl {
+    padding: 120px 0px
+}
+
+.pad-vert-xxl {
+    padding: 160px 0px
+}
+
+.pad-horiz-xs {
+    padding: 0px 10px
+}
+
+.pad-horiz-xs {
+    padding: 0px 10px
+}
+
+.pad-horiz-sm {
+    padding: 0px 20px
+}
+
+.pad-horiz-md {
+    padding: 0px 40px
+}
+
+.pad-horiz-lg {
+    padding: 0px 80px
+}
+
+.pad-horiz-xl {
+    padding: 0px 120px
+}
+
+.pad-top-xs {
+    padding-top: 10px
+}
+
+.pad-top-sm {
+    padding-top: 20px
+}
+
+.pad-top-md {
+    padding-top: 40px
+}
+
+.pad-top-lg {
+    padding-top: 80px
+}
+
+.pad-top-xl {
+    padding-top: 120px
+}
+
+.pad-right-xs {
+    padding-right: 10px
+}
+
+.pad-right-sm {
+    padding-right: 20px
+}
+
+.pad-right-md {
+    padding-right: 40px
+}
+
+.pad-right-lg {
+    padding-right: 80px
+}
+
+.pad-right-xl {
+    padding-right: 120px
+}
+
+.pad-bot-xs {
+    padding-bottom: 10px
+}
+
+.pad-bot-sm {
+    padding-bottom: 20px
+}
+
+.pad-bot-md {
+    padding-bottom: 40px
+}
+
+.pad-bot-lg {
+    padding-bottom: 80px
+}
+
+.pad-bot-xl {
+    padding-bottom: 120px
+}
+
+.pad-left-xs {
+    padding-left: 10px
+}
+
+.pad-left-sm {
+    padding-left: 20px
+}
+
+.pad-left-md {
+    padding-left: 40px
+}
+
+.pad-left-lg {
+    padding-left: 80px
+}
+
+.pad-left-xl {
+    padding-left: 120px
+}
+
+#header {
+    background-attachment: fixed;
+    background-image: url('../img/bg-header-forge.jpg');
+    background-repeat: no-repeat;
+    background-size: cover;
+    height: 320px
+}
+
+#about p {
+    margin-left: auto;
+    margin-right: auto;
+    max-width: 800px
+}
+
+#download {
+    background-image: url('../img/bg-download-fire.jpg');
+    border-bottom: 15px inset rgba(32, 32, 32, 0.4);
+    border-top: 15px inset rgba(32, 32, 32, 0.4);
+    box-sizing: border-box;
+    transition: all 0.05s ease-in-out;
+    -moz-transition: all 0.05s ease-in-out;
+    -o-transition: all 0.05s ease-in-out;
+    -webkit-transition: all 0.05s ease-in-out
+}
+
+#download ul {
+    width: 225px
+}
+
+#development {
+    background: url('../img/bg-developers-fire.jpg');
+    background-position: center center;
+    background-size: cover
+}
+
+#development p {
+    margin-left: auto;
+    margin-right: auto;
+    max-width: 800px !important
+}
+
+#development ul {
+    width: 300px
+}
+
+#apache .button-container {
+    max-width: 700px
+}
+
+.icon {
+    display: block;
+    margin: 15px auto 0px auto
+}
+
+.tm{
+  font-size: small;
+  vertical-align: 40%;
+}
+
+a {
+          color: white;
+
+}
+
+p > a{
+      color: #ff9d00;
+}
+
+.logo-proto {
+    margin: 30px;
+    list-style: none;
+    display: block;
+    margin-left: auto;
+    margin-right: auto;
+}

Added: allura/site/trunk/theme/img/allura_3.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_3.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black1.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black1.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black2.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black2.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black3.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black3.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black4.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black4.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black4.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black5.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black5.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black5.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_black6.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_black6.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_black6.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_logo_white.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_logo_white.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_logo_white.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white1.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white1.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white1.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white2.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white2.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white3.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white3.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white3.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white4.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white4.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white4.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white5.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white5.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white5.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white6.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white6.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white6.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/allura_white_sm.png
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/allura_white_sm.png?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/allura_white_sm.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/asf_logo.gif
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/asf_logo.gif?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/asf_logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/bg-developers-fire.jpg
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/bg-developers-fire.jpg?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/bg-developers-fire.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/bg-download-fire.jpg
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/bg-download-fire.jpg?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/bg-download-fire.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/bg-header-forge.jpg
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/bg-header-forge.jpg?rev=1691559&view=auto
==============================================================================
Binary file - no diff available.

Propchange: allura/site/trunk/theme/img/bg-header-forge.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: allura/site/trunk/theme/img/full_logo_orange.svg
URL: http://svn.apache.org/viewvc/allura/site/trunk/theme/img/full_logo_orange.svg?rev=1691559&view=auto
==============================================================================
--- allura/site/trunk/theme/img/full_logo_orange.svg (added)
+++ allura/site/trunk/theme/img/full_logo_orange.svg Fri Jul 17 13:08:39 2015
@@ -0,0 +1,11 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg width="100%" height="100%" viewBox="0 0 2480 3507" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
+    <g id="Layer1">
+        <path d="M759.541,1801.88L759.541,1587.38L861.45,1587.38L861.45,1625.11L802.322,1625.11L802.322,1671.75L844.807,1671.75L844.807,1709.19L802.322,1709.19L802.322,1764.15L861.45,1764.15L861.45,1801.88L759.541,1801.88ZM287.177,1697.6C287.177,1712.65 283.705,1723.55 276.779,1730.28C269.841,1737.01 258.254,1740.38 242.019,1740.38L218.252,1740.38L218.252,1801.88L175.471,1801.88L175.471,1587.38L241.128,1587.38C255.184,1587.38 266.381,1590.65 274.7,1597.18C283.018,1603.72 287.177,1614.81 287.177,1630.46L287.177,1697.6ZM117.835,1801.88L110.408,1768.31L65.2495,1768.31L57.8222,1801.88L18.0118,1801.88L18.0118,1792.97L68.2204,1587.38L107.437,1587.38L157.645,1792.97L157.645,1801.88L117.835,1801.88ZM398.884,1801.88L391.457,1768.31L346.299,1768.31L338.872,1801.88L299.061,1801.88L299.061,1792.97L349.27,1587.38L388.486,1587.38L438.695,1792.97L438.695,1801.88L398.884,1801.88ZM570.894,1746.92C570.894,1755.43 569.653,1763.26 567.177,1770.39C564.701,1777.52 561.037,1783.62 556.185,1788.67C551.332,
 1793.72 545.291,1797.68 538.062,1800.55C530.833,1803.42 522.468,1804.85 512.961,1804.85C504.444,1804.85 496.621,1803.66 489.491,1801.28C482.361,1798.91 476.267,1795.34 471.216,1790.59C466.166,1785.84 462.205,1779.89 459.333,1772.76C456.461,1765.63 455.028,1757.31 455.028,1747.81L455.028,1641.45C455.028,1631.94 456.461,1623.62 459.333,1616.49C462.205,1609.36 466.166,1603.42 471.216,1598.67C476.267,1593.91 482.361,1590.35 489.491,1587.97C496.621,1585.6 504.444,1584.41 512.961,1584.41C522.468,1584.41 530.833,1585.85 538.062,1588.72C545.291,1591.6 551.332,1595.56 556.185,1600.61C561.037,1605.66 564.701,1611.74 567.177,1618.87C569.653,1626 570.894,1633.82 570.894,1642.34C570.894,1645.71 570.742,1649.23 570.445,1652.9C570.148,1656.56 569.851,1660.03 569.554,1663.29C569.257,1666.56 568.861,1669.47 568.366,1672.05C567.87,1674.62 567.52,1676.6 567.329,1677.99L530.192,1679.48L528.707,1677.99C529.301,1672.05 529.744,1666.8 530.041,1662.25C530.338,1657.69 530.49,1653.43 530.49,1649.47C530.49,16
 46.1 530.285,1642.8 529.895,1639.53C529.493,1636.26 528.707,1633.39 527.519,1630.91C526.33,1628.44 524.693,1626.4 522.613,1624.81C520.534,1623.23 517.814,1622.44 514.447,1622.44C512.268,1622.44 510.234,1622.63 508.353,1623.03C506.471,1623.43 504.788,1624.28 503.302,1625.56C501.817,1626.85 500.628,1628.77 499.737,1631.35C498.846,1633.92 498.404,1637.29 498.404,1641.45L498.404,1747.81C498.404,1751.97 498.846,1755.33 499.737,1757.91C500.628,1760.48 501.817,1762.42 503.302,1763.71C504.788,1765 506.471,1765.83 508.353,1766.23C510.234,1766.62 512.268,1766.82 514.447,1766.82C518.012,1766.82 520.831,1765.93 522.91,1764.15C524.99,1762.37 526.627,1760.15 527.816,1757.47C529.004,1754.8 529.744,1751.87 530.041,1748.7C530.338,1745.53 530.49,1742.56 530.49,1739.79C530.49,1735.83 530.338,1731.57 530.041,1727.01C529.744,1722.46 529.301,1717.21 528.707,1711.27L530.192,1709.78L567.626,1711.27C568.22,1714.63 568.907,1719.58 569.706,1726.12C570.491,1732.66 570.894,1739.59 570.894,1746.92ZM91.9878,1677.
 4L88.7198,1656.9L86.9372,1656.9L83.6692,1677.4L73.271,1731.76L102.386,1731.76L91.9878,1677.4ZM373.037,1677.4L369.769,1656.9L367.98,1656.9L364.719,1677.4L354.32,1731.76L383.435,1731.76L373.037,1677.4ZM243.802,1634.32C243.802,1631.55 243.3,1629.33 242.317,1627.64C241.32,1625.96 238.943,1625.11 235.186,1625.11L218.252,1625.11L218.252,1702.65L235.186,1702.65C238.943,1702.65 241.32,1701.82 242.317,1700.13C243.3,1698.45 243.802,1696.21 243.802,1693.44L243.802,1634.32ZM681.115,1801.88L681.115,1708.89L647.841,1708.89L647.841,1801.88L605.06,1801.88L605.06,1587.38L647.841,1587.38L647.841,1671.46L681.115,1671.46L681.115,1587.38L723.897,1587.38L723.897,1801.88L681.115,1801.88Z" style="fill:rgb(35,31,32);"/>
+        <path d="M2362.52,1801.88L2355.09,1768.31L2309.94,1768.31L2302.51,1801.88L2262.7,1801.88L2262.7,1792.97L2312.91,1587.38L2352.12,1587.38L2402.34,1792.97L2402.34,1801.88L2362.52,1801.88ZM1734.49,1801.88L1734.49,1587.38L1777.27,1587.38L1777.27,1764.15L1832.82,1764.15L1832.82,1801.88L1734.49,1801.88ZM1676.85,1801.88L1669.42,1768.31L1624.26,1768.31L1616.84,1801.88L1577.03,1801.88L1577.03,1792.97L1627.24,1587.38L1666.45,1587.38L1716.66,1792.97L1716.66,1801.88L1676.85,1801.88ZM1850.64,1801.88L1850.64,1587.38L1893.42,1587.38L1893.42,1764.15L1948.99,1764.15L1948.99,1801.88L1850.64,1801.88ZM2223.49,1801.88C2217.93,1801.88 2213.48,1800.99 2210.12,1799.21C2206.75,1797.42 2204.18,1795.11 2202.39,1792.23C2200.6,1789.36 2199.42,1786.29 2198.83,1783.02C2198.23,1779.76 2197.94,1776.63 2197.94,1773.65L2197.94,1732.06C2197.94,1726.12 2197.01,1722.36 2195.12,1720.77C2193.24,1719.19 2190.51,1718.4 2186.94,1718.4L2165.85,1718.4L2165.85,1801.88L2123.07,1801.88L2123.07,1587.38L2193.78,1587.38C2202.
 89,1587.38 2210.47,1588.47 2216.52,1590.65C2222.56,1592.82 2227.41,1595.76 2231.07,1599.42C2234.74,1603.08 2237.31,1607.44 2238.8,1612.49C2240.28,1617.54 2241.02,1623.03 2241.02,1628.97L2241.02,1663.43C2241.02,1668.58 2240.52,1672.9 2239.53,1676.37C2238.54,1679.83 2237.31,1682.65 2235.83,1684.82C2234.34,1687 2232.7,1688.69 2230.91,1689.88C2229.13,1691.06 2227.45,1692.05 2225.86,1692.85L2221.7,1694.93C2220.71,1695.52 2219.88,1696.17 2219.18,1696.87C2218.5,1697.56 2218.14,1698.49 2218.14,1699.68C2218.14,1701.86 2219.42,1703.74 2222,1705.32L2227.65,1708.89C2230.81,1710.87 2233.78,1713.7 2236.56,1717.37C2239.33,1721.03 2240.71,1726.62 2240.71,1734.14L2240.71,1768.31L2253.79,1768.31L2253.79,1801.88L2223.49,1801.88ZM2087.42,1753.45C2087.42,1759.99 2086.48,1766.39 2084.61,1772.62C2082.72,1778.86 2079.5,1784.35 2074.94,1789.1C2070.38,1793.86 2064.25,1797.68 2056.51,1800.55C2048.8,1803.4 2039.09,1804.85 2027.41,1804.85C2016.51,1804.85 2007.26,1803.4 1999.64,1800.55C1992.01,1797.68 1985.77,17
 93.86 1980.92,1789.1C1976.06,1784.35 1972.5,1778.86 1970.23,1772.62C1967.95,1766.39 1966.8,1759.99 1966.8,1753.45L1966.8,1587.38L2010.17,1587.38L2010.17,1751.67C2010.17,1757.41 2011.82,1761.43 2015.09,1763.71C2018.35,1765.99 2022.45,1767.12 2027.41,1767.12C2031.96,1767.12 2035.88,1765.99 2039.15,1763.71C2042.41,1761.43 2044.04,1757.41 2044.04,1751.67L2044.04,1587.38L2087.42,1587.38L2087.42,1753.45ZM2336.68,1677.4L2333.41,1656.9L2331.63,1656.9L2328.35,1677.4L2317.96,1731.76L2347.08,1731.76L2336.68,1677.4ZM1651,1677.4L1647.74,1656.9L1645.95,1656.9L1642.68,1677.4L1632.29,1731.76L1661.4,1731.76L1651,1677.4ZM2197.63,1632.54C2197.63,1629.96 2197.05,1628.08 2195.86,1626.89C2194.66,1625.7 2192.59,1625.11 2189.62,1625.11L2165.85,1625.11L2165.85,1680.66L2189.62,1680.66C2192.19,1680.66 2194.17,1680.03 2195.56,1678.74C2196.95,1677.46 2197.63,1675.71 2197.63,1673.54L2197.63,1632.54Z" style="fill:rgb(35,31,32);"/>
+        <path d="M1236.31,1749.66L1146.83,1877.46L1109.54,1851.37L1208.54,1709.99L1120.18,1583.81L1055.55,1629.07L1035.98,1621.32L994.278,1561.74L994.258,1541.54L1058.89,1496.28L1055.48,1491.41L1092.76,1465.31L1096.16,1470.17L1160.39,1425.2L1180.41,1431.71L1221.84,1490.88L1221.68,1512.73L1157.45,1557.7L1236.31,1670.32L1314.97,1557.98L1250.35,1512.73L1250.93,1491.71L1292.64,1432.14L1311.63,1425.2L1376.26,1470.46L1379.66,1465.6L1416.94,1491.69L1413.53,1496.56L1477.76,1541.54L1478.48,1562.57L1437.06,1621.72L1416.48,1629.07L1352.25,1584.09L1264.09,1709.99L1362.88,1851.08L1325.6,1877.18L1236.31,1749.66Z" style="fill:rgb(13,8,0);"/>
+        <path d="M1209.59,1425.69C1192.21,1409.05 1170.78,1382.01 1171.85,1350.61C1173.59,1299.94 1213.24,1286.55 1226.93,1264.5C1242.72,1239.05 1229.15,1168.98 1229.15,1168.98C1229.15,1168.98 1310.39,1239.66 1307.2,1332.65C1306.5,1353.1 1289.04,1370.94 1272.89,1386.09C1276.52,1339.72 1240.62,1300.93 1240.62,1300.93C1240.62,1300.93 1243.76,1338.52 1234.01,1351C1225.56,1361.8 1203.97,1366.57 1200.16,1393.09C1198.64,1403.71 1203.3,1415.38 1209.59,1425.69Z" style="fill:rgb(255,159,0);"/>
+        <path d="M2412.59,1646.86L2412.59,1615.42L2402.71,1615.42L2402.71,1609.23L2429.66,1609.23L2429.66,1615.42L2419.76,1615.42L2419.76,1646.86L2412.59,1646.86ZM2434.88,1646.86L2434.88,1609.23L2445.05,1609.23L2450.48,1627.5C2450.96,1629.12 2451.41,1630.75 2451.76,1632.3C2452.1,1633.86 2452.35,1635.38 2452.55,1636.87C2452.83,1635.49 2453.18,1634.03 2453.59,1632.58C2453.97,1631.09 2454.46,1629.43 2455.01,1627.6L2460.54,1609.23L2470.26,1609.23L2470.26,1646.86L2464.21,1646.86L2464.21,1615.29C2463.86,1616.67 2463.52,1618.09 2463.16,1619.47C2462.79,1620.86 2462.41,1622.24 2461.96,1623.62L2455.08,1646.86L2449.92,1646.86L2443.25,1623.62C2442.56,1621.17 2442.04,1619.4 2441.76,1618.29C2441.45,1617.15 2441.21,1616.15 2441,1615.29L2441,1646.86L2434.88,1646.86Z" style="fill:rgb(35,31,32);"/>
+    </g>
+</svg>