# HG changeset patch # User Stefania Trabucchi # Date 1394747185 -3600 # Node ID a49b43868b347af43eec477509dd9a5f771543b5 # Parent 311bacddc15795898cc8db1dc83927a345a141a4 styles for prizes diff -r 311bacddc157 -r a49b43868b34 pymove3d.py --- a/pymove3d.py Mon Mar 10 05:29:13 2014 +0100 +++ b/pymove3d.py Thu Mar 13 22:46:25 2014 +0100 @@ -137,7 +137,7 @@ 'initial_header_level': 2, } content = get_content(filename, overrides=overrides) - return render_template("/content.html",act="prizes", content=content) + return render_template("/prizes.html",act="prizes", content=content) diff -r 311bacddc157 -r a49b43868b34 static/css/bootstrap.css --- a/static/css/bootstrap.css Mon Mar 10 05:29:13 2014 +0100 +++ b/static/css/bootstrap.css Thu Mar 13 22:46:25 2014 +0100 @@ -5986,6 +5986,9 @@ font-weight: normal; font-style: normal; } +h4 { + line-height: 1.4em; +} /* Utilities ------------------------------------ */ #wrap > .container { @@ -5998,6 +6001,9 @@ page-break-inside: avoid; max-width: 100% !important; } +.logo-python { + margin-top: 20px; +} /* Navigation ------------------------------------ */ .navbar-nav > li > a { @@ -6030,6 +6036,10 @@ background: url('../images/python_blender.jpg') no-repeat 0px -200px; background-size: 2000px 884px; } +.module-prizes { + background: url('../images/berlin.jpg') no-repeat 0px -200px; + background-size: 1920px 981px; +} .module-gallery .module-content { height: 300px; position: relative; diff -r 311bacddc157 -r a49b43868b34 static/less/pymove3d.less --- a/static/less/pymove3d.less Mon Mar 10 05:29:13 2014 +0100 +++ b/static/less/pymove3d.less Thu Mar 13 22:46:25 2014 +0100 @@ -31,6 +31,7 @@ font-weight: normal; font-style: normal; } +h4 {line-height:1.4em;} /* Utilities ------------------------------------ */ #wrap > .container { @@ -42,6 +43,9 @@ page-break-inside: avoid; max-width: 100% !important; } +.logo-python { + margin-top:20px; +} /* Navigation ------------------------------------ */ .navbar-nav > li:hover { @@ -76,6 +80,10 @@ background: url('../images/python_blender.jpg') no-repeat 0px -200px; background-size: 2000px 884px; } +.module-prizes { + background: url('../images/berlin.jpg') no-repeat 0px -200px; + background-size: 1920px 981px; +} .module-gallery .module-content { height: 300px; position: relative; diff -r 311bacddc157 -r a49b43868b34 templates/prizes.html --- a/templates/prizes.html Mon Mar 10 05:29:13 2014 +0100 +++ b/templates/prizes.html Thu Mar 13 22:46:25 2014 +0100 @@ -1,8 +1,44 @@ {% extends "theme.html" %} {% block body %} +
+ +
+
+
+

Einsendeschluss 1. Mai 2014

+

Die Preisträger erhalten eine Einladung +mit Elternteil zur Preisverleihung +auf der EuroPython nach Berlin am 21.-27. Juli 2014.

+

Weitere Informationen auch unter: EuroPython 2014 +

+
+
+
+
+
+
+
+

Preise

+
    +
  • Professioneller Kurs an der Python-Academy in Leipzig
  • +
  • Besuch der EuroPython 2014 Konferenz in Berlin
  • +
  • ein RaspberryPi
  • +
  • PiFace für RaspberryPi
  • +
  • Arduino
  • +
  • Bücher
  • +
  • Zeitschriften
  • +
  • Gutscheine
  • +
+
+
+
+
+
+ - +
+
{% endblock %} \ No newline at end of file