Author: dblevins
Date: Thu Nov 15 16:00:54 2012
New Revision: 1409855
URL: http://svn.apache.org/viewvc?rev=1409855&view=rev
Log:
Logo contest info
Added:
openejb/site/trunk/content/images/your-logo-here.png (with props)
openejb/site/trunk/content/logo.html
Modified:
openejb/site/trunk/lib/path.pm
Added: openejb/site/trunk/content/images/your-logo-here.png
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/images/your-logo-here.png?rev=1409855&view=auto
==============================================================================
Binary file - no diff available.
Propchange: openejb/site/trunk/content/images/your-logo-here.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: openejb/site/trunk/content/logo.html
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/logo.html?rev=1409855&view=auto
==============================================================================
--- openejb/site/trunk/content/logo.html (added)
+++ openejb/site/trunk/content/logo.html Thu Nov 15 16:00:54 2012
@@ -0,0 +1,34 @@
+{% extends "basic.html" %}
+
+
+{% block title %}Apache TomEE & OpenEJB{% endblock %}
+{% block content %}
+ <div class="hero-unit">
+ <div class="row">
+ <div class="span10">
+ <img src="images/your-logo-here.png" alt="">
+ </div>
+ <div class="span3">
+ <div class="featured-video">
+ <a href="http://youtu.be/eCrtoSTZ2RE">
+ <img src="images/oreilly-interview.png" width="140"
height="85" alt="Apache TomEE interview with O'Reilly Media">
+ </a>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="span14">
+ <p>
+ TomEE needs a logo! Today at Devoxx we are announcing a
logo contest.
+ From now till December 15th, you can get your artistic
side going and
+ submit as many logos as you want.
+ Once the entries are in the project will vote and the
winner will
+ have their creation immortalized on the website, a fresh
new batch of TomEE T-Shirts
+ and in conference swag at tons of TomEE talks in 2013.
+ </p>
+ <p><a class="btn primary large"
href="https://issues.apache.org/jira/browse/TOMEE-574">Submit</a></p>
+ </div>
+ </div>
+ </div>
+
+{% endblock %}
Modified: openejb/site/trunk/lib/path.pm
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/lib/path.pm?rev=1409855&r1=1409854&r2=1409855&view=diff
==============================================================================
--- openejb/site/trunk/lib/path.pm (original)
+++ openejb/site/trunk/lib/path.pm Thu Nov 15 16:00:54 2012
@@ -17,6 +17,11 @@ our @patterns = (
},
],
+ [qr!^/logo\.html$!, news_page =>
+ {
+ },
+ ],
+
[qr!^/downloads.html$!, news_page => { } ],
[qr!README\.md(text)?$!, example => { template => "example.html" } ],