Footer gerade gebogen und Hintergrundfarbe auf wei? gestellt landing-page-2014
authorPeter Koppatz <pkoppatz@web.de>
Sun, 29 Dec 2013 21:37:56 +0100
branchlanding-page-2014
changeset 656be8044d34d9
parent 58 73735e707f21
child 66 9203f59f8707
Footer gerade gebogen und Hintergrundfarbe auf wei? gestellt
static/css/pymove3d.css
templates/footer.html
templates/index.html
templates/theme.html
     1.1 --- a/static/css/pymove3d.css	Sun Dec 29 11:39:25 2013 +0100
     1.2 +++ b/static/css/pymove3d.css	Sun Dec 29 21:37:56 2013 +0100
     1.3 @@ -36,7 +36,7 @@
     1.4    height: auto;
     1.5  }
     1.6  .clear {clear:both;}
     1.7 -body {background-color: #e9e2d0;
     1.8 +body {background-color: #fff;/*#e9e2d0;*/
     1.9  font-size:16px}
    1.10  
    1.11  .jumbotron h1 {text-align: center; font-size: 40px;}
    1.12 @@ -86,7 +86,7 @@
    1.13    float: right;}
    1.14    
    1.15  #footer {
    1.16 -background: #e9e2d0;
    1.17 +background: #fff; 
    1.18  height: 180px;
    1.19  }
    1.20  .separator {
    1.21 @@ -99,7 +99,7 @@
    1.22  .separator img {
    1.23      line-height: 43px;
    1.24      padding: 0 10px;
    1.25 -    background: #e9e2d0; /* Farbe des Elements darunter */
    1.26 +    background: #fff; /* Farbe des Elements darunter */
    1.27      display: inline-block;
    1.28      /*margin-top: 20px;*/
    1.29 -    color: #dbe2e3;
    1.30 \ No newline at end of file
    1.31 +    color: #dbe2e3;
     2.1 --- a/templates/footer.html	Sun Dec 29 11:39:25 2013 +0100
     2.2 +++ b/templates/footer.html	Sun Dec 29 21:37:56 2013 +0100
     2.3 @@ -1,19 +1,25 @@
     2.4 -<div id="footer">
     2.5  
     2.6 -  <div class="separator">
     2.7 -    <img src="/static/images/python-logo.png" alt="python-logo" />
     2.8 -  </div>
     2.9 +<div class="navbar navbar-default navbar-default-bottom" style="background-color:#fff;">
    2.10 +
    2.11 +  <div class="container">
    2.12 +   <div style="background-color:#fff;"> 
    2.13 +    <div class="separator">
    2.14 +      <img src="/static/images/python-logo.png" alt="python-logo" />
    2.15 +    </div>
    2.16 +    
    2.17      <h3>Sponsoren/Unterstützer</h3>
    2.18 -   <p>
    2.19 -     <img src="/static/images/sponsors/sudile.jpg" alt="http://www.sudile.com" />
    2.20 -     <img src="/static/images/sponsors/pysv.png" alt="http://www.pysv.org" />
    2.21 -     <img src="/static/images/sponsors/blender.png" alt="http://www.blender.org" />
    2.22 -     <img src="/static/images/sponsors/trabucchi.png" alt="http://www.trabucchi.de/" />
    2.23 -  </p>  
    2.24 -  <p>
    2.25 -     <img src="/static/images/sponsors/sponsor-oreilly.png" alt="http://www.oreilly.com/" />
    2.26 -     <img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="http://galileo-press.de" />
    2.27 -     <img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="http://www.medialinx-gruppe.de/" />
    2.28 +    <p>
    2.29 +      <img src="/static/images/sponsors/sudile.jpg" alt="http://www.sudile.com" />
    2.30 +      <img src="/static/images/sponsors/pysv.png" alt="http://www.pysv.org" />
    2.31 +      <img src="/static/images/sponsors/blender.png" alt="http://www.blender.org" />
    2.32 +      <img src="/static/images/sponsors/trabucchi.png" alt="http://www.trabucchi.de/" />
    2.33 +    </p>  
    2.34 +    <p>
    2.35 +      <img src="/static/images/sponsors/sponsor-oreilly.png" alt="http://www.oreilly.com/" />
    2.36 +      <img src="/static/images/sponsors/sponsor-galileo_press-anim.gif" alt="http://galileo-press.de" />
    2.37 +      <img src="/static/images/sponsors/sponsor-medialinx_ag.png" alt="http://www.medialinx-gruppe.de/" />
    2.38 +    </p> 
    2.39 +</div>
    2.40 +</div>
    2.41 +</div>
    2.42  
    2.43 -   </p> 
    2.44 -</div>
     3.1 --- a/templates/index.html	Sun Dec 29 11:39:25 2013 +0100
     3.2 +++ b/templates/index.html	Sun Dec 29 21:37:56 2013 +0100
     3.3 @@ -3,5 +3,7 @@
     3.4  <!-- default jumbotron -->
     3.5   {% include "jumbotron-default.html" %}
     3.6  {% endblock %}
     3.7 -{% block body %}<h3>Der Wettbewerb startet am 01.01.2014</h3>{% endblock %}
     3.8 +{% block body %}
     3.9  
    3.10 +<h3>Der Wettbewerb startet am 01.01.2014</h3>{% endblock %}
    3.11 +
     4.1 --- a/templates/theme.html	Sun Dec 29 11:39:25 2013 +0100
     4.2 +++ b/templates/theme.html	Sun Dec 29 21:37:56 2013 +0100
     4.3 @@ -68,9 +68,9 @@
     4.4          <div class="clear"></div>
     4.5        </div>
     4.6         	{% block body %}{% endblock %}
     4.7 -        {% include "footer.html" %}
     4.8      </div> <!-- /container -->
     4.9       
    4.10 +        {% include "footer.html" %}
    4.11  
    4.12      <!-- Bootstrap core JavaScript
    4.13      ================================================== -->
Impressum Datenschutzerklärung