Author: jlmonteiro
Date: Thu Dec 13 16:39:01 2012
New Revision: 1421372
URL: http://svn.apache.org/viewvc?rev=1421372&view=rev
Log:
making the index page fit the rest of the website to avoid to maintain the
layout more than once
Added:
openwebbeans/cms-site/trunk/content/index.mdtext
Removed:
openwebbeans/cms-site/trunk/content/index.html
Added: openwebbeans/cms-site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.mdtext?rev=1421372&view=auto
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.mdtext (added)
+++ openwebbeans/cms-site/trunk/content/index.mdtext Thu Dec 13 16:39:01 2012
@@ -0,0 +1,39 @@
+<!-- Main hero unit for a primary marketing message or call to action -->
+<div class="hero-unit">
+ <div class="row">
+ <div class="span2">
+ <img src="resources/images/logo.png" alt="owb_logo"/>
+ </div>
+ <div class="span8">
+ <p>
+ Apache OpenWebBeans delivers an implementation of the
+ <a href="http://jcp.org/en/jsr/detail?id=299">Contexts and
Dependency injection for Java EE</a> (CDI) 1.0 Specification (JSR299).<br/>
+ OpenWebBeans is TCK compliant and works on Java SE 5 or later.
+ </p>
+ <p>
+ Apache OpenWebBeans is
+ <ul>
+ <li>Fast - we agressively use caches internally and
deliver great performance</li>
+ <li>Modular - OpenWebBeans Core is purely JavaSE,
additional EE functionality gets added via 'Modules'</li>
+ <li>Industry Proved - Many projects use OpenWebBeans in
production.</li>
+ <li>Community Oriented - Please visit our mailing list and
we will help you moving your project forward.</li>
+ </ul>
+ </p>
+ </div>
+ <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
+ </div>
+</div>
+
+<!-- Example row of columns -->
+<div class="row">
+ <div class="span6">
+ <h2>Modules</h2>
+ <p>OpenWebBeans is packaged as modules which get activated by simply
dropping them into the classpath.<p>
+ <p><a class="btn" href="documentation.html#module-overview">View
details »</a></p>
+ </div>
+ <div class="span6">
+ <h2>Examples</h2>
+ <p>See the following examples which are part of the project to
discover how to use OpenwebBeans.</p>
+ <p><a class="btn" href="examples.html#">View details »</a></p>
+ </div>
+</div>