1.1 --- a/templates/coursematerial.html Fri Nov 29 12:32:05 2013 +0100
1.2 +++ b/templates/coursematerial.html Fri Nov 29 13:36:07 2013 +0100
1.3 @@ -3,8 +3,6 @@
1.4 {% block jumbotron %}
1.5 <!-- default jumbotron -->
1.6 {% include "jumbotron-coursematerial.html" %}
1.7 -<p>Spezial Jubotron...</p>
1.8 -
1.9 {% endblock %}
1.10
1.11
1.12 @@ -12,5 +10,14 @@
1.13 <h1>
1.14 Course material
1.15 </h1>
1.16 +<p>If you answer one of the following questions with "YES":</p>
1.17 +<ul>
1.18 + <li>You want's to take part in the competition</li>
1.19 + <li>You are a beginner using blender and python?</li>
1.20 + <li>You are a teacher using this material in your course?</li>
1.21 +</ul>
1.22 +<p> Then the next link is for you...
1.23 + <a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">Start</a>
1.24 +</p>
1.25
1.26 {% endblock %}