Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit c1612e8

Browse files
author
Oana Sipos
committed
Update date for this year: 15-23 October 2016.
1 parent 354b2d9 commit c1612e8

File tree

3 files changed

+142
-142
lines changed

3 files changed

+142
-142
lines changed

web/templates/base.html

+91-91
Original file line numberDiff line numberDiff line change
@@ -4,110 +4,110 @@
44
<!DOCTYPE html>
55
<html dir="ltr" lang="en" class="no-js" >
66
<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>
5454
</head>
5555

5656

5757
<body class="stretched no-transition">
5858

59-
<!-- Document Wrapper -->
60-
<div id="wrapper" class="clearfix">
59+
<!-- Document Wrapper -->
60+
<div id="wrapper" class="clearfix">
6161

62-
{% block main_navigation %}
63-
{% include 'layout/top_navigation.html' %}
64-
{% endblock %}
62+
{% block main_navigation %}
63+
{% include 'layout/top_navigation.html' %}
64+
{% endblock %}
6565

66-
{% block messages %}
67-
{% include 'layout/messages.html' %}
68-
{% endblock messages %}
66+
{% block messages %}
67+
{% include 'layout/messages.html' %}
68+
{% endblock messages %}
6969

70-
{% block content %} {% endblock content %}
70+
{% block content %} {% endblock content %}
7171

72-
</div>
72+
</div>
7373

74-
{% include 'layout/footer.html' %}
74+
{% include 'layout/footer.html' %}
7575

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>
7979
<script type="text/javascript" src="http://codeweekeu.s3.amazonaws.com/assets/js/functions.js"></script>
80-
{% compress js %}
80+
{% compress js %}
8181
<!-- 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>
8484
-->
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 -->
112112
</body>
113113
</html>

web/templates/min.html

+48-48
Original file line numberDiff line numberDiff line change
@@ -3,75 +3,75 @@
33
<!DOCTYPE html>
44
<html dir="ltr" lang="en" class="no-js" >
55
<head>
6-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9-
10-
<!-- Favicon -->
11-
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}" type="image/x-icon">
12-
<link rel="icon" href="{% static "img/favicon.ico" %}" type="image/x-icon">
13-
14-
<!-- Stylesheets -->
15-
{% compress css %}
16-
<link href="{% static 'scss/style.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" />
17-
{% block custom_css %}{% endblock %}
18-
{% endcompress %}
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
9+
10+
<!-- Favicon -->
11+
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}" type="image/x-icon">
12+
<link rel="icon" href="{% static "img/favicon.ico" %}" type="image/x-icon">
13+
14+
<!-- Stylesheets -->
15+
{% compress css %}
16+
<link href="{% static 'scss/style.scss' %}" media="screen" rel="stylesheet" type="text/x-scss" />
17+
{% block custom_css %}{% endblock %}
18+
{% endcompress %}
1919
<link rel="stylesheet" href="{% static 'css/font-icons.css' %}" type="text/css" />
2020

21-
<!--[if lt IE 9]>
22-
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
23-
<![endif]-->
21+
<!--[if lt IE 9]>
22+
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
23+
<![endif]-->
24+
2425

25-
2626
<link href="{% static 'css/custom.css' %}" media="screen" rel="stylesheet" />
2727

2828

2929

30-
<!-- Title, keywords, description -->
31-
<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." />
32-
<meta property="og:image" content="/img/codeweekEU-logo-600.png" />
33-
{% block social %}{% endblock %}
34-
<title>Europe Code Week {% block title %}{% endblock title %}</title>
30+
<!-- Title, keywords, description -->
31+
<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." />
32+
<meta property="og:image" content="/img/codeweekEU-logo-600.png" />
33+
{% block social %}{% endblock %}
34+
<title>Europe Code Week {% block title %}{% endblock title %}</title>
3535
</head>
3636

3737

3838
<body class="stretched no-transition">
3939

40-
<!-- Document Wrapper -->
41-
<div id="wrapper" class="clearfix">
40+
<!-- Document Wrapper -->
41+
<div id="wrapper" class="clearfix">
4242

4343

4444

45-
{% block content %} {% endblock content %}
45+
{% block content %} {% endblock content %}
4646

47-
</div>
47+
</div>
4848

4949

50-
<!-- Scripts -->
51-
<script type="text/javascript" src="{{ settings.THEME_ASSETS_BASE_URL }}js/jquery.js"></script>
52-
{% compress js %}
50+
<!-- Scripts -->
51+
<script type="text/javascript" src="{{ settings.THEME_ASSETS_BASE_URL }}js/jquery.js"></script>
52+
{% compress js %}
5353

5454

55-
{% endcompress %}
55+
{% endcompress %}
5656

57-
{% block custom_js %}{% endblock custom_js %}
57+
{% block custom_js %}{% endblock custom_js %}
5858

59-
<script type="text/javascript">
60-
(function (i, s, o, g, r, a, m) {
61-
i['GoogleAnalyticsObject'] = r;
62-
i[r] = i[r] || function () {
63-
(i[r].q = i[r].q || []).push(arguments)
64-
}, i[r].l = 1 * new Date();
65-
a = s.createElement(o),
66-
m = s.getElementsByTagName(o)[0];
67-
a.async = 1;
68-
a.src = g;
69-
m.parentNode.insertBefore(a, m)
70-
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
71-
ga('create', 'UA-49168926-1', 'codeweek.eu');
72-
ga('require', 'displayfeatures');
73-
ga('send', 'pageview');
74-
</script>
75-
<!-- End Scripts -->
59+
<script type="text/javascript">
60+
(function (i, s, o, g, r, a, m) {
61+
i['GoogleAnalyticsObject'] = r;
62+
i[r] = i[r] || function () {
63+
(i[r].q = i[r].q || []).push(arguments)
64+
}, i[r].l = 1 * new Date();
65+
a = s.createElement(o),
66+
m = s.getElementsByTagName(o)[0];
67+
a.async = 1;
68+
a.src = g;
69+
m.parentNode.insertBefore(a, m)
70+
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
71+
ga('create', 'UA-49168926-1', 'codeweek.eu');
72+
ga('require', 'displayfeatures');
73+
ga('send', 'pageview');
74+
</script>
75+
<!-- End Scripts -->
7676
</body>
7777
</html>

web/templates/pages/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
{% block title %}- Map of Events{% endblock title %}
66

77
{% block social %}
8-
<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." />
8+
<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." />
99

1010
<meta property="og:title" content="Europe Code Week" />
1111
<meta property="og:type" content="website" />
1212
<meta property="og:image" content="http://events.codeweek.eu/static/img/social_default_picture.png" />
1313
<meta property="og:url" content="http://codeweek.eu" />
14-
<meta property="og: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." />
14+
<meta property="og: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." />
1515

1616
<meta name="twitter:card" content="summary" />
1717
<meta name="twitter:url" content="http://codeweek.eu" />
1818
<meta name="twitter:title" content="Europe Code Week" />
19-
<meta name="twitter:description" content="October 10 - 18, 2015: a week to celebrate coding in Europe" />
19+
<meta name="twitter:description" content="October 15 - 23, 2016: a week to celebrate coding in Europe" />
2020
{% endblock social %}
2121

2222

0 commit comments

Comments
 (0)