equal
deleted
inserted
replaced
1 {% extends "theme.html" %} |
|
2 {% block body %} |
|
3 <div class="module module-prizes"> |
|
4 <!--img src="static/images/python_blender.jpg" /--> |
|
5 <div class="container"> |
|
6 <div class="col-md-6 col-yellow"> |
|
7 <div class="module-content"> |
|
8 <h1 class="header" style="color:white;padding-top: 45px">Einsendeschluss 1. Mai 2014</h1> |
|
9 <h4 class="" style="color:white;">Die Preisträger erhalten eine Einladung |
|
10 mit Elternteil zur Preisverleihung |
|
11 auf der EuroPython nach Berlin am 21.-27. Juli 2014.</h4> |
|
12 <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> |
|
13 </h4> |
|
14 </div> |
|
15 </div> |
|
16 </div> |
|
17 </div> |
|
18 <div class="container"> |
|
19 |
|
20 <div class="col-md-6"> |
|
21 <div class="row"> |
|
22 <div class="document" id="preise"> |
|
23 <h1 class="title">Preise</h1> |
|
24 <ul class="simple"> |
|
25 <li>Professioneller Kurs an der Python-Academy in Leipzig</li> |
|
26 <li>Besuch der EuroPython 2014 Konferenz in Berlin</li> |
|
27 <li>ein RaspberryPi</li> |
|
28 <li>PiFace für RaspberryPi</li> |
|
29 <li>Arduino</li> |
|
30 <li>Bücher</li> |
|
31 <li>Zeitschriften</li> |
|
32 <li>Gutscheine</li> |
|
33 </ul> |
|
34 </div> |
|
35 </div> |
|
36 </div> |
|
37 <div class="col-md-6"> |
|
38 <div class="row logo-python"> |
|
39 <a href="/"><img class="logo" src="/static/images/logo-big.png" title="europython 2014" alt="europython 2014" /></a> |
|
40 |
|
41 </div> |
|
42 </div> |
|
43 </div> |
|
44 {% endblock %} |
|