From fc135e4bc34c1ca82ce94b52568ba13f91637ebb Mon Sep 17 00:00:00 2001 From: om Date: Sun, 23 Oct 2022 10:49:21 +0200 Subject: [PATCH] Add about page --- da/about.html | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ da/index.html | 2 ++ en/about.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ en/index.html | 1 + style.css | 4 ++++ 5 files changed, 129 insertions(+) create mode 100644 da/about.html create mode 100644 en/about.html diff --git a/da/about.html b/da/about.html new file mode 100644 index 0000000..f0dc79c --- /dev/null +++ b/da/about.html @@ -0,0 +1,60 @@ + + + + +Om chatcontrol.dk + + + +
+ + +

Om chatcontrol.dk

+ +

+Vi er en gruppe af privatlivsaktivister som har dannet sig på +Bornhack 2022. +Vi er meget bekymret over planen om at scanne (næsten) alle personlige digitale beskeder i EU, +fordi vi som IT-kompetente borgere forstår at: +

+ + + +
+ + diff --git a/da/index.html b/da/index.html index 3a2d5b8..330ad17 100644 --- a/da/index.html +++ b/da/index.html @@ -20,6 +20,8 @@ english language + +Om chatcontrol.dk

ChatControl: Dine private beskeder skal overvåges

diff --git a/en/about.html b/en/about.html new file mode 100644 index 0000000..1379290 --- /dev/null +++ b/en/about.html @@ -0,0 +1,62 @@ + + + + +About chatcontrol.dk + + + +
+ + +

About chatcontrol.dk

+ +

+We are a group of privacy activists who have met each other at +Bornhack 2022. +We are very concerned about the plan to scan (almost) all personal messages in the EU, +because we, as IT-competent citizens understand that: +

+ + + +
+ + diff --git a/en/index.html b/en/index.html index d369ea5..24446c4 100644 --- a/en/index.html +++ b/en/index.html @@ -20,6 +20,7 @@ english language +About chatcontrol.dk

Chat Control: Your private messages will be scanned

diff --git a/style.css b/style.css index 718e991..e71c870 100644 --- a/style.css +++ b/style.css @@ -42,3 +42,7 @@ p { grid-column: 2; grid-row: 1; } + +.about-link { + float: right; +}