equal
deleted
inserted
replaced
1 {% extends "theme.html" %} |
1 {% extends "theme.html" %} |
2 |
2 |
3 {% block jumbotron %} |
3 {% block jumbotron %} |
4 <!-- default jumbotron --> |
4 <!-- default jumbotron --> |
5 {% include "jumbotron-coursematerial.html" %} |
5 {% include "jumbotron-coursematerial.html" %} |
6 <p>Spezial Jubotron...</p> |
|
7 |
|
8 {% endblock %} |
6 {% endblock %} |
9 |
7 |
10 |
8 |
11 {% block body %} |
9 {% block body %} |
12 <h1> |
10 <h1> |
13 Course material |
11 Course material |
14 </h1> |
12 </h1> |
|
13 <p>If you answer one of the following questions with "YES":</p> |
|
14 <ul> |
|
15 <li>You want's to take part in the competition</li> |
|
16 <li>You are a beginner using blender and python?</li> |
|
17 <li>You are a teacher using this material in your course?</li> |
|
18 </ul> |
|
19 <p> Then the next link is for you... |
|
20 <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">Start</a> |
|
21 </p> |
15 |
22 |
16 {% endblock %} |
23 {% endblock %} |