# HG changeset patch # User stetrabby # Date 1389974060 -3600 # Node ID b335b116860f6320cec42474c72c61efe42d1e0b # Parent 57900b452c8b20b14cad428fdcff51adbdfca58a front-page new structure with module-gallery and content and footer logo-gallery diff -r 57900b452c8b -r b335b116860f static/css/bootstrap.css --- a/static/css/bootstrap.css Fri Jan 17 16:51:06 2014 +0100 +++ b/static/css/bootstrap.css Fri Jan 17 16:54:20 2014 +0100 @@ -6006,21 +6006,18 @@ margin-bottom: 0px; border-bottom: 3px solid #f0f0f0; } -/* Content +/* Module ------------------------------------ */ -.course { - background: #f8f8f8; - padding: 15px 0; -} -.course h1 { - color: #125883; -} -.course p { - color: #fdc91a; -} -.themen { - background: #999999; - padding: 15px 0; +.module-gallery { + background: url('../images/python_blender.jpg') no-repeat 0px -200px; + background-size: 2000px 884px; +} +.module-gallery .module-content { + height: 440px; + position: relative; +} +.col-yellow { + background: rgba(253, 201, 26, 0.6); } /* Footer ------------------------------------ */#footer { diff -r 57900b452c8b -r b335b116860f static/less/pymove3d.less --- a/static/less/pymove3d.less Fri Jan 17 16:51:06 2014 +0100 +++ b/static/less/pymove3d.less Fri Jan 17 16:54:20 2014 +0100 @@ -59,18 +59,17 @@ margin-bottom: 0px; border-bottom:3px solid #f0f0f0; } -/* Content +/* Module ------------------------------------ */ -.course { - background:#f8f8f8; - padding:15px 0; +.module-gallery { + background: url('../images/python_blender.jpg') no-repeat 0px -200px; + background-size: 2000px 884px; } -.course h1 {color:@blue;} -.course p {color:@yellow;} -.themen { - background:@gray-light; - padding:15px 0; +.module-gallery .module-content { + height: 440px; + position: relative; } +.col-yellow {background:@yellow-light;} /* Footer ------------------------------------ */ #footer { diff -r 57900b452c8b -r b335b116860f templates/footer.html --- a/templates/footer.html Fri Jan 17 16:51:06 2014 +0100 +++ b/templates/footer.html Fri Jan 17 16:54:20 2014 +0100 @@ -1,6 +1,45 @@ @@ -73,7 +73,19 @@ +