This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathindex.html
126 lines (85 loc) · 6.76 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: page
title: About EU Code Week
---
<p>In 2018 EU Code Week will take place between <strong>6 and 21 October</strong>.</p>
<p>EU Code Week is a grass-roots movement that celebrates creating with code. The idea is to make programming more visible, to show young, adults and elderly how you bring ideas to life with code, to demystify these skills and bring motivated people together to learn. The initiative was launched in 2013 by the Young Advisors for the Digital Agenda Europe.</p>
<p>EU Code Week is run by volunteers. One, or several, <a href="http://events.codeweek.eu/ambassadors">Code Week Ambassadors</a> coordinate the initiative in their countries, but everyone can organise their own code event and add it to the <a href="http://codeweek.eu">codeweek.eu</a> map. </p>
<p>In 2016, nearly a million people in more than 50 countries around the world took part in EU Code Week. If your country is not involved yet, you can organise events and put it on the <a href="http://events.codeweek.eu">map</a> or <a href="mailto:[email protected]">volunteer</a> as a Code Week ambassador.</p>
<p>As part of its strategy for a <a href="http://ec.europa.eu/priorities/digital-single-market/">Digital Single Market</a>, the European Commission supports EU Code Week and other independent initiatives which aim to boost digital skills, including programming, for different target groups. In June 2016 the Commission adopted the <a href="http://europa.eu/rapid/press-release_IP-16-2039_en.htm">New Skills Agenda Europe</a>, which addresses digital skills across 10 concrete actions. One of the actions is the <a href="https://ec.europa.eu/digital-single-market/en/digital-skills-jobs-coalition">Digital Skills and Jobs Coalition</a>, which brings together regional and national authorities, businesses, non-profit organisations, education providers and social partners who commit to take action to increase digital skills in Europe. The <a href="https://ec.europa.eu/digital-single-market/en/national-local-coalitions">National Digital Skills and Jobs Coalitions</a> are often involved in EU Code Week.</p>
<p>Alessandro Bogliolo, coordinator of the EU Code Week team of 90 volunteers said:</p>
<blockquote><p>"From the beginning of time we did many things using stone, iron, paper and pencil that have transformed our lives. Now we live in a different era where our world is moulded in code. Different eras have different jobs and skills demand. During Code Week we want to give every European the opportunity to discover coding and have fun with it. Let’s learn coding to shape our future".</p></blockquote>
<h2>Why coding?</h2>
<p>It's about Pia, who felt like she had to study law, even though she always enjoyed maths and playing with computers. It's about Mark, who has the idea for a better social network, but can't build it on his own. It's about Alice, who dreams about making robots because her parents don't allow her to have a cat.</p>
<p>It's about Karl, who's bored of his career in marketing and wants a new challenge and his colleague, Mila, a project manager who just can't seem to speak the same language as software developers on the project. It's about Linda, who wants to start her own company, it's about Leo, a talented designer, who wants to show his clients how his design really works, not just looks like. We're sure you've heard many stories like these.</p>
<p>It's about those of you who are already helping these dreams come true.</p>
<p>Actually, it's about all of us. Our future. Technology is shaping our lives, but we're letting a minority decide what and how we use it for. We can do better than just sharing and liking stuff. We can bring our crazy ideas to life, build things that will bring joy to others.</p>
<p>It's never been easier to make your own app, build your own robot, or invent flying cars, why not! It's not an easy journey, but it's a journey full of creative challenges, a supportive community, and tons of fun. Are you ready to accept the challenge and become a <strong>maker</strong>?</p>
<p>Join Europe Code Week by <a href="http://events.codeweek.eu/guide/">organising a coding event</a> in your town or help us spread the vision of Code Week as an <a href="http://events.codeweek.eu/ambassadors/">EU Code Week Ambassador</a> for your country!</p>
<h2>Code Week in numbers</h2>
<div class="content-wrap">
<div class="container clearfix">
<div class="col_half" id="PeopleChart" style="opacity: 0;">
<h3 class="center">People</h3>
<canvas id="PeopleChartCanvas" width="547" height="300"></canvas>
</div>
<div class="col_half col_last" id="EventsChart" style="opacity: 0;">
<h3 class="center">Coding events</h3>
<canvas id="EventsChartCanvas" width="547" height="300"></canvas>
</div>
</div>
<div class="container clearfix">
<h3 class="center">Countries</h3>
<ul class="list-group col_half">
<li class="list-group-item">
<span class="badge">50</span>
<strong>2016 - </strong>In Europe, Africa, Asia, Australia, and the US
</li>
<li class="list-group-item">
<span class="badge">46</span>
<strong>2015 - </strong>In Europe, Africa, Asia, Australia, and the US
</li>
<li class="list-group-item">
<span class="badge">36</span>
<strong>2014 - </strong>In Europe and beyond
</li>
<li class="list-group-item">
<span class="badge">26</span>
<strong>2013 - </strong>European countries
</li>
</ul>
</div>
</div>
<script type="text/javascript">
jQuery(window).load( function(){
var peopleChartData = {
labels : ["2013","2014","2015","2016"],
datasets : [
{
fillColor : "rgba(60, 161, 206, 0.61)",
strokeColor : "rgba(220,220,220,1)",
data : [10000,150000,570000,968000]
}
]
};
var EventsChartData = {
labels : ["2013","2014","2015","2016"],
datasets : [
{
fillColor : "rgba(214, 141, 24, 0.71)",
strokeColor : "rgba(220,220,220,1)",
data : [3000,4200,7600, 23000]
}
]
};
var globalGraphSettings = {animation : Modernizr.canvas};
function showBarChart(){
var ctx = document.getElementById("PeopleChartCanvas").getContext("2d");
new Chart(ctx).Bar(peopleChartData,globalGraphSettings);
var ctx2 = document.getElementById("EventsChartCanvas").getContext("2d");
new Chart(ctx2).Bar(EventsChartData,globalGraphSettings);
}
$('#PeopleChart').appear( function(){ $(this).css({ opacity: 1 }); setTimeout(showBarChart,300); },{accX: 0, accY: -155},'easeInCubic');
$('#EventsChart').appear( function(){ $(this).css({ opacity: 1 }); setTimeout(showBarChart,300); },{accX: 0, accY: -155},'easeInCubic');
});
</script>