|
4 | 4 | <!--[if IE 9]> <html lang="en" class="ie9"> <![endif]--> |
5 | 5 | <!--[if !IE]><!--> <html lang="en"> <!--<![endif]--> |
6 | 6 | <head> |
7 | | - <title>PyCon Balkan 2018</title> |
| 7 | + <title>{{ conference.event }} {{ conference.name }} {{ conference.year }}</title> |
8 | 8 | <!-- Meta --> |
9 | 9 | <meta charset="utf-8"> |
10 | 10 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
20 | 20 | <link rel="stylesheet" href="{% static 'css/style.css' %}"> |
21 | 21 |
|
22 | 22 | <!-- Timer JS --> |
| 23 | + <!-- Set the date we're counting down to --> |
| 24 | + <script type="text/javascript"> var countDownDate = parseInt("{{ count_down.count_down|date:"U" }}".concat("000"));</script> |
23 | 25 | <script src="{% static 'js/timer.js' %}" type="text/javascript"></script> |
24 | | - <script src="{% static 'js/index.js' %}" type="text/javascript"></script> |
25 | 26 |
|
26 | 27 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
27 | 28 | <!--[if lt IE 9]> |
|
30 | 31 | <![endif]--> |
31 | 32 | <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" |
32 | 33 | rel="stylesheet"> |
33 | | - <style> |
34 | | - body { |
35 | | - font-family: Montserrat, sans-serif; |
36 | | - } |
37 | | - .blue { |
38 | | - font-weight: 900; |
39 | | - color: #53A8DC; |
40 | | - } |
41 | | - .yellow { |
42 | | - font-weight: 900; |
43 | | - color: #F9D768; |
44 | | - } |
45 | | - .black { |
46 | | - font-size: 48px; |
47 | | - font-weight: bold; |
48 | | - } |
49 | | - .white { |
50 | | - color: #FFFFFF; |
51 | | - font-size: 36px; |
52 | | - font-weight: bold; |
53 | | - } |
54 | | - </style> |
55 | 34 | </head> |
56 | 35 |
|
57 | 36 | <body> |
|
62 | 41 | <div class="col-md-11 offset-0"> |
63 | 42 | <nav class="navbar navbar-light navbar-expand-md bg-faded justify-content-center"> |
64 | 43 | <div class="navbar navbar-header mr-auto"> |
65 | | - <a class="navbar-brand" href="#"><img src="{% static 'img/logo.jpg' %}"></a> |
| 44 | + <a class="navbar-brand" href="/#"><img src="{% static 'img/logo.jpg' %}"></a> |
66 | 45 | </div> |
67 | 46 | <ul class="nav navbar-nav ml-auto w-100 justify-content-end mb-5 pb-3"> |
| 47 | + <li><a class="btn btn-light btn-sm round" href="/#" role="button">Home</a></li> |
68 | 48 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">News</a></li>#} |
69 | 49 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">CFP</a></li>#} |
70 | 50 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">Sponsoring</a></li>#} |
|
75 | 55 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">FAQ</a></li>#} |
76 | 56 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">About</a></li>#} |
77 | 57 | {# <li><a class="btn btn-light btn-sm round" href="#" role="button">Contact</a></li>#} |
| 58 | + <li><a class="btn btn-light btn-sm round" href="/organizers" role="button">Organizers</a></li> |
78 | 59 | <li><a class="btn btn-light btn-sm round" href="/coc" role="button">CoC</a></li> |
79 | 60 | </ul> |
80 | 61 | </nav> |
|
0 commit comments