1.1 --- a/templates/theme.html Mon May 05 10:04:09 2014 +0200
1.2 +++ b/templates/theme.html Mon May 05 11:30:43 2014 +0200
1.3 @@ -4,12 +4,12 @@
1.4 <meta charset="utf-8">
1.5 <!--meta http-equiv="X-UA-Compatible" content="IE=edge"-->
1.6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.7 -<meta name="description" content="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute">
1.8 -<meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software">
1.9 -<meta name="author" content="Python Software Verband e.V">
1.10 +<meta name="description" content="Die ESKP Info Seite des Forschungszentrum Jülich GmbH">
1.11 +<meta name="keywords" content="ESKP,IEK-7,Ozoneverlust">
1.12 +<meta name="author" content="Forschungszentrum Jülich GmbH">
1.13 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
1.14
1.15 -<title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title>
1.16 +<title>Die ESKP Info Seite des Forschungszentrum Jülich GmbH</title>
1.17
1.18 <!-- Bootstrap core CSS -->
1.19 <link href="/static/css/bootstrap.css" rel="stylesheet">
1.20 @@ -37,7 +37,7 @@
1.21 <span class="icon-bar"></span>
1.22 <span class="icon-bar"></span>
1.23 </button>
1.24 - <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
1.25 + <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>
1.26 </div>
1.27 <div class="collapse navbar-collapse">
1.28 <ul class="nav navbar-nav navbar-right">
1.29 @@ -45,8 +45,7 @@
1.30 {%- if href[1:] == act -%}
1.31 <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
1.32 {% endfor %}
1.33 - <li class="module-language"><a class="link-yellow" href="/de">DE</a></li>
1.34 - <li><a class="link-yellow" href="/de">EN</a></li>
1.35 +
1.36 </ul>
1.37 </div><!--/.nav-collapse -->
1.38 </div>