You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>About</title>
</head>
<body>
<nav>
<a href="categories.html">Categories</a>
<a href="tips.html">Tips & tricks</a>
<a href="about.html" class="current">About</a>
</nav>
<header>
<h1 class="title">What Ucontrol is</h1>
</header>
<main class="about">
<p>
U control is a Chrome extension that is all about regaining control. <br />
For my graduation I researched the topic of privacy policy's. During my research I
found out that a large proportion do not read these terms and thus have no idea what
they are agreeing to. This document which should be for the user only makes it
unattractive for the consumer to read it. This is due to the long texts, unappealing
design and legal terms.
</p>
<p>
By agreeing to this condition you lose some control over your personal data. I want
to give this piece of control and awareness back to the user with my tool. The tool
was created by and for the user because I listened to the user's needs for a change.
The tool helps you while reading because it simplifies the texts of conditions and
the legal meaning.
</p>
<p>
With this tool, I'm not saying that you shouldn't use these big platforms like
Instagram and Facebook because of their long and difficult terms. I only want to
inform you as user about the dangers and then give tips on how he/she can turn off
certain functions so that less data is collected from you, for example. So we don't
have to be completely against privacy terms, we just need a fair transparent start.
</p>
<div class="big-card">
<h2 class="quote">“A fresh start for the people.”</h2>
<img src="images/test.jpg" alt="" />
</div>
</main>
</body>
</html>