equal
deleted
inserted
replaced
3 {% block jumbotron %} |
3 {% block jumbotron %} |
4 <!-- default jumbotron --> |
4 <!-- default jumbotron --> |
5 {% include "jumbotron-coursematerial.html" %} |
5 {% include "jumbotron-coursematerial.html" %} |
6 {% endblock %} |
6 {% endblock %} |
7 |
7 |
8 |
|
9 {% block body %} |
8 {% block body %} |
10 <h2> |
9 <div class="container"> |
11 Course material |
10 <div class="col-lg-12"> |
12 </h2> |
11 <h2> |
13 <p>If you answer one of the following questions with "YES":</p> |
12 Das Kursmaterial |
14 <ul> |
13 </h2> |
15 <li>You want's to take part in the competition?</li> |
14 <p>Es kann Dir auf unterschiedlichste Art & Weise nützlich sein. |
16 <li>You are a beginner using blender and python?</li> |
15 Wenn Du eine der folgenden Fragen mit "Ja" beantworten kannst:</p> |
17 <li>You are a teacher using this material in your course?</li> |
16 <ul> |
18 </ul> |
17 <li>Du möchtest am Wettbewerb teilnehmen?</li> |
19 <p> Then the next link is for you… |
18 <li>Du bist Anfänger sowohl mit Python als auch mit Blender?</li> |
20 <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">Start</a> |
19 <li>Du bist ein Lehrer und willst das Material im Unterricht einsetzen?</li> |
21 </p> |
20 </ul> |
|
21 <p>Dann ist der folgende Link für Dich … </p> |
|
22 <p> |
|
23 <a class="btn btn-lg btn-primary" |
|
24 href="http://pymove3d.sudile.com" |
|
25 role="button">Startseite zum Kursmaterial</a> |
|
26 </p> |
|
27 </div> |
|
28 </div> |
22 |
29 |
23 {% endblock %} |
30 {% endblock %} |