templates/en/coursematerial.html
changeset 126 4e00e397aebf
parent 123 9eb7837f7332
child 140 ae4cd5fbf65f
equal deleted inserted replaced
125:1a2cdb64bb4f 126:4e00e397aebf
     1 {% extends "theme.html" %} 
     1 {% extends "theme.html" %} 
     2 {% block body %}
     2 {% block body %}
     3 <div class="container">
     3 <div class="container">
     4   <div class="col-lg-12">
     4   <div class="col-lg-12">
     5     <h2>
     5     <h2>
     6       Coursematerial
     6       Das Kursmaterial
     7     </h2>
     7     </h2>
     8     <p>It is in differenent ways useful. 
     8     <p>Es kann Dir auf unterschiedlichste Art & Weise nützlich sein. 
     9       Read the following questions and if the one answer of them is »yes«:</p>
     9       Wenn Du eine der folgenden Fragen mit "Ja" beantworten kannst:</p>
    10     <ul>
    10     <ul>
    11       <li>You will take part on the competition?</li>
    11       <li>Du möchtest am Wettbewerb teilnehmen?</li>
    12       <li>You are a beginner programming with Python or/and Blender?</li>
    12       <li>Du bist Anfänger sowohl mit Python als auch mit Blender?</li>
    13       <li>You are a teacher/tutor and use Python in your courses?</li>
    13       <li>Du bist ein Lehrer und willst das Material im Unterricht einsetzen?</li>
    14     </ul>
    14     </ul>
    15     <p>Than the following link has useful information and material …    </p>
    15     <p>Dann ist der folgende Link für Dich …    </p>
    16     <p>
    16     <p>
    17       <a class="btn btn-lg btn-primary" 
    17       <a class="btn btn-lg btn-primary" 
    18 	 href="http://pymove3d.sudile.com" 
    18 	 href="http://pymove3d.sudile.com" 
    19 	 role="button">... startpage of coursematerial</a>
    19 	 role="button">Startseite zum Kursmaterial</a>
    20     </p>
    20     </p>
    21   </div>
    21   </div>
    22 </div>
    22 </div>
    23 
    23 
    24 {% endblock %}
    24 {% endblock %}
Impressum Datenschutzerklärung