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:50:39 UTC

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

Author: danhaywood
Date: Wed Mar 11 16:50:39 2015
New Revision: 1665941

URL: http://svn.apache.org/r1665941
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=1665941&r1=1665940&r2=1665941&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 16:50:39 2015
@@ -27,8 +27,6 @@
             <div class="col-sm-6">
                 <h1>Apache Isis&trade;</h1>
                 <h3>A framework for rapidly developing domain-driven apps in Java.</h3>
-                <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>
-                <p><a class="btn btn-primary btn-lg" href="./documentation.html" role="button">Learn more »</a></p>
             </div>
             <div class="col-sm-6">
                 <div class="carousel slide" data-ride="carousel" id="quote-carousel">
@@ -161,6 +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>
+                <p><a class="btn btn-primary btn-lg" href="./documentation.html" role="button">Learn more »</a></p>
+            </div>
+        </div>
     </div>
 
 </div>