equal
deleted
inserted
replaced
1 {% extends "theme.html" %} |
1 {% extends "theme.html" %} |
2 |
|
3 {% block jumbotron %} |
|
4 <!-- default jumbotron --> |
|
5 {% include "jumbotron2013.html" %} |
|
6 {% endblock %} |
|
7 |
|
8 {% block body %} |
2 {% block body %} |
9 <div class="container"> |
3 <div class="container"> |
10 <div class="col-lg-12"> |
4 <div class="col-lg-12"> |
11 <h2> |
5 <h2> |
12 Competition 2014 |
6 Wettbewerb 2014 |
13 </h2> |
7 </h2> |
14 <p> |
8 <p>Infos zum aktuellen Wettbewerb... Preise, Preisverleihung... |
15 Two winners of a beginners programming competition showed their results in the opening keynote of the German Python conference in Cologne. They have to use Python to program Blender. Both showed slides and also their animation movie. |
|
16 |
|
17 A 15 year old girl visualized Conway’s “Game of life” and a boy, 13 years showed a card game “skat” having good software design skills. |
|
18 |
|
19 The conference and also the competition is driven by the german Python Software Verband. This is a national equivalent to the Python Software Foundation. The contest will continue and likely start again in november and been celebrated at the next EuroPython in Berlin 21.7 – 27.7.2014. |
|
20 </p> |
9 </p> |
21 <p> |
10 <p> |
22 <a class="btn btn-lg btn-primary" |
11 <a class="btn btn-lg btn-primary" |
23 href="/comptetition_2014" |
12 href="/competition/2013" |
24 role="button">Competition 2014</a> |
13 role="button">Competition 2013</a> |
25 </p> |
14 </p> |
26 </div> |
15 </div> |
27 </div> |
16 </div> |
28 |
17 |
29 {% endblock %} |
18 {% endblock %} |