templates/theme.html
author Stefania Trabucchi <info@trabucchi.de>
Sat, 18 Jan 2014 15:22:16 +0100
changeset 127 cbf635014035
parent 123 9eb7837f7332
child 142 6dea01810014
permissions -rw-r--r--
new favicon and metatags changed
     1 <!DOCTYPE html>
     2 <html lang="en"><head>
     3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     4 <meta 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="Der Python Wettbewerb für Mädchen & Jungen 2014. Attraktives Programmieren für junge Leute">
     8 <meta name="keywords" content="Python,Software,Blender,Programmieren,Wettbewerb,2013,2014,pymove3d,3d,europython,3D-Software">
     9 <meta name="author" content="Python Software Verband e.V">
    10 <link rel="shortcut icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico')}}">
    11 
    12 <title>PyMove3D - Der Python Wettbewerb für Mädchen & Jungen 2014</title>
    13 
    14 <!-- Bootstrap core CSS -->
    15 <link href="/static/css/bootstrap.css" rel="stylesheet">
    16 
    17 <!-- Just for debugging purposes. Don't actually copy this line! -->
    18 <!--[if lt IE 9]><script src="/static/js/ie8-responsive-file-warning.js"></script><![endif]-->
    19 
    20 <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    21     <!--[if lt IE 9]>
    22       <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
    23       <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
    24       <![endif]-->
    25     </head>
    26 
    27     <body>
    28       <div id="wrap">
    29         <header>
    30          <!-- Fixed navbar -->
    31          <div class="navbar navbar-default" role="navigation">
    32           <div class="container">
    33             <div class="navbar-header">
    34               <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
    35                 <span class="sr-only">Toggle navigation</span>
    36                 <span class="icon-bar"></span>
    37                 <span class="icon-bar"></span>
    38                 <span class="icon-bar"></span>
    39               </button>
    40               <a class="navbar-brand" href="/"><img class="logo" src="/static/images/PyMove3D.png" title="PyMove3D" alt="logo pymove3d" /></a>
    41             </div>
    42             <div class="collapse navbar-collapse">
    43               <ul class="nav navbar-nav navbar-right">
    44                {% for href, caption in [('/competition', 'Competition'),
    45                ('/task', 'Task'),
    46                ('/submission', 'Submission'),
    47                ('/coursematerial', 'Coursematerial'),
    48                ]:
    49                %}
    50                {%- if href[1:] == act -%} 
    51                <li class="active">{% else %} <li>{% endif %}<a href="{{ href }}" >{{ caption }}</a></li>
    52                {% endfor %}
    53               <!-- ToDo add after translation finished
    54                <li class="module-language"><a class="link-yellow" href="./de">DE</a></li>
    55 
    56                <li><a class="link-yellow" href="./en">EN</a></li>
    57               -->
    58              </ul>
    59           </div><!--/.nav-collapse -->
    60         </div>
    61       </div>
    62     </header>
    63     <div id="main">
    64       {% block body %}{% endblock %}
    65     </div><!-- /main -->
    66   </div> <!-- /wrap -->
    67   {% include "footer.html" %}
    68     <!-- Bootstrap core JavaScript
    69     ================================================== -->
    70     <!-- Placed at the end of the document so the pages load faster -->
    71     <script src="/static/js/jquery-1.10.2.min.js"></script>
    72     <script src="static/js/bootstrap.js"></script>
    73      <script type="text/javascript">
    74       $(document).ready(function() {
    75       $('#myCarousel').carousel({
    76       interval: 5000
    77       })
    78       $('#myCarousel').on('slid.bs.carousel', function() {
    79       //alert("slid");
    80       });   
    81       });
    82     </script>
    83 
    84   </body>
    85   </html>
Impressum Datenschutzerklärung