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 00:27:20 UTC

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

Author: danhaywood
Date: Wed Mar 11 23:27:20 2015
New Revision: 1666038

URL: http://svn.apache.org/r1666038
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=1666038&r1=1666037&r2=1666038&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 23:27:20 2015
@@ -2,35 +2,15 @@
 
 {% block content %}
 
-  <!--
-  <div class="row">
-    <div class="col-md-12">
-      <div align="center">
-        <h3>Apache Isis&trade; is a framework for rapidly developing domain-driven apps in Java.</h3>
-      </div>
-    </div>
-  </div>
-  <div class="row">
-    <div class="col-md-10 col-md-offset-1">
-      <div align="center">
-        <h4>
-        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.</h4>
-        <h4>For prototyping or production.</h4>
-      </div>
-    </div>
-  </div>
-  -->
-
 <div class="jumbotron">
     <div class="row">
         <div class="col-sm-6">
-            <img src="./images/isis-logo-568x286.png" width="450" alt="Apache Isis"/>
+            <img src="./images/isis-logo-568x286.png" width="400" alt="Apache Isis"/>
             <h3>Domain Driven Applications, Quickly</h3>
         </div>
         <div class="col-sm-6">
             <div class="carousel slide" data-ride="carousel" id="quote-carousel">
 
-                <!-- Bottom Carousel Indicators -->
                 <ol class="carousel-indicators">
                     <li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
                     <li data-target="#quote-carousel" data-slide-to="1"></li>
@@ -44,9 +24,7 @@
                     <li data-target="#quote-carousel" data-slide-to="9"></li>
                 </ol>
 
-                <!-- Carousel Slides / Quotes -->
                 <div class="carousel-inner">
-
                     <div class="item active">
                         <blockquote>
                             <div class="row">
@@ -151,22 +129,15 @@
                         </blockquote>
                     </div>
                 </div>
-
-                <!-- Carousel Buttons Next/Prev -->
-                <!--
-                <a data-slide="prev" href="#quote-carousel" class="left carousel-control"><span class="icon-prev"></span></a>
-                <a data-slide="next" href="#quote-carousel" class="right carousel-control"><span class="icon-next"></span></a>
-                -->
             </div>
         </div>
     </div>
     <div class="row">
-        <div class="col-sm-1"></div>
-        <div class="col-sm-10 description">
+        <div class="col-sm-12 description">
             <p>Apache Isis&trade; is a framework for rapidly developing domain-driven apps in Java.  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>
+
+            <p><a class="btn btn-primary btn-lg learn-more" href="./documentation.html" role="button">Learn more »</a></p>
         </div>
-        <div class="col-sm-1"></div>
     </div>
 </div>
 
@@ -199,10 +170,11 @@
 
 
 <script>
-  $(document).ready(function(){
-    $('.carousel').carousel({
-      interval: 6000
-    });
+  $(document).ready(function() {
+      $('#quote-carousel').carousel({
+          pauseOnHover: true,
+          interval: 6000
+      });
   });
 </script>
 

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666038&r1=1666037&r2=1666038&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Mar 11 23:27:20 2015
@@ -409,6 +409,9 @@
             }
         }
 
+        .jumbotron .learn-more {
+            margin-top: 30px;
+        }
 
 
 
@@ -439,14 +442,6 @@
                   'width=800,height=526');
       };
 
-      // When the DOM is ready, run this function
-      $(document).ready(function() {
-          //Set the carousel options
-          $('#quote-carousel').carousel({
-              pauseOnHover: true,
-              interval: 3000
-          });
-      });
     </script>
 
     <!-- Le fav and touch icons -->