1.1 --- a/templates/prizes.html Mon May 05 10:04:09 2014 +0200
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,44 +0,0 @@
1.4 -{% extends "theme.html" %}
1.5 -{% block body %}
1.6 -<div class="module module-prizes">
1.7 - <!--img src="static/images/python_blender.jpg" /-->
1.8 - <div class="container">
1.9 - <div class="col-md-6 col-yellow">
1.10 - <div class="module-content">
1.11 - <h1 class="header" style="color:white;padding-top: 45px">Einsendeschluss 1. Mai 2014</h1>
1.12 - <h4 class="" style="color:white;">Die Preisträger erhalten eine Einladung
1.13 -mit Elternteil zur Preisverleihung
1.14 -auf der EuroPython nach Berlin am 21.-27. Juli 2014.</h4>
1.15 - <h4 class="" style="color:white;margin-bottom:60px;">Weitere Informationen auch unter: <a style="color:white;text-decoration:underline" href="https://ep2014.europython.eu/" class="">EuroPython 2014</a>
1.16 -</h4>
1.17 - </div>
1.18 - </div>
1.19 - </div>
1.20 -</div>
1.21 -<div class="container">
1.22 -
1.23 - <div class="col-md-6">
1.24 - <div class="row">
1.25 - <div class="document" id="preise">
1.26 - <h1 class="title">Preise</h1>
1.27 - <ul class="simple">
1.28 - <li>Professioneller Kurs an der Python-Academy in Leipzig</li>
1.29 - <li>Besuch der EuroPython 2014 Konferenz in Berlin</li>
1.30 - <li>ein RaspberryPi</li>
1.31 - <li>PiFace für RaspberryPi</li>
1.32 - <li>Arduino</li>
1.33 - <li>Bücher</li>
1.34 - <li>Zeitschriften</li>
1.35 - <li>Gutscheine</li>
1.36 - </ul>
1.37 - </div>
1.38 - </div>
1.39 -</div>
1.40 - <div class="col-md-6">
1.41 - <div class="row logo-python">
1.42 - <a href="/"><img class="logo" src="/static/images/logo-big.png" title="europython 2014" alt="europython 2014" /></a>
1.43 -
1.44 - </div>
1.45 - </div>
1.46 -</div>
1.47 -{% endblock %}
1.48 \ No newline at end of file