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.

100 lines
3.8 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" />
<script src="readmore.js" defer></script>
<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">
<div class="accordion">
<div class="contents">
<p class="excerpt">
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>
<button id="read-more">Read more</button>
</div>
<div class="big-card">
<h2 class="quote">“A fresh start for the people.”</h2>
<img src="images/cover.jpg" alt="User testing Ucontrol" />
</div>
</main>
<footer>
<div class="outro">Go directly to privacy policies</div>
<a class="logo" href="https://www.facebook.com/legal/terms/update" target="__blank">
<img src="images/blue/Facebook_blue-02.svg" alt="Facebook" />
</a>
<a class="logo" href="https://help.instagram.com/581066165581870" target="__blank">
<img src="images/blue/instagram_blue-02.svg" alt="Instagram" />
</a>
<a class="logo" href="https://www.tiktok.com/legal/privacy-policy-eea" target="__blank">
<img src="images/blue/TikTok-02.svg" alt="TikTok" />
</a>
<a class="logo" href="https://snap.com/en-GB/privacy/privacy-policy" target="__blank">
<img src="images/blue/snapchat_blue-02.svg" alt="Snapchat" />
</a>
<a class="logo" href="https://telegram.org/privacy" target="__blank">
<img src="images/blue/Telegram_blue-02.svg" alt="Telegram" />
</a>
<a class="logo" href="https://www.wechat.com/en/privacy_policy.html" target="__blank">
<img src="./images/blue/WeChat-02.svg" alt="WeChat" />
</a>
<a class="logo" href="https://www.whatsapp.com/legal/privacypolicy" target="__blank">
<img src="images/blue/Whatsapp_blue-02.svg" alt="Whatsapp" />
</a>
<a class="logo" href="https://www.youtube.com/static?template=terms" target="__blank">
<img src="images/blue/youtube_blue-02.svg" alt="Youtube" />
</a>
</footer>
</body>
</html>