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.
92 lines
3.4 KiB
HTML
92 lines
3.4 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>
|
|
<footer>
|
|
<a class="logo" href="https://www.facebook.com/legal/terms/update" target="__blank">
|
|
<img src="images/facebook.png" alt="Facebook" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://help.instagram.com/581066165581870" target="__blank">
|
|
<img src="images/Instagram.png" alt="Instagram" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://www.tiktok.com/legal/privacy-policy-eea" target="__blank">
|
|
<img src="images/TikTok.png" alt="TikTok" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://snap.com/en-GB/privacy/privacy-policy" target="__blank">
|
|
<img src="images/Snapchat.png" alt="Snapchat" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://telegram.org/privacy" target="__blank">
|
|
<img src="images/Telegram.png" alt="Telegram" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://www.wechat.com/en/privacy_policy.html" target="__blank">
|
|
<img src="./images/WeChat.png" alt="WeChat" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://www.whatsapp.com/legal/privacypolicy" target="__blank">
|
|
<img src="images/Whatsapp.png" alt="Whatsapp" />
|
|
</a>
|
|
|
|
<a class="logo" href="https://www.youtube.com/static?template=terms" target="__blank">
|
|
<img src="images/Youtube.png" alt="Youtube" />
|
|
</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|