author | Peter Koppatz <peter@koppatz.com> |
Sun, 01 Dec 2013 06:05:23 +0100 | |
changeset 21 | e802fa8227df |
parent 18 | 83bd955e3119 |
child 33 | a8cac2a2b9bb |
child 83 | 87bca92cad3f |
permissions | -rw-r--r-- |
1 {% extends "theme.html" %}
3 {% block jumbotron %}
4 <!-- default jumbotron -->
5 {% include "jumbotron-coursematerial.html" %}
6 {% endblock %}
9 {% block body %}
10 <h2>
11 Course material
12 </h2>
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>
23 {% endblock %}