|
4 | 4 | <!DOCTYPE html>
|
5 | 5 | <html dir="ltr" lang="en" class="no-js" >
|
6 | 6 | <head>
|
7 |
| - <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
8 |
| - <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
9 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> |
10 |
| - |
11 |
| - <!-- Favicon --> |
12 |
| - <link rel="shortcut icon" href="{% static "img/favicon.ico" %}" type="image/x-icon"> |
13 |
| - <link rel="icon" href="{% static "img/favicon.ico" %}" type="image/x-icon"> |
14 |
| - |
15 |
| - <!-- TODO: check this --> |
16 |
| - <link rel="stylesheet" type="text/css" href="http://assets.cookieconsent.silktide.com/current/style.min.css" /> |
17 |
| - |
18 |
| - <!-- Custom font --> |
19 |
| - <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /> |
20 |
| - |
21 |
| - <!-- Stylesheets --> |
22 |
| - {% compress css %} |
23 |
| - <link href="{% static 'lib/bootstrap-sass/stylesheets/bootstrap.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
24 |
| - <link href="{% static 'scss/bootstrap-social.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
25 |
| - <link href="{% static 'scss/style.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
26 |
| - <link href="{% static 'css/cookiecuttr.css' %}" media="screen" rel="stylesheet" /> |
27 |
| - {% block custom_css %}{% endblock %} |
28 |
| - {% endcompress %} |
29 |
| - |
30 |
| - <!-- Theme stylesheets --> |
31 |
| - <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/style.css" type="text/css" /> |
32 |
| - <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/dark.css" type="text/css" /> |
33 |
| - <link rel="stylesheet" href="{% static 'css/font-icons.css' %}" type="text/css" /> |
34 |
| - <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/responsive.css" type="text/css" /> |
35 |
| - <link rel="stylesheet" href="{{ settings.THEME_ASSETS_BASE_URL }}stylesheets/customizations.css" type="text/css" /> |
36 |
| - <!--[if lt IE 9]> |
37 |
| - <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> |
38 |
| - <![endif]--> |
39 |
| - <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/colors.css" type="text/css" /> |
40 |
| - |
41 |
| - <!-- TODO: remove font-awesome? --> |
42 |
| - <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet"> |
43 |
| - |
44 |
| - <link href="{% static 'css/custom.css' %}" media="screen" rel="stylesheet" /> |
45 |
| - |
46 |
| - <!-- Early scripts; the rest are included at the end --> |
47 |
| - <script type="text/javascript" src="{% static 'js/modernizr.271.min.js' %}"></script> |
48 |
| - |
49 |
| - <!-- Title, keywords, description --> |
50 |
| - <meta name="description" content="October 10 - 18, 2015: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." /> |
51 |
| - <meta property="og:image" content="/img/codeweekEU-logo-600.png" /> |
52 |
| - {% block social %}{% endblock %} |
53 |
| - <title>Europe Code Week {% block title %}{% endblock title %}</title> |
| 7 | + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
| 8 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 9 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> |
| 10 | + |
| 11 | + <!-- Favicon --> |
| 12 | + <link rel="shortcut icon" href="{% static "img/favicon.ico" %}" type="image/x-icon"> |
| 13 | + <link rel="icon" href="{% static "img/favicon.ico" %}" type="image/x-icon"> |
| 14 | + |
| 15 | + <!-- TODO: check this --> |
| 16 | + <link rel="stylesheet" type="text/css" href="http://assets.cookieconsent.silktide.com/current/style.min.css" /> |
| 17 | + |
| 18 | + <!-- Custom font --> |
| 19 | + <link href="http://fonts.googleapis.com/css?family=Lato:300,400,400italic,600,700|Raleway:300,400,500,600,700|Crete+Round:400italic" rel="stylesheet" type="text/css" /> |
| 20 | + |
| 21 | + <!-- Stylesheets --> |
| 22 | + {% compress css %} |
| 23 | + <link href="{% static 'lib/bootstrap-sass/stylesheets/bootstrap.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
| 24 | + <link href="{% static 'scss/bootstrap-social.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
| 25 | + <link href="{% static 'scss/style.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" /> |
| 26 | + <link href="{% static 'css/cookiecuttr.css' %}" media="screen" rel="stylesheet" /> |
| 27 | + {% block custom_css %}{% endblock %} |
| 28 | + {% endcompress %} |
| 29 | + |
| 30 | + <!-- Theme stylesheets --> |
| 31 | + <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/style.css" type="text/css" /> |
| 32 | + <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/dark.css" type="text/css" /> |
| 33 | + <link rel="stylesheet" href="{% static 'css/font-icons.css' %}" type="text/css" /> |
| 34 | + <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/responsive.css" type="text/css" /> |
| 35 | + <link rel="stylesheet" href="{{ settings.THEME_ASSETS_BASE_URL }}stylesheets/customizations.css" type="text/css" /> |
| 36 | + <!--[if lt IE 9]> |
| 37 | + <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> |
| 38 | + <![endif]--> |
| 39 | + <link rel="stylesheet" href="http://codeweekeu.s3.amazonaws.com/assets/stylesheets/colors.css" type="text/css" /> |
| 40 | + |
| 41 | + <!-- TODO: remove font-awesome? --> |
| 42 | + <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet"> |
| 43 | + |
| 44 | + <link href="{% static 'css/custom.css' %}" media="screen" rel="stylesheet" /> |
| 45 | + |
| 46 | + <!-- Early scripts; the rest are included at the end --> |
| 47 | + <script type="text/javascript" src="{% static 'js/modernizr.271.min.js' %}"></script> |
| 48 | + |
| 49 | + <!-- Title, keywords, description --> |
| 50 | + <meta name="description" content="October 15 - 23, 2016: a week to celebrate coding in Europe, encouraging citizens to learn more about technology, and connecting communities and organizations who can help you learn coding." /> |
| 51 | + <meta property="og:image" content="/img/codeweekEU-logo-600.png" /> |
| 52 | + {% block social %}{% endblock %} |
| 53 | + <title>Europe Code Week {% block title %}{% endblock title %}</title> |
54 | 54 | </head>
|
55 | 55 |
|
56 | 56 |
|
57 | 57 | <body class="stretched no-transition">
|
58 | 58 |
|
59 |
| - <!-- Document Wrapper --> |
60 |
| - <div id="wrapper" class="clearfix"> |
| 59 | + <!-- Document Wrapper --> |
| 60 | + <div id="wrapper" class="clearfix"> |
61 | 61 |
|
62 |
| - {% block main_navigation %} |
63 |
| - {% include 'layout/top_navigation.html' %} |
64 |
| - {% endblock %} |
| 62 | + {% block main_navigation %} |
| 63 | + {% include 'layout/top_navigation.html' %} |
| 64 | + {% endblock %} |
65 | 65 |
|
66 |
| - {% block messages %} |
67 |
| - {% include 'layout/messages.html' %} |
68 |
| - {% endblock messages %} |
| 66 | + {% block messages %} |
| 67 | + {% include 'layout/messages.html' %} |
| 68 | + {% endblock messages %} |
69 | 69 |
|
70 |
| - {% block content %} {% endblock content %} |
| 70 | + {% block content %} {% endblock content %} |
71 | 71 |
|
72 |
| - </div> |
| 72 | + </div> |
73 | 73 |
|
74 |
| - {% include 'layout/footer.html' %} |
| 74 | + {% include 'layout/footer.html' %} |
75 | 75 |
|
76 |
| - <!-- Scripts --> |
77 |
| - <script type="text/javascript" src="{{ settings.THEME_ASSETS_BASE_URL }}js/jquery.js"></script> |
78 |
| - <script type="text/javascript" src="http://codeweekeu.s3.amazonaws.com/assets/js/plugins.js"></script> |
| 76 | + <!-- Scripts --> |
| 77 | + <script type="text/javascript" src="{{ settings.THEME_ASSETS_BASE_URL }}js/jquery.js"></script> |
| 78 | + <script type="text/javascript" src="http://codeweekeu.s3.amazonaws.com/assets/js/plugins.js"></script> |
79 | 79 | <script type="text/javascript" src="http://codeweekeu.s3.amazonaws.com/assets/js/functions.js"></script>
|
80 |
| - {% compress js %} |
| 80 | + {% compress js %} |
81 | 81 | <!-- joseihf: Dropdown doesn´t works
|
82 |
| - <script type="text/javascript" src="{% static 'lib/bootstrap-sass/javascripts/bootstrap/dropdown.js' %}"></script> |
83 |
| - <script type="text/javascript" src="{% static 'lib/bootstrap-sass/javascripts/bootstrap/collapse.js' %}"></script> |
| 82 | + <script type="text/javascript" src="{% static 'lib/bootstrap-sass/javascripts/bootstrap/dropdown.js' %}"></script> |
| 83 | + <script type="text/javascript" src="{% static 'lib/bootstrap-sass/javascripts/bootstrap/collapse.js' %}"></script> |
84 | 84 | -->
|
85 |
| - <script type="text/javascript" src="{% static 'js/jquery.cookie.js' %}"></script> |
86 |
| - <script type="text/javascript" src="{% static 'js/jquery.cookiecuttr.js' %}"></script> |
87 |
| - <script type="text/javascript" src="{% static 'js/base.js' %}"></script> |
88 |
| - <script type="text/javascript"> |
89 |
| - Codeweek.Base.init(); |
90 |
| - </script> |
91 |
| - {% endcompress %} |
92 |
| - |
93 |
| - {% block custom_js %}{% endblock custom_js %} |
94 |
| - |
95 |
| - <script type="text/javascript"> |
96 |
| - (function (i, s, o, g, r, a, m) { |
97 |
| - i['GoogleAnalyticsObject'] = r; |
98 |
| - i[r] = i[r] || function () { |
99 |
| - (i[r].q = i[r].q || []).push(arguments) |
100 |
| - }, i[r].l = 1 * new Date(); |
101 |
| - a = s.createElement(o), |
102 |
| - m = s.getElementsByTagName(o)[0]; |
103 |
| - a.async = 1; |
104 |
| - a.src = g; |
105 |
| - m.parentNode.insertBefore(a, m) |
106 |
| - })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); |
107 |
| - ga('create', 'UA-49168926-1', 'codeweek.eu'); |
108 |
| - ga('require', 'displayfeatures'); |
109 |
| - ga('send', 'pageview'); |
110 |
| - </script> |
111 |
| - <!-- End Scripts --> |
| 85 | + <script type="text/javascript" src="{% static 'js/jquery.cookie.js' %}"></script> |
| 86 | + <script type="text/javascript" src="{% static 'js/jquery.cookiecuttr.js' %}"></script> |
| 87 | + <script type="text/javascript" src="{% static 'js/base.js' %}"></script> |
| 88 | + <script type="text/javascript"> |
| 89 | + Codeweek.Base.init(); |
| 90 | + </script> |
| 91 | + {% endcompress %} |
| 92 | + |
| 93 | + {% block custom_js %}{% endblock custom_js %} |
| 94 | + |
| 95 | + <script type="text/javascript"> |
| 96 | + (function (i, s, o, g, r, a, m) { |
| 97 | + i['GoogleAnalyticsObject'] = r; |
| 98 | + i[r] = i[r] || function () { |
| 99 | + (i[r].q = i[r].q || []).push(arguments) |
| 100 | + }, i[r].l = 1 * new Date(); |
| 101 | + a = s.createElement(o), |
| 102 | + m = s.getElementsByTagName(o)[0]; |
| 103 | + a.async = 1; |
| 104 | + a.src = g; |
| 105 | + m.parentNode.insertBefore(a, m) |
| 106 | + })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); |
| 107 | + ga('create', 'UA-49168926-1', 'codeweek.eu'); |
| 108 | + ga('require', 'displayfeatures'); |
| 109 | + ga('send', 'pageview'); |
| 110 | + </script> |
| 111 | + <!-- End Scripts --> |
112 | 112 | </body>
|
113 | 113 | </html>
|
0 commit comments