2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/output/index.html
2019-05-30 22:54:13 +02:00

47 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Transparent web analytics | offen</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<div class="wrapper">
<header>
<a href="/" title="offen home page" alt="offen home page"><img src="/img/logo.svg" alt="offen logo" width="165" height="102" class="logo"></a>
</header>
<section>
<h2>
<strong>offen</strong> is a free and open source analytics software for websites and web applications that allows respectful handling of data.
</h2>
<p><strong>offen</strong> is a web analytics software that gives users access to the data they are generating. Not only operators running sites or applications are given able to use the analytics tools, but also <em>the users themselves are granted access to and ownership of their data</em>.</p>
<p>Usage metrics come with explanations about their meaning, relevance, usage and possible privacy implications. <strong>offen</strong> also details <em>which kind of data is not collected</em>. All data can be deleted selectively or in its entirety by the users, or the collection can be disabled altogether.</p>
<p><strong>offen</strong> treats both users and operators as parties of equal importance. Users can expect full transparency and are encouraged to make <em>autonomous and informed decisions regarding the use of their data</em>. Operators are enabled to gain insights while respecting their users' privacy and their data.</p>
<p><strong>offen</strong> is currently being conceptually designed and is applying for funds to sustain its development.</p>
<p><a href="/deepdive.html" class="btn">Deep Dive</a></p>
</section>
<footer>
<ul class="footer-list">
<li>
May 2019
</li>
<li>
<a href="https://github.com/offen" title="Offen GitHub" target="_blank">GitHub</a>
</li>
<li>
<a href="mailto:mail@offen.dev" title="Offen Contact" target="_blank">Contact</a>
</li>
</ul>
</footer>
</div>
</body>
</html>