forked from marado/mp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
431 lines (391 loc) · 27.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>#changeme</title>
<!--
<meta name="description" content="Young people need a real copyright reform – now!">
-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:image" content="https://static.copyfighters.eu/favicon.ed3fd3247dc9.png" />
<!--
<meta property="og:title" content="Young people need a real copyright reform – now!">
<meta property="og:type" content="website">
<meta property="og:url" content="https://copyfighters.eu/">
-->
<link rel="apple-touch-icon" href="https://static.copyfighters.eu/favicon.ed3fd3247dc9.png">
<link rel="icon" href="https://static.copyfighters.eu/favicon.ed3fd3247dc9.png" sizes="196x196" type="image/png">
<link rel="stylesheet" href="https://static.copyfighters.eu/css/main.b7b043dadd1c.css">
<link rel="stylesheet" href="main.override.css">
<!--[if lt IE 9]>
<script src="https://static.copyfighters.eu/js/ie.7ae5470c9b7c.js"></script>
<![endif]-->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="index-background-container">
<div id="index-header-background"> </div>
<div id="index-header-portraits"> </div>
<div class="container-fluid header-nav">
<nav class="navbar navbar-expand-md navbar-light">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#header-nav-sub" aria-controls="header-nav-sub" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href=".">#changeme</a>
<span class="navbar-text">There's a tagline that goes here</span>
<div class="collapse navbar-collapse" id="header-nav-sub">
<!-- if we need more pages, this is what we need to uncomment:
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href=".">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./toolkit/">Toolkit</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./references/">References</a>
</li>
</ul>
-->
<!--
<ul class="navbar-nav navbar-right">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-globe" aria-hidden="true"></i> English <span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="nav-item"><a class="nav-link" href="/i18n/setlang/en/">
English
</a></li>
<li class="nav-item"><a class="nav-link" href="/i18n/setlang/de/">
Deutsch
</a></li>
</ul>
</li>
</ul>
-->
</div>
</nav>
</div>
<div class="container-fluid area area-index-header">
<div class="row">
<div class="col">
<h1 id="main-title">
<span id="main-title-strings"><p>Witty tagline <span>must</span> replace this text.</p></span>
<span id="main-title-container"></span>
</h1>
</div>
</div>
<div class="row">
<div class="col-lg-5 text-justify">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<p>It has survived not only <b>five centuries</b>, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p><b>Lorem Ipsum is the best!</b></p>
</div>
<div class="col-lg-7">
<div class="embed-responsive embed-responsive-16by9">
<img class="embed-responsive-item" src="http://vkwins.com/wp-content/uploads/2017/10/Lorem-Ipsum.jpg" alt="Lorem Ipsum!"/>
<!--
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/m8YWC_wj9g4" allowfullscreen title="Youtube video"></iframe>
-->
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid area area-1">
<div class="row align-items-center">
<div class="col-md-6">
<a href="#take-action"><i class="fa fa-caret-right" aria-hidden="true"></i> How you can take action </a></span>
</div>
<div class="col-md-6 follow-social-media">
Follow us <a href="https://facebook.com/direitosdigitais" target="_blank" class="follow-facebook"><i class="fa fa-facebook" aria-hidden="true"></i> Facebook</a><a href="https://twitter.com/direitosdig" target="_blank" class="follow-twitter"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a>
</div>
</div>
</div>
<div class="container-fluid area area-2">
<div class="row">
<div class="col">
<h2>Our proposals</h2>
<p>Loves or pursues or desires to obtain pain of itself, because it is pain, but occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?</p>
</div>
</div>
<div class="row positions">
<div class="col-md-4 position">
<i class="fa fa-globe" aria-hidden="true"></i>
<h4>This is a problem</h4>
<p class="position-text">Bla bla bla, here we describe one of the problems or things that we would like to be solved. With prejudice. I mean, not, but since this is just placeholder text, let's pretend it is.</p>
<p class="position-text">← Back</p>
</div>
<div class="col-md-4 position">
<i class="fa fa-youtube-play" aria-hidden="true"></i>
<h4>Oh look, another issue</h4>
<p class="position-text">Here I will paste lorem ipsum once again, because we love it. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="position-text">← Back</p>
</div>
<div class="col-md-4 position">
<i class="fa fa-refresh" aria-hidden="true"></i>
<h4>There's also this</h4>
<p class="position-text">We can also have two paragraphs, or more. For instance, this is the first one. The second, no surprise, is Lorem Ipsum.</p>
<p class="position-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p class="position-text">← Back</p>
</div>
<div class="col-md-4 position">
<i class="fa fa-filter" aria-hidden="true"></i>
<h4>Maybe not a problem but a suggestion</h4>
<p class="position-text">And what if we had not only text and stuff like that around this webpage, but also things like fancy bullet points?</p>
<ul class="position-text">
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
<li>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
</ul>
<p class="position-text">← Back</p>
</div>
<div class="col-md-4 position">
<i class="fa fa-recycle" aria-hidden="true"></i>
<h4>Please, make it stop</h4>
<p class="position-text">This is an example of something different, but the same. Here we have different paragraphs, but also bullet points. Because of reasons, of course.</p>
<p class="position-text">And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.</p>
<p class="position-text">And God saw the light, that it was good: and God divided the light from the darkness.</p>
<ul class="position-text">
<li>Lorem Ipsum is the best.</li>
<li>Yes, those are quotes from the Holy Bible.</li>
<li>No, the Holy Bible and Lorem Ipsum aren't the same thing.</li>
<li>I just used the bible 'cause it's something else I could copy paste.</li>
</ul>
<p class="position-text">← Back</p>
</div>
<div class="col-md-4 position">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<h4>This is the last, I guess</h4>
<p class="position-text">We think that Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p class="position-text">We know that Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<p class="position-text">← Back</p>
</div>
</div>
<div class="row">
<div class="col">
<p class="position-ignored"><b>Unfortunately, bad stuff happens.</b> Our criticism needs to be heard and hasn't been, or our suggestions should be taken into account, or whatever else. There's something, a reason to do things different, a reason why we are creating this website, but here is where <b>we need to state what it is or whatevers</b>, that lorem ipsum is the best or, well, something and other.</p>
</div>
</div>
</div>
<div class="container-fluid area area-3">
<div class="row">
<div class="col">
<h2>Current issues</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 issue1-intro">
<h3>#1: The first issue, unsurprisingly</h3>
<p>This section is actually pretty much like the previous one, and can be used for more or less the same purpose. We can use both or just one of them, depending on how we want to do it, and maybe the number of items we have, since the previous one looks really good with six items, and this one with three, so numbers are important if we don't want the need to improvise much... One other difference too is that this section has a link button after each item, and the text of the three are already displayed, instead of having to click on each.</p>
<p>
<a class="btn btn-default show-details" role="button">Why is this problematic?</a>
<a class="btn btn-default hide-details" role="button">← Back</a>
</p>
</div>
<div class="col-md-4 issue2-intro">
<h3>#2: And there's the second</h3>
<p>This section is actually pretty much like the previous one, and can be used for more or less the same purpose. We can use both or just one of them, depending on how we want to do it, and maybe the number of items we have, since the previous one looks really good with six items, and this one with three, so numbers are important if we don't want the need to improvise much...</p>
<p>
<a class="btn btn-default show-details" role="button">Why is this problematic?</a>
<a class="btn btn-default hide-details" role="button">← Back</a>
</p>
</div>
<div class="col-md-4 issue3-intro">
<h3>#3: There's no two without a third</h3>
<p>Different sections can and will have different lengths, without an issue, as you can see. This section is actually pretty much like the previous one, and can be used for more or less the same purpose. We can use both or just one of them, depending on how we want to do it, and maybe the number of items we have, since the previous one looks really good with six items, and this one with three, so numbers are important if we don't want the need to improvise much... One other difference too is that this section has a link button after each item, and the text of the three are already displayed, instead of having to click on each.</p>
<p>
<a class="btn btn-default show-details" role="button">Why is this important?</a>
<a class="btn btn-default hide-details" role="button">← Back</a>
</p>
</div>
<div class="col-md-8 issue1-description">
<h4>What was the problem?</h4>
<p>The reason behind this proposal was to remedy the so-called “value gap”. The value gap is the disparity between the large revenues of large online platforms such as Google and Facebook, and the low revenues of press publishers. It was intended as a way of redistributing Google’s revenues to small publishers. The reality is far less straightforward: the resulting proposal will not only fail to redistribute Google’s revenues to those who need it, but it will also hamper our ability as online users to engage with one another on the internet.</p>
<h4>Here’s why the Commission’s proposal won’t solve the problem</h4>
<p>No. The European Commission’s proposal will have a series of very negative impacts on the free and open Internet which we all use every day:</p>
<ul>
<li>In Spain where a snippet levy is in place, Google has not paid a share of their advertisement-based revenues to news publishers. Instead, it has simply stopped publishing links to Spanish publishers. It is likely that other social networks will limit their users’ ability to share such links if this Directive comes into effect, thus threatening our freedom of information and limiting our right to be informed</li>
<li>News publishers will have the right to sue individual website owners and to ask for licence fees whenever their links are being shared, hindering the ability of individuals to share new ideas and important information.</li>
<li>Advertisement-based clickbait and low-quality news providers which do not charge to share their links could prosper to the detriment of more reputable news sources.</li>
<li>This will have a negative impact on competition and innovation: European start-ups will be unable to pay for link snippets, and thus will either be unable to compete with existing platform monopolies such as Google or Facebook or will need to launch outside of the European Union.</li>
</ul>
<h4>The proposal needs urgent amendment or deletion, and we need your help to ensure that happens. Join the Copyfight!</h4>
<a class="btn btn-default" href="/references/" role="button">Additional Resources »</a>
</div>
<div class="col-md-8 issue2-description">
<h3>Unless we take urgent action our ability to post content on the internet will be limited by a censorship machine</h3>
<h4>What was the problem?</h4>
<p>The Internet empowers everyone to become a content creator and to have their voices heard around the world. The problem is that some of the content uploaded on the Internet infringes the copyright of other content creators. The Proposal is trying to address copyright infringement on the Internet, but addresses it in a way that hampers the way the Internet has been functioning so far by asking platforms to put in place costly and opaque solutions to pre-screen our content.</p>
<h4>The proposal is problematic…</h4>
<p>If you have ever uploaded content to social media, or watched a creative video someone else uploaded, this proposed reform could affect you. This proposal would require intermediaries such as Facebook and YouTube to constantly police their platforms with censorship machines, often with no human element involved in the process. These mechanisms will be expensive to implement. They will make it harder for European start-ups to grow, and for individuals to understand how their content is being manipulated.</p>
<h4>Will the proposal fix the problem?</h4>
<p>No. The proposed censorship machines are a disproportionate and ineffective ‘solution’ to the problem. We know this, because in the case of SABAM v Netlog, the Court of Justice of the European Union ruled social networks and other web hosting providers cannot be required to monitor and filter activities that occur on their sites to prevent copyright infringement. This would be a breach of freedom of expression and of privacy (CJEU C-360/10).</p>
<h4>Fight with us against the requirement for large and small websites to put in place automated censorship systems. Join the Copyfight!</h4>
<a class="btn btn-default" href="/references/" role="button">Additional Resources »</a>
</div>
<div class="col-md-8 issue3-description">
<h3>Unless we take urgent action our innocent remixes and user-generated content will keep infringing copyright</h3>
<h4>Claiming back our culture…</h4>
<p>Most memes, reaction gifs, remixes and many other types of user-generated content are currently in breach of copyright rules. The Directive, as proposed, contains no exceptions to make them legal. Our culture is changing, we are no longer mere recipients of content but also creators of new meaning and we want to engage in those practices legally.</p>
<h4>Help us add a user-generated content exception to the EU Directive to enable our online culture to flourish! Join the Copyfight!</h4>
<a class="btn btn-default" href="/references/" role="button">Additional Resources »</a>
</div>
</div>
</div>
<div class="container-fluid area area-4">
<div class="row">
<div class="col">
<h2 id="take-action">Take Action<h2>
</div>
</div>
<div class="row">
<div class="col-md-4 share-specific">
<h3>#1: Share our message</h3>
<p>Share our message with your friends on social media and make them aware of the ongoing reform.</p>
<p class="statements">
<span class="statement-prev"><i class="fa fa-angle-left fa-lg" aria-hidden="true"></i></span>
<span class="statement1">No to the new link tax! #copyfighters #fixcopyright</span>
<span class="statement2">No to censorship filtering on the Internet! #copyfighters #fixcopyright</span>
<span class="statement3">We <3 memes and remixes – make them legal now! #copyfighters #fixcopyright</span>
<span class="statement-next"><i class="fa fa-angle-right fa-lg" aria-hidden="true"></i></span>
</p>
<p class="text-center">
<a class="share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fcopyfighters.eu"e=No%20to%20the%20new%20link%20tax!%20%23copyfighters%20%23fixcopyright" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
<a class="share-twitter" href="https://twitter.com/home?status=No%20to%20the%20new%20link%20tax!%20%23copyfighters%20%23fixcopyright%20https%3A%2F%2Fcopyfighters.eu" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</p>
</div>
<div class="col-md-4">
<h3>#2: Sign the petition</h3>
<p>Sign the <a href="https://savecodeshare.eu/" target="_blank">Open Letter of the Save Code Share campaign</a> of the Free Software Foundation or the <a href="https://savethelink.org/" target="_blank">petition of the save the link campaign</a> of OpenMedia.</p>
</div>
<div class="col-md-4">
<h3>#3: Call your representative</h3>
<p>Call a Member of the European Parliament using the <a href="https://changecopyright.org/" target="_blank">calling website</a> of Mozilla or the <a href="https://savethememe.net/" target="_blank">Save the meme! website</a> of Bits Of Freedom and epicenter.works.</p>
</div>
</div>
</div>
<div class="container-fluid area area-5">
<div class="row">
<div class="col">
<p class="position-ignored">During all of 2017 we have been working hard to <b>formulate the voice of the European youth on copyright issues</b>. We organized discussions, workshops, hackathons and summer camps with <b>more than 100 participants from over 25 European countries</b> to come up with our ideas and proposals. Follow us on <b><a href="https://facebook.com/direitosdigitais" target="_blank">Facebook</a></b> and <b><a href="https://twitter.com/direitosdig" target="_blank">Twitter</a></b> to stay up-to-date on <b>all Copyfighters events and activities</b>, as well as the copyright reform in the European Union.</p>
</div>
</div>
<div class="row">
<div class="col text-center">
<img src="https://static.copyfighters.eu/img/crowd.b8f22748cded.jpg" alt="Copyfighters at work" />
</div>
</div>
</div>
<div class="container-fluid area area-6 share-general">
<div class="row">
<div class="col">
<h2>Spread the word</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<p class="statement">
NO to the current EU reform on copyright, YES to better copyright laws and exceptions. #copyfighters #fixcopyright
</p>
<p class="text-center">
<a class="share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fcopyfighters.eu"e=NO%20to%20the%20current%20EU%20reform%20on%20copyright%2C%20YES%20to%20better%20copyright%20laws%20and%20exceptions.%20%23copyfighters%20%23fixcopyright" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
<a class="share-twitter" href="https://twitter.com/home?status=NO%20to%20the%20current%20EU%20reform%20on%20copyright%2C%20YES%20to%20better%20copyright%20laws%20and%20exceptions.%20%23copyfighters%20%23fixcopyright" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</p>
</div>
<div class="col-md-4">
<p class="statement">
We are #copyfighters and want a free and open Internet. #fixcopyright
</p>
<p class="text-center">
<a class="share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fcopyfighters.eu"e=We%20are%20%23copyfighters%20and%20want%20a%20free%20and%20open%20Internet.%20%23fixcopyright" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
<a class="share-twitter" href="https://twitter.com/home?status=We%20are%20%23copyfighters%20and%20want%20a%20free%20and%20open%20Internet.%20%23fixcopyright" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</p>
</div>
<div class="col-md-4">
<p class="statement">
NO to more copyright in the Digital Single Market. YES To better copyright. YES to harmonisation. #copyfighters #fixcopyright
</p>
<p class="text-center">
<a class="share-facebook" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fcopyfighters.eu"e=NO%20to%20more%20copyright%20in%20the%20Digital%20Single%20Market.%20YES%20To%20better%20copyright.%20YES%20to%20harmonisation.%20%23Copyfighters%20%23fixcopyright" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i> Facebook
</a>
<a class="share-twitter" href="https://twitter.com/home?status=NO%20to%20more%20copyright%20in%20the%20Digital%20Single%20Market.%20YES%20To%20better%20copyright.%20YES%20to%20harmonisation.%20%23Copyfighters%20%23fixcopyright" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"></i> Twitter
</a>
</p>
</div>
</div>
</div>
<div class="container-fluid footer">
<div class="row area">
<div class="col">
<p>
Crafted with ❤ by young people from all over Europe with the support of <a href='https://beyonddivision.eu'>europe beyond division</a>, <a href='https://young-pirates.eu'>YPE</a> and the European Youth Foundation of the Council of Europe. Hosting and technical infrastructure provided by <a href='https://fnordserver.eu'>fnordserver</a>. This page is open source, <a href='https://github.com/marado/mp' rel='nofollow'>fork it on github</a>!
<!--
<form action="/i18n/setlang/" method="post"><input type='hidden' name='csrfmiddlewaretoken' value='x8d3CzlpjfNCSchrwGDjQ2218UhSrOFs7gA1B233S23PuhhFjsaxot1L1eGfZDBN' />
<input name="next" type="hidden" value="" />
<select name="language" onchange="this.form.submit()">
<option value="en" selected>
English
</option>
<option value="de">
Deutsch
</option>
</select>
</form>
-->
</p>
<p>
<a href="/toolkit/">Toolkit</a> |
<a href="/references/">References</a> |
<a href="/imprint/">Imprint</a> |
<a href="/privacy/">Privacy</a>
</p>
</div>
<div class="col-12 col-md-auto logos text-center">
<a href='https://eyf.coe.int' rel='nofollow'>
<img src="https://static.copyfighters.eu/img/logo-eyf-nb-01.abbc4691bbe2.png" alt="Logo of European Youth Foundation" />
</a>
<a href='https://www.coe.int' rel='nofollow'>
<img src="https://static.copyfighters.eu/img/COE-Logo-Fil-negatif.8d3b3c3485ec.png" alt="Logo of Council of Europe" />
</a>
</div>
</div>
</div>
<script src="https://static.copyfighters.eu/js/bundle.5abd3419eb8a.js"></script>
<!--
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.fnordserver.eu/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '27']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//stats.fnordserver.eu/piwik.php?idsite=27&rec=1" style="border:0;" alt="" /></p></noscript>
-->
</body>
</html>