author | Hans Richter <hr.richter@web.de> |
Sat, 30 Nov 2013 14:08:46 +0100 | |
changeset 16 | e1763a1be790 |
parent 15 | d0cf8e6f2ab0 |
child 18 | 83bd955e3119 |
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 <h1>
11 Course material
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>
23 {% endblock %}