Author: struberg
Date: Tue Dec 11 09:11:43 2012
New Revision: 1420043

URL: http://svn.apache.org/viewvc?rev=1420043&view=rev
Log:
add more general owb information

Modified:
    openwebbeans/cms-site/trunk/content/index.html

Modified: openwebbeans/cms-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/content/index.html?rev=1420043&r1=1420042&r2=1420043&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/content/index.html (original)
+++ openwebbeans/cms-site/trunk/content/index.html Tue Dec 11 09:11:43 2012
@@ -55,12 +55,23 @@
         <div class="hero-unit">
                        <div class="row">
                                <div class="span2">
-                                       <img src="resources/images/logo.png" 
height="200px" alt="owb_logo"/>
+                                       <img src="resources/images/logo.png" 
alt="owb_logo"/>
                                </div>
-                               <div class="span10">
-                                       Apache OpenWebBeans delivers an 
implementation of the 
-                                       [CDI Specification 
(JSR299)](http://jcp.org/en/jsr/detail?id=299),
-                                       which is TCK compliant and works on 
Java SE 5 or later.
+                               <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 the Java EE platform (CDI) 1.0 Specification (JSR299)</a>.
+                                               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 
'plugins'</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 
forwrard.</li>
+                                               </ul>
+                                       </p>
                                </div>
             <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> 
-->
         </div>


Reply via email to