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 2012/11/11 19:12:49 UTC

svn commit: r1408063 - in /isis/site/trunk: content/images/isis-logo.png templates/index.html

Author: danhaywood
Date: Sun Nov 11 18:12:49 2012
New Revision: 1408063

URL: http://svn.apache.org/viewvc?rev=1408063&view=rev
Log:
isis tlp site

Modified:
    isis/site/trunk/content/images/isis-logo.png
    isis/site/trunk/templates/index.html

Modified: isis/site/trunk/content/images/isis-logo.png
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/images/isis-logo.png?rev=1408063&r1=1408062&r2=1408063&view=diff
==============================================================================
Binary files - no diff available.

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1408063&r1=1408062&r2=1408063&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Sun Nov 11 18:12:49 2012
@@ -7,10 +7,10 @@
     <!-- Main hero unit for a primary marketing message or call to action -->
     <div class="hero-unit"> 
         <div class="row" style="margin-bottom: 20px;">
-            <div class="span7">
-                <img src="images/isis-logo-320.png" alt="320px" alt="Isis banner">
+            <div class="span8">
+                <img src="images/isis-logo-400x167.png" alt="Isis banner">
             </div>
-            <div class="span6" style:"float: right;">
+            <div class="span6">
                 <a href="images/isis-estatio-obfuscated.jpg">
                     <img src="images/isis-estatio-obfuscated-320x233.jpg" width="320px" height="233px" alt="Representative application running on Apache Isis">
                 </a>
@@ -19,8 +19,9 @@
         <div class="row">
             <div class="span14">
                 <p>
-                    Apache Isis is a framework to let you rapidly develop domain-driven apps in Java.  You write your domain logic in entities, services
+                    Apache Isis is a framework for rapidly developing domain-driven apps in Java.  You write your business logic in entities, domain services
                     and repositories; the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API.
+                    Use just for prototyping, or deploy into production with either a JDO-compliant datastore or to Mongo.
                 </p>
                 <p><a class="btn primary large" href="downloads.html">Download &raquo;</a></p>
             </div>