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

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

Author: danhaywood
Date: Wed Mar 11 23:34:12 2015
New Revision: 1666039

URL: http://svn.apache.org/r1666039
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=1666039&r1=1666038&r2=1666039&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 23:34:12 2015
@@ -6,7 +6,7 @@
     <div class="row">
         <div class="col-sm-6">
             <img src="./images/isis-logo-568x286.png" width="400" alt="Apache Isis"/>
-            <h3>Domain Driven Applications, Quickly</h3>
+            <h3 class="legend">Domain Driven Applications, Quickly</h3>
         </div>
         <div class="col-sm-6">
             <div class="carousel slide" data-ride="carousel" id="quote-carousel">

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666039&r1=1666038&r2=1666039&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Mar 11 23:34:12 2015
@@ -279,6 +279,8 @@
 
 
         .jumbotron .container {
+            padding-top: 20px;
+            padding-bottom: 20px;
             padding-left: 30px;
             padding-right: 30px;
         }
@@ -305,7 +307,8 @@
         }
 
         div#quote-carousel {
-            height: 300px;
+            height: 260px;
+            margin-left: 20px;
         }
 
         #quote-carousel blockquote p {
@@ -362,6 +365,9 @@
             margin-bottom: 10px;
         }
 
+        .jumbotron h3.legend {
+            text-align: center;
+        }
         /*
         .item blockquote p:before {
             content: "\f10d";