1.1 --- a/templates/index.html Fri Jan 17 16:54:53 2014 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,78 +0,0 @@
1.4 -{% extends "theme.html" %}
1.5 -{% block jumbotron %}
1.6 -<!-- default jumbotron -->
1.7 - {% include "jumbotron-default.html" %}
1.8 -{% endblock %}
1.9 -{% block body %}
1.10 -<div class="module module-gallery">
1.11 - <!--img src="static/images/python_blender.jpg" /-->
1.12 - <div class="container">
1.13 - <div class="col-md-6 col-yellow">
1.14 - <div class="module-content">
1.15 - <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1>
1.16 - <h4 class="" style="color:white;">3D Objekte mit Python steuern 6 bewegen</h4>
1.17 - <button type="button" class="btn btn-default">Wettbewerbinformationen</button>
1.18 - </div>
1.19 - </div>
1.20 - </div>
1.21 -
1.22 -</div>
1.23 -
1.24 -<div class="module module-course">
1.25 - <div class="container">
1.26 - <div class="col-md-8 col-md-offset-2">
1.27 - <div class="module-cite text-center">
1.28 - <h1>Blender und Python sind einfach genial, endlich fun, funf, fun beim programmieren</h1>
1.29 - <p class="pull-right">__Florian, Berlin</p>
1.30 - </div>
1.31 - </div>
1.32 - <div class="col-sm-6">
1.33 - <div class="">
1.34 - <div class="module-heading">
1.35 - <h3 class="module-title">Einsendeschluss</h3>
1.36 - </div>
1.37 - <div class="module-body">
1.38 - <ul>
1.39 - <li>1. Mai 2014</li>
1.40 - <li>Anmelden</li>
1.41 - </ul>
1.42 - </div>
1.43 - </div>
1.44 -
1.45 - <div class="">
1.46 - <div class="module-heading">
1.47 - <h3 class="module-title">Folgen Sie uns auch auf</h3>
1.48 - </div>
1.49 - <div class="module-body">
1.50 - <ul>
1.51 - <li><a href="">Twitter</li>
1.52 - <li><a href="">Facebook</li>
1.53 - <li><a href="">Google+</li>
1.54 - <li><a href="">YouTube</li>
1.55 - </ul>
1.56 - </div>
1.57 - </div>
1.58 -
1.59 - </div>
1.60 -
1.61 - <div class="col-sm-6">
1.62 - <div class="">
1.63 - <div class="module-heading">
1.64 - <h3 class="module-title">Python bewegt die Welt</h3>
1.65 - </div>
1.66 - <div class="module-body">
1.67 - <ul>
1.68 - <li>Python ist eine moderne Programmiersprache, die sich für fast jedes Anwendungsgebiet in
1.69 - der Softwareentwicklung eignet. </li>
1.70 - <li>Python ist dynamisch und objektorientiert und von Anfang an auf den einfachen Einstieg hin
1.71 - entwickelt worden.</li>
1.72 - <li>Python wird weltweit in vielen der bekanntesten Software Projekte eingesetzt.</li>
1.73 - </ul>
1.74 - </div>
1.75 - </div>
1.76 - </div>
1.77 - </div>
1.78 -</div><!-- course -->
1.79 -
1.80 -{% endblock %}
1.81 -