You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2016/12/02 15:41:46 UTC

svn commit: r1772363 - /tomee/site/trunk/content/index.html

Author: andygumbrecht
Date: Fri Dec  2 15:41:46 2016
New Revision: 1772363

URL: http://svn.apache.org/viewvc?rev=1772363&view=rev
Log:
Layout

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

Modified: tomee/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/tomee/site/trunk/content/index.html?rev=1772363&r1=1772362&r2=1772363&view=diff
==============================================================================
--- tomee/site/trunk/content/index.html (original)
+++ tomee/site/trunk/content/index.html Fri Dec  2 15:41:46 2016
@@ -4,36 +4,42 @@
 {% block content %}
     <!-- Main hero unit for a primary marketing message or call to action -->
     <div class="hero-unit">
-        <div class="row">
-            <div class="span10" style="float:left; width:530px"" width="530px">
-                <img src="resources/images/feather-logo.png" alt="Apache TomEE Feather Logo" style="float:left">
+
+            <div class="row" >
+                <img src="resources/images/feather-logo.png" alt="Apache TomEE Feather Logo">
             </div>
 
-            <div class="span5" style="float:right; width:370px" width="370px">
-              <div class="span14">
+            <div class="row">
                   <p>
                       Apache TomEE, pronounced "Tommy", is an all-Apache Java EE 6 Web Profile certified application server extends Apache Tomcat. Apache TomEE is assembled from a vanilla Apache Tomcat zip file. We start with Apache Tomcat, add our jars and zip up the rest. The result is Tomcat plus EE features - TomEE.
                   </p>
-                  <p><a class="btn primary large" href="downloads.html">Download Apache TomEE Now &raquo;</a>&nbsp; and <a href="documentation.html">get started today!</a></p>
-            </div>
+                  <p>
+                      <a class="btn primary large" href="downloads.html">Download Apache TomEE Now &raquo;</a>&nbsp; and <a href="documentation.html">get started today!</a>
+                  </p>
         </div>
+
         <div class="row">
+
           <div class="column">
                 <img src="resources/images/microprofile.png" alt="Microprofile" style="float:left; margin-right:5px;">
                 <p style="font-size:13px;line-height:18px;">Microprofile is an open forum to optimize Enterprise Java for a microservices architecture by innovating across multiple implementations and collaborating on common areas of interest with a goal of standardization. TomEE is actively participating in this effort, and would welcome help from the community in moving this process forward.</p>
                 <p><a class="btn primary"target="_blank" href="http://microprofile.io/">Find out more</a></p>
               </div>
+
               <div class="column">
               <img src="resources/images/Geek-Choice-Awards-App-Server-100x100-black.png" alt="Geeks Choice Award" style="float:left; margin-right:5px">
                   <p style="font-size:13px;line-height:18px;">RebelLabs released an annual study with awards to recognize Geeky Excellence for 2014. Tomcat and TomEE were named as one of the 10 Geek Choice Awards winner. For a complete list of winners, check out the report <a target="_blank" href="http://zeroturnaround.com/rebellabs/10-kick-ass-technologies-modern-developers-love/">"10 Kick-Ass Technologies Modern Developers Love"</a>.</p>
                   <p><a class="btn primary"target="_blank" href="http://zeroturnaround.com/rebellabs/10-kick-ass-technologies-modern-developers-love/10/">Read the Report</a></p>
               </div>
+
+              <br style="clear:both;"/>
+
             </div>
-        </div>
+
     </div>
 
 <div class="hero-unit">
-<div class="row">
+<div>
         <p>Apache TomEE 1.7.4 and 7.0.1 fix a vulnerability issue that affects TomEE 1.7.3 and 7.0.0, please take a look at the <a href="security/tomee.html">Security Page</a> for more details, and upgrade if you are concerned this may affect you.</p>
     </div>
 </div>