templates/de/archive/competitions/2013/index.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Sun, 19 Jan 2014 10:13:39 +0100
changeset 158 49422e3977aa
parent 156 f05d0e9abd23
child 171 477ad271570e
permissions -rw-r--r--
update of translation strings
     1 {% extends "theme.html" %}
     2 {% block body %}
     3 <div class="container">
     4     <div class="col-md-12 col-yellow">
     5       <div class="module-content">
     6         <p class="text-center">
     7 	  <img src="/static/images/archive/competitions/2013/contest2013a.jpg" alt="Anne" />
     8 	  <img src="/static/images/archive/competitions/2013/contest2013b.jpg" alt="Valentin" />
     9 	</p>
    10 	<!--h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1>
    11 	<h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4>
    12 	<a type="button" class="btn btn-default"
    13 	   href="/competition">Infos zum Wettbewerb</a>
    14 	<a  type="button" class="btn btn-default"  
    15 	    href="{{ url_for('dates') }}">Termine</a-->
    16       </div>
    17     </div>
    18   </div>  
    19 </div>
    20 <div class="container">
    21   <div class="col-lg-12">
    22     <h2>
    23       Wettbewerb 2013
    24     </h2>
    25     <p>
    26       Die Gewinner des Programmierwettbewerbes, zeigten auf der 
    27       PyCon DE 2013 in Köln ihre Ergebnisse. In einem Kurzvortrag 
    28       wurde das Projekt vorgestellt und mit einem  Film das Ergebnis
    29       visualisiert.
    30     </p> 
    31     <p>Anne (15 Jahre) zeigte das eine 3D-Version des »Game of life« 
    32       und Valentin (13 Jahre) demonstrierte seine »Skat-Simulation«.
    33     </p>  
    34     <p>
    35       <a class="btn btn-lg btn-primary" 
    36 	 href="/competition/2014" 
    37 	 role="button">Competition 2014</a>
    38     </p>
    39   </div>
    40 </div>
    41 
    42 {% endblock %}
Impressum Datenschutzerklärung