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