diff --git a/da/index.html b/da/index.html index 5dc7c09..4dd8002 100644 --- a/da/index.html +++ b/da/index.html @@ -7,6 +7,8 @@ +
+
-

ChatControl: Dine private beskeder skal overvåges

+

ChatControl: Dine private beskeder skal overvåges

-EU-kommissionen har lavet et nyt lovforslag for at beskytte børn mod misbrug. -Formålet er godt, men loven er dårlig, fordi den kræver, at kommunikationstjenester -skal overvåges, hvis der er en mulighed for at børn -bruger dem, eller hvis der er en mulighed for at dele billeder af børnemisbrug. +EU-kommissionen har lavet et nyt lovforslag for at beskytte børn mod misbrug😇. +Formålet er godt, men loven er dårlig🤔, fordi den kræver, at kommunikationstjenester +skal overvåges🧐, hvis der er en mulighed for at børn👶 +bruger dem, eller hvis der er en mulighed for at dele billeder af børnemisbrug📲. Det vil påvirke langt de fleste chat tjenester og vil betyde at din kommunikation -vil blive overvåget, fordi alle brugere af almindelige kommunikationstjenster -vil være mistænkte for børnemisbrug. +vil blive overvåget📳, fordi alle brugere af almindelige kommunikationstjenster +vil være mistænkte for børnemisbrug👮.

-
- -

-Lær mere om ChatControllen og hvorfor det er en dårlig idé, i vores interaktive ChatControl film ude til venstre. -

+
+
+
+ +
+
+
+

+Lær mere om ChatControllen og hvorfor det er en dårlig idé, i vores interaktive ChatControl film ude til venstre. +

+

+ + + + Du kan bruge den blå pil for at åbne kontaktlisten +

+
+

-Hvad kan man så gøre imod lovforslaget? Det er vigtigt at folk bliver oplyste om det. +Hvad kan man så gøre imod lovforslaget?😇 Det er vigtigt at folk bliver oplyste om det📣. Del linket til denne side! Snak med andre om det og tal med -dine politikere i Europaparlamentet +dine politikere i Europaparlamentet🇪🇺 om det (eller skriv en venlig e-mail til dem). -Det er vigtigt at der er en offentlig diskussion om emnet og at politikere ved -at loven er en elendig idé - selvom tanken er god. +Det er vigtigt at der er en offentlig diskussion om emnet🗨 og at politikere ved +at loven er en elendig idé🙀 - selvom tanken er god😾.

Flere informationer

@@ -78,5 +101,12 @@ at loven er en elendig idé - selvom tanken er god. +
+
+ diff --git a/en/index.html b/en/index.html index 813bbb3..7eae49b 100644 --- a/en/index.html +++ b/en/index.html @@ -7,6 +7,8 @@ +
+
-

Chat Control: Your private messages will be scanned

+

Chat Control: Your private messages will be scanned

-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. +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 your communication will be scanned, +and it will mean that your communication will be scanned📳, because all users of regular communication services -will be treated as suspects for child abuse. +will be treated as suspects for child abuse👮.

-
- -

+

+
+
+ +
+
+
+
+

Learn more about Chat Control and why it is a bad idea by watching our interactive film on the left. -

+

+

+ + + + You can use the blue arrow to open the contact list +

+

-Whan can be done against this proposed law? -It is important that more people know about it. +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 -your representatives in the European Parliament +your representatives in the European Parliament🇪🇺 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. +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😾

More information

@@ -83,5 +106,12 @@ even though this is for a good cause. +
+
+ diff --git a/img/chatapp.svg b/img/chatapp.svg index 3c04f47..154b172 100644 --- a/img/chatapp.svg +++ b/img/chatapp.svg @@ -68,7 +68,9 @@ const typing_speed = 50; var conversation_count = 0; var current_dialog = null; -var current_language = "da"; + +var current_language = new URLSearchParams(location.search).get('lang') ?? 'da'; + var current_dialog_fn = null; /// SVG 1.1 doesn't do proper text splitting into several lines. @@ -698,7 +700,7 @@ async function dialog_nabopige_en() { - + loading... diff --git a/img/phone_frame.svg b/img/phone_frame.svg new file mode 100644 index 0000000..3b7a72e --- /dev/null +++ b/img/phone_frame.svg @@ -0,0 +1,137 @@ + + + + + + generic_edge_android_phone_device + + + + + + + + + + + + + + image/svg+xml + + generic_edge_android_phone_device + + + + + + + + + + diff --git a/style.css b/style.css index 09947fd..718e991 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,8 @@ +#content { + max-width: 600px; + margin: 0 auto; +} + .besked { color: #FFFFFF; background-color: #0084FF; @@ -17,17 +22,22 @@ p { #app-area { display: grid; - grid-template-columns: 350px 300px; + grid-template-columns: 350px 240px; gap: 10px; grid-auto-rows: minmax(350px, auto); } -#movie { +#phone_frame { margin-left: 10px; grid-column: 1; grid-row: 1; } +#movie { + margin-left: 17px; + margin-top: 77px; +} + #movie-sidetext { grid-column: 2; grid-row: 1;