add english language

and links to switch the language of the main page
This commit is contained in:
om 2022-09-22 21:03:29 +02:00
parent 5bba2c2bf9
commit 3a9c40b1e5
4 changed files with 82 additions and 0 deletions

View File

@ -7,6 +7,16 @@
<link rel="stylesheet" type="text/css" href="../style.css" />
</head>
<body>
<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><span class="besked">ChatControl: Dine private beskeder skal overvågnes</span></h1>
<p>

55
en/index.html Normal file
View File

@ -0,0 +1,55 @@
<!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 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><span class="besked">Chat Control: Your private messages will be scanned</span></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">
<object id="movie" data="../img/chatapp.svg" type="image/svg+xml"></object>
<p id="movie-sidetext">
Learn more about Chat Control and why it is a bad idea by watching our
interactive film on the left.
</p>
</div>
<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>
</body>
</html>

1
img/dansk.svg Normal file
View File

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 37 28"><path fill="#c8102e" d="M0,0H37V28H0Z"/><path fill="#fff" d="M0,12H12V0H16V12H37V16H16V28H12V16H0Z"/></svg>

After

Width:  |  Height:  |  Size: 206 B

16
img/english.svg Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 30" width="1200" height="600">
<clipPath id="s">
<path d="M0,0 v30 h60 v-30 z"/>
</clipPath>
<clipPath id="t">
<path d="M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z"/>
</clipPath>
<g clip-path="url(#s)">
<path d="M0,0 v30 h60 v-30 z" fill="#012169"/>
<path d="M0,0 L60,30 M60,0 L0,30" stroke="#fff" stroke-width="6"/>
<path d="M0,0 L60,30 M60,0 L0,30" clip-path="url(#t)" stroke="#C8102E" stroke-width="4"/>
<path d="M30,0 v30 M0,15 h60" stroke="#fff" stroke-width="10"/>
<path d="M30,0 v30 M0,15 h60" stroke="#C8102E" stroke-width="6"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 672 B