equal
deleted
inserted
replaced
1 {% extends "theme.html" %} |
1 {% extends "theme.html" %} |
2 |
|
3 {% block jumbotron %} |
|
4 <!-- default jumbotron --> |
|
5 {% include "jumbotron-coursematerial.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 Das Kursmaterial |
6 Coursematerial |
13 </h2> |
7 </h2> |
14 <p>Es kann Dir auf unterschiedlichste Art & Weise nützlich sein. |
8 <p>It is in differenent ways useful. |
15 Wenn Du eine der folgenden Fragen mit "Ja" beantworten kannst:</p> |
9 Read the following questions and if the one answer of them is »yes«:</p> |
16 <ul> |
10 <ul> |
17 <li>Du möchtest am Wettbewerb teilnehmen?</li> |
11 <li>You will take part on the competition?</li> |
18 <li>Du bist Anfänger sowohl mit Python als auch mit Blender?</li> |
12 <li>You are a beginner programming with Python or/and Blender?</li> |
19 <li>Du bist ein Lehrer und willst das Material im Unterricht einsetzen?</li> |
13 <li>You are a teacher/tutor and use Python in your courses?</li> |
20 </ul> |
14 </ul> |
21 <p>Dann ist der folgende Link für Dich … </p> |
15 <p>Than the following link has useful information and material … </p> |
22 <p> |
16 <p> |
23 <a class="btn btn-lg btn-primary" |
17 <a class="btn btn-lg btn-primary" |
24 href="http://pymove3d.sudile.com" |
18 href="http://pymove3d.sudile.com" |
25 role="button">Startseite zum Kursmaterial</a> |
19 role="button">... startpage of coursematerial</a> |
26 </p> |
20 </p> |
27 </div> |
21 </div> |
28 </div> |
22 </div> |
29 |
23 |
30 {% endblock %} |
24 {% endblock %} |