You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2015/03/11 17:58:13 UTC

svn commit: r1665944 - /isis/site/trunk/templates/index-new.html

Author: danhaywood
Date: Wed Mar 11 16:58:13 2015
New Revision: 1665944

URL: http://svn.apache.org/r1665944
Log:
new home page WIP

Modified:
    isis/site/trunk/templates/index-new.html

Modified: isis/site/trunk/templates/index-new.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index-new.html?rev=1665944&r1=1665943&r2=1665944&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 16:58:13 2015
@@ -24,11 +24,11 @@
 <div class="jumbotron">
     <div class="container">
         <div class="row">
-            <div class="col-sm-6">
+            <div class="col-sm-5">
                 <h1>Apache Isis</h1>
-                <h3>A framework for rapidly developing domain-driven apps in Java.</h3>
+                <h3>Domain Driven Applications, Quickly</h3>
             </div>
-            <div class="col-sm-6">
+            <div class="col-sm-5">
                 <div class="carousel slide" data-ride="carousel" id="quote-carousel">
 
                     <!-- Bottom Carousel Indicators -->
@@ -159,14 +159,12 @@
                 </div>
             </div>
         </div>
-        <!--
         <div class="row">
-            <div class="col-sm-12">
-                <p>Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.</p>
+            <div class="col-sm-10">
+                <p>Apache Isis&trade; is a framework for rapidly developing domain-driven apps in Java.  Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.</p>
                 <p><a class="btn btn-primary btn-lg" href="./documentation.html" role="button">Learn more »</a></p>
             </div>
         </div>
-        -->
     </div>
 
 </div>