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/12 01:29:34 UTC

svn commit: r1666049 - in /isis/site/trunk/templates: index-new.html isis-template.html

Author: danhaywood
Date: Thu Mar 12 00:29:34 2015
New Revision: 1666049

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

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

Modified: isis/site/trunk/templates/index-new.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index-new.html?rev=1666049&r1=1666048&r2=1666049&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Thu Mar 12 00:29:34 2015
@@ -2,6 +2,8 @@
 
 {% block content %}
 
+<div class="homepage">
+
 <div class="jumbotron">
     <div class="row">
         <div class="col-sm-6">
@@ -148,7 +150,7 @@
             <h2>UI "for free"</h2>
             <p>Isis builds a generic UI directly from the underlying domain objects.
             This makes for extremely rapid prototyping and short feedback cycle, perfect for agile development.
-            The UI can also be extended for specific use cases.</p>
+            The UI can also be extended for specific use cases, and can be themed using Bootstrap.</p>
             <p><a class="btn btn-default" href="./intro/elevator-pitch/isis-in-pictures.html.html" role="button">View details »</a></p>
         </div>
         <div class="col-md-4">
@@ -170,7 +172,7 @@
     <br/>
     <div class="row">
         <div class="col-md-12">
-            <h4>Get started with your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
+            <h4>Start developing your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
         </div>
     </div>
     <div class="row">
@@ -194,7 +196,7 @@ mvn archetype:generate  \
     <div class="row">
         <div class="col-md-12">
             <div align="center">
-                <h4>A typical application built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
+                <h4>Check out the type of app that can be built with Apache Isis.  Like all Isis apps, the UI is dynamically built from the domain model.</h4>
              </div>
         </div>
     </div>
@@ -215,6 +217,8 @@ mvn archetype:generate  \
     </div>
 </div>
 
+</div>
+
 
 <script>
     $(document).ready(function() {

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666049&r1=1666048&r2=1666049&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Thu Mar 12 00:29:34 2015
@@ -102,10 +102,13 @@
             margin-bottom: -2px;
         }
         
-        .documentation div.row div.col-md-12 {
+        div.row div.col-md-12 {
           border-top: 1px solid #eeeeee;
        }
-        
+        .homepage div.row div.col-md-12 {
+          border-top: 0px;
+       }
+
         
         /* Isis specific stuff */