templates/en/coursematerial.html
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--
jumbotron is not used anymore
     1 {% extends "theme.html" %} 
     2 {% block body %}
     3 <div class="container">
     4   <div class="col-lg-12">
     5     <h2>
     6       Coursematerial
     7     </h2>
     8     <p>It is in differenent ways useful. 
     9       Read the following questions and if the one answer of them is »yes«:</p>
    10     <ul>
    11       <li>You will take part on the competition?</li>
    12       <li>You are a beginner programming with Python or/and Blender?</li>
    13       <li>You are a teacher/tutor and use Python in your courses?</li>
    14     </ul>
    15     <p>Than the following link has useful information and material …    </p>
    16     <p>
    17       <a class="btn btn-lg btn-primary" 
    18 	 href="http://pymove3d.sudile.com" 
    19 	 role="button">... startpage of coursematerial</a>
    20     </p>
    21   </div>
    22 </div>
    23 
    24 {% endblock %}
Impressum Datenschutzerklärung