forked from om/chatcontrol_dk
86 lines
2.9 KiB
HTML
86 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Chat Control: Your private messages will be scanned!</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" type="text/css" href="../style.css" />
|
|
</head>
|
|
<body>
|
|
<div style="width: 100%"><!-- center content -->
|
|
<div id="content">
|
|
|
|
<div id="language_choice">
|
|
<a href="../en/"><img src="../img/english.svg"
|
|
alt="english language"
|
|
height="28" /></a>
|
|
<a href="../da/"><img src="../img/dansk.svg"
|
|
alt="dansk sprog"
|
|
height="28" /></a>
|
|
</div>
|
|
|
|
<h1><div class="besked">Chat Control: Your private messages will be scanned</div></h1>
|
|
|
|
<p>
|
|
The EU commission has proposed a new law to protect children against abuse😇.
|
|
The cause is good, but the law itself is bad🤔, because it requires that
|
|
online services with messaging functionality have to be surveilled🧐
|
|
if there is a possibility for children👶 to use the service
|
|
or if users could potentially use the service to exchange child abuse material📲.
|
|
This will affect many communication services
|
|
and it will mean that <em>your</em> communication will be scanned📳,
|
|
because all users of regular communication services
|
|
will be treated as suspects for child abuse👮.
|
|
</p>
|
|
|
|
<div id="app-area"><!-- two columns -->
|
|
<div id="phone_frame">
|
|
<div style="background-image: url(../img/phone_frame.svg)">
|
|
<object id="movie"
|
|
data="../img/chatapp.svg?lang=en"
|
|
type="image/svg+xml"></object>
|
|
<div style="min-height: 102px"></div><!-- spacer -->
|
|
</div>
|
|
</div>
|
|
<div id="movie-sidetext">
|
|
<p>
|
|
Learn more about Chat Control and why it is a bad idea by watching our
|
|
interactive film on the left.
|
|
</p>
|
|
<p>
|
|
<svg version="1.1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="20"
|
|
height="40"
|
|
viewBox="0 0 20 40">
|
|
<polyline points="0,20 20,0 20,40"
|
|
fill="#0084FF"
|
|
onclick="swipe_viewport()" />
|
|
</svg>
|
|
You can use the blue arrow to open the contact list
|
|
</p>
|
|
</div>
|
|
</div><!-- end #app-area -->
|
|
|
|
<p>
|
|
Whan can be done against this proposed law?😇
|
|
It is important that more people know about it📣.
|
|
Share the link to this page!
|
|
Chat with others about it and talk with
|
|
<a href="https://www.europarl.europa.eu/meps/en/full-list">your representatives in the European Parliament</a>🇪🇺
|
|
about it (or write a nice e-mail to them).
|
|
It is important that there is a public discussion about this topic🗨,
|
|
so that politicians realise that the law is a bad idea🙀
|
|
even though this is for a good cause😾
|
|
</p>
|
|
|
|
</div><!-- end #content -->
|
|
</div><!-- end center content -->
|
|
<script>
|
|
function swipe_viewport() {
|
|
document.getElementById('movie').contentDocument.getElementById('to_contact_list_button').onclick();
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|