author | stetrabby <info@trabucchi.de> |
Fri, 17 Jan 2014 16:54:20 +0100 | |
changeset 91 | b335b116860f |
parent 79 | 2ce7e676b306 |
permissions | -rw-r--r-- |
peter@1 | 1 |
{% extends "theme.html" %} |
peter@1 | 2 |
{% block jumbotron %} |
peter@1 | 3 |
<!-- default jumbotron --> |
peter@1 | 4 |
{% include "jumbotron-default.html" %} |
hr@16 | 5 |
{% endblock %} |
info@79 | 6 |
{% block body %} |
info@91 | 7 |
<div class="module module-gallery"> |
info@91 | 8 |
<!--img src="static/images/python_blender.jpg" /--> |
info@91 | 9 |
<div class="container"> |
info@91 | 10 |
<div class="col-md-6 col-yellow"> |
info@91 | 11 |
<div class="module-content"> |
info@91 | 12 |
<h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1> |
info@91 | 13 |
<h4 class="" style="color:white;">3D Objekte mit Python steuern 6 bewegen</h4> |
info@91 | 14 |
<button type="button" class="btn btn-default">Wettbewerbinformationen</button> |
info@91 | 15 |
</div> |
info@91 | 16 |
</div> |
info@91 | 17 |
</div> |
info@91 | 18 |
|
info@91 | 19 |
</div> |
info@91 | 20 |
|
info@91 | 21 |
<div class="module module-course"> |
info@91 | 22 |
<div class="container"> |
info@91 | 23 |
<div class="col-md-8 col-md-offset-2"> |
info@91 | 24 |
<div class="module-cite text-center"> |
info@91 | 25 |
<h1>Blender und Python sind einfach genial, endlich fun, funf, fun beim programmieren</h1> |
info@91 | 26 |
<p class="pull-right">__Florian, Berlin</p> |
info@91 | 27 |
</div> |
info@91 | 28 |
</div> |
info@91 | 29 |
<div class="col-sm-6"> |
info@91 | 30 |
<div class=""> |
info@91 | 31 |
<div class="module-heading"> |
info@91 | 32 |
<h3 class="module-title">Einsendeschluss</h3> |
info@91 | 33 |
</div> |
info@91 | 34 |
<div class="module-body"> |
info@91 | 35 |
<ul> |
info@91 | 36 |
<li>1. Mai 2014</li> |
info@91 | 37 |
<li>Anmelden</li> |
info@91 | 38 |
</ul> |
info@91 | 39 |
</div> |
info@91 | 40 |
</div> |
info@91 | 41 |
|
info@91 | 42 |
<div class=""> |
info@91 | 43 |
<div class="module-heading"> |
info@91 | 44 |
<h3 class="module-title">Folgen Sie uns auch auf</h3> |
info@91 | 45 |
</div> |
info@91 | 46 |
<div class="module-body"> |
info@91 | 47 |
<ul> |
info@91 | 48 |
<li><a href="">Twitter</li> |
info@91 | 49 |
<li><a href="">Facebook</li> |
info@91 | 50 |
<li><a href="">Google+</li> |
info@91 | 51 |
<li><a href="">YouTube</li> |
info@91 | 52 |
</ul> |
info@91 | 53 |
</div> |
info@91 | 54 |
</div> |
info@91 | 55 |
|
info@91 | 56 |
</div> |
info@91 | 57 |
|
info@91 | 58 |
<div class="col-sm-6"> |
info@91 | 59 |
<div class=""> |
info@91 | 60 |
<div class="module-heading"> |
info@91 | 61 |
<h3 class="module-title">Python bewegt die Welt</h3> |
info@91 | 62 |
</div> |
info@91 | 63 |
<div class="module-body"> |
info@91 | 64 |
<ul> |
info@91 | 65 |
<li>Python ist eine moderne Programmiersprache, die sich für fast jedes Anwendungsgebiet in |
info@91 | 66 |
der Softwareentwicklung eignet. </li> |
info@91 | 67 |
<li>Python ist dynamisch und objektorientiert und von Anfang an auf den einfachen Einstieg hin |
info@91 | 68 |
entwickelt worden.</li> |
info@91 | 69 |
<li>Python wird weltweit in vielen der bekanntesten Software Projekte eingesetzt.</li> |
info@91 | 70 |
</ul> |
info@91 | 71 |
</div> |
info@91 | 72 |
</div> |
info@91 | 73 |
</div> |
info@91 | 74 |
</div> |
info@91 | 75 |
</div><!-- course --> |
peter@1 | 76 |
|
info@79 | 77 |
{% endblock %} |
info@79 | 78 |