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 14:36:45 UTC

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

Author: danhaywood
Date: Thu Mar 12 13:36:44 2015
New Revision: 1666188

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

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

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1666188&r1=1666187&r2=1666188&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Thu Mar 12 13:36:44 2015
@@ -181,6 +181,9 @@
             </div>
         </div>
 
+        <br/>
+        <br/>
+
         <div class="row">
             <div class="col-md-12">
                 <h4>Start developing your own Isis application using our <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>:</h4>
@@ -201,12 +204,10 @@
         </div>
 
 
-        <br/>
-        <br/>
 
         <div class="row">
             <div class="col-md-12">
-                <h4>How Apache Isis dynamically builds the UI:</h4>
+                <h4>This carousel explains how Apache Isis dynamically builds the UI:</h4>
             </div>
         </div>
         <div class="row">
@@ -224,44 +225,34 @@
                         <li data-target="#this-carousel-id" data-slide-to="6"></li>
                         <li data-target="#this-carousel-id" data-slide-to="7"></li>
                         <li data-target="#this-carousel-id" data-slide-to="8"></li>
-                        <li data-target="#this-carousel-id" data-slide-to="9"></li>
                     </ol>
 
                     <div class="carousel-inner">
                         <div class="item active">
-                            <img src="images/isis-logo-940x560.png"></img>
-                        </div>
-
-                        <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/010-sign-in.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/020-object-layout.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/030-declarative-business-rules.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/040-imperative-business-rules.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/050-action-with-args.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/060-action-with-args-autocomplete.png"></img>
@@ -272,27 +263,22 @@
                                 <img src="images/index-screenshots/070-jdo.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/080-rest-api.png"></img>
                             </a>
                         </div>
-
                         <div class="item">
                             <a href="#">
                                 <img src="images/index-screenshots/090-integtesting.png"></img>
                             </a>
                         </div>
-
                     </div>
 
                     <a class="carousel-control left" href="#this-carousel-id" data-slide="prev"><span class="icon-prev"></span></a>
                     <a class="carousel-control right" href="#this-carousel-id" data-slide="next"><span class="icon-next"></span></a>
-                </div><!-- .carousel -->
-
+                </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=1666188&r1=1666187&r2=1666188&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Thu Mar 12 13:36:44 2015
@@ -409,10 +409,6 @@
             .jumbotron img.logo {
                 width: 400px;
             }
-
-            .homepage img.estatio {
-                width: 98%;
-            }
         }
 
         /* Small devices (tablets, 768px and up) */