author | Peter Koppatz <peter@koppatz.com> |
Sat, 18 Jan 2014 15:04:37 +0100 | |
changeset 123 | 9eb7837f7332 |
parent 106 | b0e55e971315 |
child 126 | 4e00e397aebf |
permissions | -rw-r--r-- |
rb@106 | 1 |
{% extends "theme.html" %} |
rb@95 | 2 |
{% block body %} |
rb@95 | 3 |
<div class="container"> |
rb@95 | 4 |
<div class="col-lg-12"> |
rb@95 | 5 |
<h2> |
peter@123 | 6 |
Coursematerial |
rb@95 | 7 |
</h2> |
peter@123 | 8 |
<p>It is in differenent ways useful. |
peter@123 | 9 |
Read the following questions and if the one answer of them is »yes«:</p> |
rb@95 | 10 |
<ul> |
peter@123 | 11 |
<li>You will take part on the competition?</li> |
peter@123 | 12 |
<li>You are a beginner programming with Python or/and Blender?</li> |
peter@123 | 13 |
<li>You are a teacher/tutor and use Python in your courses?</li> |
rb@95 | 14 |
</ul> |
peter@123 | 15 |
<p>Than the following link has useful information and material … </p> |
rb@95 | 16 |
<p> |
rb@95 | 17 |
<a class="btn btn-lg btn-primary" |
rb@95 | 18 |
href="http://pymove3d.sudile.com" |
peter@123 | 19 |
role="button">... startpage of coursematerial</a> |
rb@95 | 20 |
</p> |
rb@95 | 21 |
</div> |
rb@95 | 22 |
</div> |
rb@95 | 23 |
|
rb@95 | 24 |
{% endblock %} |