Modifications:theme.html, index.html and pymove3d.css
authorHans Richter <hr.richter@web.de>
Sat, 30 Nov 2013 14:08:46 +0100
changeset 16e1763a1be790
parent 15 d0cf8e6f2ab0
child 17 34e14b833267
Modifications:theme.html, index.html and pymove3d.css
static/css/pymove3d.css
templates/index.html
templates/jumbotron-coursematerial.html
templates/jumbotron-default.html
templates/jumbotron-submission.html
templates/theme.html
     1.1 --- a/static/css/pymove3d.css	Fri Nov 29 13:36:07 2013 +0100
     1.2 +++ b/static/css/pymove3d.css	Sat Nov 30 14:08:46 2013 +0100
     1.3 @@ -9,10 +9,6 @@
     1.4      font-style: normal;
     1.5  
     1.6  }
     1.7 -
     1.8 -
     1.9 -
    1.10 -
    1.11  @font-face {
    1.12      font-family: 'gandhi_serifregular';
    1.13      src: url('../fonts/gandhiserif-regular-webfont.eot');
    1.14 @@ -25,6 +21,10 @@
    1.15  
    1.16  }
    1.17  
    1.18 +.jumbotron img {
    1.19 +  float: left;
    1.20 +}
    1.21 +
    1.22  body {background-color: #e9e2d0;}
    1.23  
    1.24  h1 {text-align: center;}
    1.25 @@ -63,6 +63,7 @@
    1.26    /*background-color: #01e9ff;*/
    1.27    /*background-color: #ce4b68;*/
    1.28    /*background-color: #9f998c;*/
    1.29 +  min-height:250px;
    1.30  }
    1.31  
    1.32  .flags {
    1.33 @@ -71,7 +72,7 @@
    1.34    
    1.35  #footer {
    1.36  background: #e9e2d0;
    1.37 -height: 80px;
    1.38 +height: 180px;
    1.39  }
    1.40  .separator {
    1.41      width: 100%;
     2.1 --- a/templates/index.html	Fri Nov 29 13:36:07 2013 +0100
     2.2 +++ b/templates/index.html	Sat Nov 30 14:08:46 2013 +0100
     2.3 @@ -1,12 +1,7 @@
     2.4  {% extends "theme.html" %} 
     2.5 -
     2.6  {% block jumbotron %}
     2.7  <!-- default jumbotron -->
     2.8   {% include "jumbotron-default.html" %}
     2.9 +{% endblock %}
    2.10 +{% block body %}<h3>Bitte keinen Beifall!</h3>{% endblock %}
    2.11  
    2.12 -{% endblock %}
    2.13 -
    2.14 -
    2.15 -{% block body %}
    2.16 -
    2.17 -{% endblock %}
     3.1 --- a/templates/jumbotron-coursematerial.html	Fri Nov 29 13:36:07 2013 +0100
     3.2 +++ b/templates/jumbotron-coursematerial.html	Sat Nov 30 14:08:46 2013 +0100
     3.3 @@ -1,2 +1,2 @@
     3.4 -<img src="/static/images/jt-coursematerial.png" width="300px" align="left" vspace="10" hspace="20"/>
     3.5 -<h1>Course material</h1>
     3.6 +<img src="/static/images/jt-coursematerial.png" width="300px" />
     3.7 +<h1>Course material</h1>
     3.8 \ No newline at end of file
     4.1 --- a/templates/jumbotron-default.html	Fri Nov 29 13:36:07 2013 +0100
     4.2 +++ b/templates/jumbotron-default.html	Sat Nov 30 14:08:46 2013 +0100
     4.3 @@ -1,4 +1,4 @@
     4.4 -<img src="/static/images/peppermint.png" align="left" vspace="10" hspace="20" />
     4.5 +<img src="/static/images/peppermint.png" />
     4.6  <h1>
     4.7  Welcome to the<br />
     4.8  Python competition<br />
     5.1 --- a/templates/jumbotron-submission.html	Fri Nov 29 13:36:07 2013 +0100
     5.2 +++ b/templates/jumbotron-submission.html	Sat Nov 30 14:08:46 2013 +0100
     5.3 @@ -4,4 +4,4 @@
     5.4    responsive CSS and HTML, so it also adapts to your viewport and device.</p>
     5.5  <p>
     5.6    <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">View navbar docs ยป</a>
     5.7 -</p>
     5.8 +</p>
     5.9 \ No newline at end of file
     6.1 --- a/templates/theme.html	Fri Nov 29 13:36:07 2013 +0100
     6.2 +++ b/templates/theme.html	Sat Nov 30 14:08:46 2013 +0100
     6.3 @@ -33,9 +33,9 @@
     6.4    <body>
     6.5  
     6.6      <div class="container">
     6.7 -<img class="flags" src="/static/images/flags/de.png" />
     6.8 -<img class ="flags" src="/static/images/flags/gb.png" />
     6.9 -<img class="flags" src="/static/images/flags/it.png" />
    6.10 +<img class="flags" src="/static/images/flags/de.png" alt="deutsch" />
    6.11 +<img class ="flags" src="/static/images/flags/gb.png" alt="english" />
    6.12 +<img class="flags" src="/static/images/flags/it.png" alt="italiano" />
    6.13  <br style="clear: both;" />
    6.14        <!-- Static navbar -->
    6.15        <div class="navbar navbar-default" role="navigation">
    6.16 @@ -84,12 +84,10 @@
    6.17        <div class="jumbotron">
    6.18         	{% block jumbotron %}{% endblock %}
    6.19        </div>
    6.20 -      <div id="footer"><div class="separator"><img src="static/images/python-logo.png" /></div><h3>Places for Sponsors</h3></div>
    6.21 -
    6.22 -	{% block body %}{% endblock %}
    6.23 -
    6.24 +       	{% block body %}{% endblock %}{% include "footer.html" %}
    6.25 +      
    6.26      </div> <!-- /container -->
    6.27 -
    6.28 +     
    6.29  
    6.30      <!-- Bootstrap core JavaScript
    6.31      ================================================== -->
Impressum Datenschutzerklärung