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

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

Author: danhaywood
Date: Wed Mar 11 23:19:11 2015
New Revision: 1666036

URL: http://svn.apache.org/r1666036
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=1666036&r1=1666035&r2=1666036&view=diff
==============================================================================
--- isis/site/trunk/templates/index-new.html (original)
+++ isis/site/trunk/templates/index-new.html Wed Mar 11 23:19:11 2015
@@ -25,7 +25,6 @@
     <div class="row">
         <div class="col-sm-6">
             <img src="./images/isis-logo-568x286.png" width="450" alt="Apache Isis"/>
-            -->
             <h3>Domain Driven Applications, Quickly</h3>
         </div>
         <div class="col-sm-6">
@@ -154,8 +153,10 @@
                 </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>

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1666036&r1=1666035&r2=1666036&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Wed Mar 11 23:19:11 2015
@@ -278,9 +278,13 @@
         }
 
 
+        .jumbotron .container {
+            padding-left: 30px;
+            padding-right: 30px;
+        }
+
         .jumbotron .description {
             padding-top: 20px;
-            text-align: center;
         }
 
         /* carousel */