1.1 --- a/templates/en/coursematerial.html Sat Jan 18 14:59:44 2014 +0100
1.2 +++ b/templates/en/coursematerial.html Sat Jan 18 15:04:37 2014 +0100
1.3 @@ -1,28 +1,22 @@
1.4 {% extends "theme.html" %}
1.5 -
1.6 -{% block jumbotron %}
1.7 -<!-- default jumbotron -->
1.8 - {% include "jumbotron-coursematerial.html" %}
1.9 -{% endblock %}
1.10 -
1.11 {% block body %}
1.12 <div class="container">
1.13 <div class="col-lg-12">
1.14 <h2>
1.15 - Das Kursmaterial
1.16 + Coursematerial
1.17 </h2>
1.18 - <p>Es kann Dir auf unterschiedlichste Art & Weise nützlich sein.
1.19 - Wenn Du eine der folgenden Fragen mit "Ja" beantworten kannst:</p>
1.20 + <p>It is in differenent ways useful.
1.21 + Read the following questions and if the one answer of them is »yes«:</p>
1.22 <ul>
1.23 - <li>Du möchtest am Wettbewerb teilnehmen?</li>
1.24 - <li>Du bist Anfänger sowohl mit Python als auch mit Blender?</li>
1.25 - <li>Du bist ein Lehrer und willst das Material im Unterricht einsetzen?</li>
1.26 + <li>You will take part on the competition?</li>
1.27 + <li>You are a beginner programming with Python or/and Blender?</li>
1.28 + <li>You are a teacher/tutor and use Python in your courses?</li>
1.29 </ul>
1.30 - <p>Dann ist der folgende Link für Dich … </p>
1.31 + <p>Than the following link has useful information and material … </p>
1.32 <p>
1.33 <a class="btn btn-lg btn-primary"
1.34 href="http://pymove3d.sudile.com"
1.35 - role="button">Startseite zum Kursmaterial</a>
1.36 + role="button">... startpage of coursematerial</a>
1.37 </p>
1.38 </div>
1.39 </div>