2 <html lang="en"><head> |
2 <html lang="en"><head> |
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
4 <meta charset="utf-8"> |
4 <meta charset="utf-8"> |
5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"--> |
5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"--> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 <meta name="description" content="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute"> |
7 <meta name="description" content="Die ESKP Info Seite des Forschungszentrum Jülich GmbH"> |
8 <meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software"> |
8 <meta name="keywords" content="ESKP,IEK-7,Ozoneverlust"> |
9 <meta name="author" content="Python Software Verband e.V"> |
9 <meta name="author" content="Forschungszentrum Jülich GmbH"> |
10 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}"> |
10 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}"> |
11 |
11 |
12 <title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title> |
12 <title>Die ESKP Info Seite des Forschungszentrum Jülich GmbH</title> |
13 |
13 |
14 <!-- Bootstrap core CSS --> |
14 <!-- Bootstrap core CSS --> |
15 <link href="/static/css/bootstrap.css" rel="stylesheet"> |
15 <link href="/static/css/bootstrap.css" rel="stylesheet"> |
16 |
16 |
17 <!-- Just for debugging purposes. Don't actually copy this line! --> |
17 <!-- Just for debugging purposes. Don't actually copy this line! --> |
35 <span class="sr-only">Toggle navigation</span> |
35 <span class="sr-only">Toggle navigation</span> |
36 <span class="icon-bar"></span> |
36 <span class="icon-bar"></span> |
37 <span class="icon-bar"></span> |
37 <span class="icon-bar"></span> |
38 <span class="icon-bar"></span> |
38 <span class="icon-bar"></span> |
39 </button> |
39 </button> |
40 <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a> |
40 <a class="navbar-brand" href="/"><img class="logo" src="/static/images/Forschungszentrum-logo.gif" title="Forschungszentrum Jülich GmbH" alt="logo Forschungszentrum Jülich GmbH" /></a> |
41 </div> |
41 </div> |
42 <div class="collapse navbar-collapse"> |
42 <div class="collapse navbar-collapse"> |
43 <ul class="nav navbar-nav navbar-right"> |
43 <ul class="nav navbar-nav navbar-right"> |
44 {% for href, caption in get_topmenue(): %} |
44 {% for href, caption in get_topmenue(): %} |
45 {%- if href[1:] == act -%} |
45 {%- if href[1:] == act -%} |
46 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li> |
46 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li> |
47 {% endfor %} |
47 {% endfor %} |
48 <li class="module-language"><a class="link-yellow" href="/de">DE</a></li> |
48 |
49 <li><a class="link-yellow" href="/de">EN</a></li> |
|
50 </ul> |
49 </ul> |
51 </div><!--/.nav-collapse --> |
50 </div><!--/.nav-collapse --> |
52 </div> |
51 </div> |
53 </div> |
52 </div> |
54 </header> |
53 </header> |