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:55:02 UTC

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

Author: danhaywood
Date: Wed Mar 11 16:55:02 2015
New Revision: 1665943

URL: http://svn.apache.org/r1665943
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=1665943&r1=1665942&r2=1665943&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 16:55:02 2015
@@ -25,7 +25,7 @@
     <div class="container">
         <div class="row">
             <div class="col-sm-6">
-                <h1>Apache Isis&trade;</h1>
+                <h1>Apache Isis</h1>
                 <h3>A framework for rapidly developing domain-driven apps in Java.</h3>
             </div>
             <div class="col-sm-6">
@@ -159,12 +159,14 @@
                 </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>

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1665943&r1=1665942&r2=1665943&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Mar 11 16:55:02 2015
@@ -295,17 +295,15 @@
             text-shadow: none;
             margin-top: -20px;
         }
-        /* Previous button  */
+
         #quote-carousel .carousel-control.left
         {
             left: -12px;
         }
-        /* Next button  */
         #quote-carousel .carousel-control.right
         {
             right: -12px !important;
         }
-        /* Changes the position of the indicators */
         #quote-carousel .carousel-indicators
         {
             right: 50%;
@@ -313,7 +311,6 @@
             bottom: 0px;
             margin-right: -19px;
         }
-        /* Changes the color of the indicators */
         #quote-carousel .carousel-indicators li
         {
             background: #c0c0c0;