1 <!DOCTYPE html> |
1 <!DOCTYPE html> |
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=""> |
7 <meta name="description" content=""> |
8 <meta name="author" content=""> |
8 <meta name="author" content=""> |
9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}"> |
9 <link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico')}}"> |
10 |
10 |
47 <span class="icon-bar"></span> |
47 <span class="icon-bar"></span> |
48 </button> |
48 </button> |
49 <a class="navbar-brand" href="/">PyMove3D -- 2014</a> |
49 <a class="navbar-brand" href="/">PyMove3D -- 2014</a> |
50 </div> |
50 </div> |
51 <div class="navbar-collapse collapse"> |
51 <div class="navbar-collapse collapse"> |
52 <!--ul class="nav navbar-nav"> |
|
53 <li class="active"><a href="#">Link</a></li> |
|
54 <li><a href="#">Link</a></li> |
|
55 <li><a href="#">Link</a></li> |
|
56 <li class="dropdown"> |
|
57 <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> |
|
58 <ul class="dropdown-menu"> |
|
59 <li><a href="#">Action</a></li> |
|
60 <li><a href="#">Another action</a></li> |
|
61 <li><a href="#">Something else here</a></li> |
|
62 <li class="divider"></li> |
|
63 <li class="dropdown-header">Nav header</li> |
|
64 <li><a href="#">Separated link</a></li> |
|
65 <li><a href="#">One more separated link</a></li> |
|
66 </ul> |
|
67 </li> |
|
68 </ul--> |
|
69 <ul class="nav navbar-nav navbar-right"> |
52 <ul class="nav navbar-nav navbar-right"> |
70 {% for href, caption in [('/competition', 'Competition'), |
53 {% for href, caption in [('/competition', 'Competition'), |
71 ('/task', 'Task'), |
54 ('/task', 'Task'), |
72 ('/submission', 'Submission'), |
55 ('/submission', 'Submission'), |
73 ('/coursematerial', 'Coursematerial'), |
56 ('/coursematerial', 'Coursematerial'), |
91 |
74 |
92 |
75 |
93 <!-- Bootstrap core JavaScript |
76 <!-- Bootstrap core JavaScript |
94 ================================================== --> |
77 ================================================== --> |
95 <!-- Placed at the end of the document so the pages load faster --> |
78 <!-- Placed at the end of the document so the pages load faster --> |
96 <script src="/static/js/jquery-1.js"></script> |
79 <script src="/static/js/jquery-2.0.3.min.js"></script> |
97 <script src="static/js/bootstrap.js"></script> |
80 <script src="static/js/bootstrap.js"></script> |
98 |
81 |
99 |
82 |
100 </body></html> |
83 </body></html> |