hr@0
|
1 |
<!DOCTYPE html>
|
hr@0
|
2 |
<html lang="en"><head>
|
hr@0
|
3 |
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
info@79
|
4 |
<meta charset="utf-8">
|
info@79
|
5 |
<!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
|
info@79
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
info@127
|
7 |
<meta name="description" content="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute">
|
info@127
|
8 |
<meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software">
|
info@127
|
9 |
<meta name="author" content="Python Software Verband e.V">
|
info@127
|
10 |
<link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
|
hr@0
|
11 |
|
info@127
|
12 |
<title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title>
|
hr@0
|
13 |
|
info@79
|
14 |
<!-- Bootstrap core CSS -->
|
info@79
|
15 |
<link href="/static/css/bootstrap.css" rel="stylesheet">
|
hr@0
|
16 |
|
info@79
|
17 |
<!-- Just for debugging purposes. Don't actually copy this line! -->
|
info@79
|
18 |
<!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
|
hr@0
|
19 |
|
info@79
|
20 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
hr@0
|
21 |
<!--[if lt IE 9]>
|
hr@0
|
22 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
hr@0
|
23 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
info@79
|
24 |
<![endif]-->
|
info@79
|
25 |
</head>
|
hr@0
|
26 |
|
info@79
|
27 |
<body>
|
info@79
|
28 |
<div id="wrap">
|
info@79
|
29 |
<header>
|
info@79
|
30 |
<!-- Fixed navbar -->
|
info@79
|
31 |
<div class="navbar navbar-default" role="navigation">
|
info@79
|
32 |
<div class="container">
|
info@79
|
33 |
<div class="navbar-header">
|
info@79
|
34 |
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
info@79
|
35 |
<span class="sr-only">Toggle navigation</span>
|
info@79
|
36 |
<span class="icon-bar"></span>
|
info@79
|
37 |
<span class="icon-bar"></span>
|
info@79
|
38 |
<span class="icon-bar"></span>
|
info@79
|
39 |
</button>
|
info@79
|
40 |
<a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
|
info@79
|
41 |
</div>
|
info@79
|
42 |
<div class="collapse navbar-collapse">
|
info@108
|
43 |
<ul class="nav navbar-nav navbar-right">
|
peter@142
|
44 |
{% for href, caption in get_topmenue(): %}
|
info@79
|
45 |
{%- if href[1:] == act -%}
|
rb@154
|
46 |
<li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
|
info@79
|
47 |
{% endfor %}
|
peter@159
|
48 |
<li class="module-language"><a class="link-yellow" href="/de">DE</a></li>
|
peter@172
|
49 |
<li><a class="link-yellow" href="/de">EN</a></li>
|
info@79
|
50 |
</ul>
|
info@61
|
51 |
</div><!--/.nav-collapse -->
|
info@61
|
52 |
</div>
|
info@61
|
53 |
</div>
|
info@61
|
54 |
</header>
|
info@79
|
55 |
<div id="main">
|
info@79
|
56 |
{% block body %}{% endblock %}
|
info@79
|
57 |
</div><!-- /main -->
|
info@79
|
58 |
</div> <!-- /wrap -->
|
info@79
|
59 |
{% include "footer.html" %}
|
hr@0
|
60 |
<!-- Bootstrap core JavaScript
|
hr@0
|
61 |
================================================== -->
|
hr@0
|
62 |
<!-- Placed at the end of the document so the pages load faster -->
|
info@48
|
63 |
<script src="/static/js/jquery-1.10.2.min.js"></script>
|
peter@1
|
64 |
<script src="static/js/bootstrap.js"></script>
|
info@91
|
65 |
<script type="text/javascript">
|
info@91
|
66 |
$(document).ready(function() {
|
info@102
|
67 |
$('#myCarousel').carousel({
|
info@102
|
68 |
interval: 5000
|
info@102
|
69 |
})
|
info@102
|
70 |
$('#myCarousel').on('slid.bs.carousel', function() {
|
info@91
|
71 |
//alert("slid");
|
info@102
|
72 |
});
|
info@102
|
73 |
});
|
info@91
|
74 |
</script>
|
hr@0
|
75 |
|
info@79
|
76 |
</body>
|
info@79
|
77 |
</html>
|