equal
deleted
inserted
replaced
5 <div class="container"> |
5 <div class="container"> |
6 <div class="col-md-6 col-yellow"> |
6 <div class="col-md-6 col-yellow"> |
7 <div class="module-content"> |
7 <div class="module-content"> |
8 <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1> |
8 <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;">Der Python Wettbewerb für Mädchen & Jungen ab 13 Jahren</h1> |
9 <h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4> |
9 <h4 class="" style="color:white;">3D Objekte mit Python steuern & bewegen</h4> |
10 <button type="button" class="btn btn-default"><a href="/competition">Wettbewerbinformationen</a></button> |
10 <a type="button" class="btn btn-default" |
11 <button type="button" class="btn btn-default"><a href="/dates">Termine</a></button> |
11 href="/competition">Wettbewerbinformationen</a> |
|
12 <a type="button" class="btn btn-default" |
|
13 href="{{ url_for('dates') }}">Termine</a> |
12 </div> |
14 </div> |
13 </div> |
15 </div> |
14 </div> |
16 </div> |
15 </div> |
17 </div> |
16 |
18 |