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 2013/10/10 15:00:58 UTC

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

Author: danhaywood
Date: Thu Oct 10 13:00:57 2013
New Revision: 1530957

URL: http://svn.apache.org/r1530957
Log:
updating screenshots and templates

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

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1530957&r1=1530956&r2=1530957&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Thu Oct 10 13:00:57 2013
@@ -3,10 +3,12 @@
 {% block content %}
 
   <div class="row">
-    <div class="col-md-8 col-md-offset-2">
+    <div class="col-md-10 col-md-offset-1">
       <div align="center">
-        <h4>Apache Isis&trade; software is a framework for rapidly developing domain-driven apps in Java. 
-        Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.  For prototyping or production.</h4>
+        <h3>Apache Isis&trade; software is a framework for rapidly developing domain-driven apps in Java.</h3>
+        <h4>
+        Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.</h4>
+        <h4>For prototyping or production.</h4>
       </div>
     </div>
   </div>