You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2014/06/22 04:40:57 UTC

svn commit: r1604501 - /deltaspike/site/trunk/content/index.html

Author: johndament
Date: Sun Jun 22 02:40:57 2014
New Revision: 1604501

URL: http://svn.apache.org/r1604501
Log:
Updating logo.

Modified:
    deltaspike/site/trunk/content/index.html

Modified: deltaspike/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/index.html?rev=1604501&r1=1604500&r2=1604501&view=diff
==============================================================================
--- deltaspike/site/trunk/content/index.html (original)
+++ deltaspike/site/trunk/content/index.html Sun Jun 22 02:40:57 2014
@@ -5,11 +5,11 @@
 {% block content %}
 
         <!-- Main hero unit for a primary marketing message or call to action -->
-        <div class="hero-unit">
-            <img src="resources/images/logos/logo_blue.jpg"/><p></p>
-            <p>DeltaSpike consist of a number of portable CDI extensions that provide useful features for Java application developers.</p>
+        <div class="row">
+            <div class="span9"><img src="resources/images/logos/logo_blue.jpg"/></div>
+            <div class="span3"><p>DeltaSpike consists of a number of portable CDI extensions that provide useful features for Java application developers.</p>
             <p>We will also ensure true portability! We are testing DeltaSpike on different CDI implementations like Apache OpenWebBeans and JBoss Weld, and also on different Java EE servers like Apache Tomcat and TomEE, JBoss AS7, WildFly 8, Oracle GlassFish 3.1+ and 4.x+, IBM WebSphere 8.x, Oracle WebLogic Server 12c, Jetty, and others.</p>
-            <!-- <p><a class="btn btn-primary btn-large">Learn more »</a></p> -->
+            </div>
         </div>
 
         <!-- Example row of columns -->
@@ -26,4 +26,4 @@
             </div>
         </div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}