3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="description" content="">
8 <meta name="author" content="">
9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}">
11 <title>pymove3D -- 2014</title>
13 <!-- Bootstrap core CSS -->
14 <link href="/static/css/bootstrap.css" rel="stylesheet">
16 <!-- Custom styles for this template -->
17 <link href="/static/css/navbar.css" rel="stylesheet">
19 <!-- Custom styles for pymove3d -->
20 <link href="/static/css/pymove3d.css" rel="stylesheet">
23 <!-- Just for debugging purposes. Don't actually copy this line! -->
24 <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
26 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
28 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
29 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
35 <div class="container">
36 <p style="text-align:right;padding-right:20px;font-size:.7em;">
37 <a href="/datenschutzerklaerung">Datenschutzerklärung</a>
38 <a href="/impressum">Impressum</a></p>
39 <!-- Static navbar -->
40 <div class="navbar navbar-default" role="navigation">
41 <div class="navbar-header">
42 <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
43 <span class="sr-only">Toggle navigation</span>
44 <span class="icon-bar"></span>
45 <span class="icon-bar"></span>
46 <span class="icon-bar"></span>
48 <a class="navbar-brand" href="/">pymove3D -- 2014</a>
50 <div class="navbar-collapse collapse">
51 <ul class="nav navbar-nav navbar-right">
52 {% for href, caption in [('/competition', 'Wettbewerb'),
54 ('/submission', 'Einreichung'),
55 ('/coursematerial', 'Kursmaterial'),
58 {%- if href[1:] == act -%}
59 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
62 </div><!--/.nav-collapse -->
65 <!-- Main component for a primary marketing message or call to action -->
66 <div class="jumbotron">
67 {% block jumbotron %}{% endblock %}
68 <div class="clear"></div>
70 {% block body %}{% endblock %}
71 </div> <!-- /container -->
73 {% include "footer.html" %}
75 <!-- Bootstrap core JavaScript
76 ================================================== -->
77 <!-- Placed at the end of the document so the pages load faster -->
78 <script src="/static/js/jquery-2.0.3.min.js"></script>
79 <script src="static/js/bootstrap.js"></script>