author | Peter Koppatz <peter@koppatz.com> |
Fri, 29 Nov 2013 13:36:07 +0100 | |
changeset 15 | d0cf8e6f2ab0 |
parent 1 | 3aa6f55df039 |
child 18 | 83bd955e3119 |
permissions | -rw-r--r-- |
peter@1 | 1 |
{% extends "theme.html" %} |
peter@1 | 2 |
|
peter@1 | 3 |
{% block jumbotron %} |
peter@1 | 4 |
<!-- default jumbotron --> |
peter@1 | 5 |
{% include "jumbotron-coursematerial.html" %} |
peter@1 | 6 |
{% endblock %} |
peter@1 | 7 |
|
peter@1 | 8 |
|
peter@1 | 9 |
{% block body %} |
peter@1 | 10 |
<h1> |
peter@1 | 11 |
Course material |
peter@1 | 12 |
</h1> |
peter@15 | 13 |
<p>If you answer one of the following questions with "YES":</p> |
peter@15 | 14 |
<ul> |
peter@15 | 15 |
<li>You want's to take part in the competition</li> |
peter@15 | 16 |
<li>You are a beginner using blender and python?</li> |
peter@15 | 17 |
<li>You are a teacher using this material in your course?</li> |
peter@15 | 18 |
</ul> |
peter@15 | 19 |
<p> Then the next link is for you... |
peter@15 | 20 |
<a class="btn btn-lg btn-primary" href="http://vocword.org" role="button">Start</a> |
peter@15 | 21 |
</p> |
peter@1 | 22 |
|
peter@1 | 23 |
{% endblock %} |