Author: dblevins
Date: Wed Oct 26 19:05:26 2011
New Revision: 1189389
URL: http://svn.apache.org/viewvc?rev=1189389&view=rev
Log:
attempt at a main page
Modified:
openejb/site/trunk/content/index.html
openejb/site/trunk/templates/basic.html
Modified: openejb/site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/content/index.html?rev=1189389&r1=1189388&r2=1189389&view=diff
==============================================================================
--- openejb/site/trunk/content/index.html (original)
+++ openejb/site/trunk/content/index.html Wed Oct 26 19:05:26 2011
@@ -2,6 +2,32 @@
{% block title %}Apache OpenEJB and Apache TomEE{% endblock %}
{% block content %}
+ <!-- Main hero unit for a primary marketing message or call to action -->
+ <div class="hero-unit">
+ <h1>Apache TomEE</h1>
+ <p>Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web
Profile certified stack where Tomcat is top dog. Apache TomEE is assembled from
a vanilla Apache Tomcat zip file. We start with Tomcat, add our jars and zip up
the rest. The result is Tomcat with added EE features - TomEE.</p>
+ <p><a class="btn primary large" href="downloads.html">Download
»</a></p>
+ </div>
+
+ <!-- Example row of columns -->
+ <div class="row">
+ <div class="span6">
+ <h2>TomEE+</h2>
+ <p>Etiam porta sem malesuada magna mollis euismod. Integer posuere
erat a ante venenatis dapibus posuere velit aliquet. Aenean eu leo quam.
Pellentesque ornare sem lacinia quam venenatis vestibulum. Duis mollis, est non
commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
+ <p><a class="btn" href="#">View details »</a></p>
+ </div>
+ <div class="span5">
+ <h2>OpenEJB</h2>
+ <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus,
tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa
justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed
odio dui. </p>
+ <p><a class="btn" href="#">View details »</a></p>
+ </div>
+ <div class="span5">
+ <h2>Examples</h2>
+ <p>See the extensive list of examples being developed for Java EE 6.
All are functional and tested before publishing. Some are documented. These
also stream from the continuous integration system.</p>
+ <p><a class="btn"
href="http://ci.apache.org/projects/openejb/examples-generated/">View details
»</a></p>
+ </div>
+ </div>
+
<div>
{{ project_info.content|markdown }}
</div>
Modified: openejb/site/trunk/templates/basic.html
URL:
http://svn.apache.org/viewvc/openejb/site/trunk/templates/basic.html?rev=1189389&r1=1189388&r2=1189389&view=diff
==============================================================================
--- openejb/site/trunk/templates/basic.html (original)
+++ openejb/site/trunk/templates/basic.html Wed Oct 26 19:05:26 2011
@@ -43,12 +43,7 @@
<div class="container">
-
- <div class="page-header">
- <h1>{% block title %}{{ headers.title }}{% endblock %}</h1>
- </div>
-
- {% block content %}{{ content|markdown }}{% endblock %}
+ {% block content %}{{ content|markdown }}{% endblock %}
<footer>
<p>