2019-08-30 15:00:27 +02:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
<div class="intro">
|
|
|
|
<div class="bg" id="bg-intro">
|
|
|
|
<div class="container-reader">
|
|
|
|
<div class="spacer-intro">
|
|
|
|
<div class="sign">
|
2019-12-12 20:30:03 +01:00
|
|
|
<img src="/theme/images/offen-logo-white.svg" alt="Offen logo" width="152" height="94">
|
2019-08-30 15:00:27 +02:00
|
|
|
</div>
|
|
|
|
<h1>
|
|
|
|
<em>Transparent web analytics for operators and users</em>
|
|
|
|
</h1>
|
|
|
|
<p>
|
2019-12-12 20:30:03 +01:00
|
|
|
Offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
2019-08-30 15:00:27 +02:00
|
|
|
</p>
|
|
|
|
<div class="btn-wrapper">
|
2019-09-29 16:43:50 +02:00
|
|
|
<a class="btn btn-color-black" href="{{GITHUB_ORG}}" rel="noopener" target="_blank">Get involved</a>
|
2019-08-30 15:00:27 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature">
|
|
|
|
<div class="bg" id="bg-feature">
|
|
|
|
<div class="container-full">
|
|
|
|
<div class="card-deck">
|
|
|
|
<div class="card">
|
|
|
|
<h2>
|
|
|
|
<em>Free & Open</em>
|
|
|
|
</h2>
|
|
|
|
<p>
|
2019-12-12 20:30:03 +01:00
|
|
|
Anyone can audit our open source code to verify it works as intended. Offen will always be available free of charge.
|
2019-08-30 15:00:27 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="card">
|
|
|
|
<h2>
|
|
|
|
<em>Fair & Secure</em>
|
|
|
|
</h2>
|
|
|
|
<p>
|
|
|
|
Pay respect to your website visitors and gain insights as a user at the same time. All data is encrypted end-to-end.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="card">
|
|
|
|
<h2>
|
|
|
|
<em>Easy to use</em>
|
|
|
|
</h2>
|
|
|
|
<p>
|
|
|
|
Simply paste our code into the source of your website. Users can visit the auditorium to access their data.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="cta-top">
|
|
|
|
<div class="bg" id="bg-cta-top">
|
|
|
|
<div class="container-reader">
|
|
|
|
<div class="spacer-right">
|
|
|
|
<h2>
|
|
|
|
In the making
|
|
|
|
</h2>
|
|
|
|
<p>
|
2019-12-12 20:30:03 +01:00
|
|
|
Offen is still in alpha. Discover what is already up and running and where we want to go in the coming months.
|
2019-08-30 15:00:27 +02:00
|
|
|
</p>
|
|
|
|
<div class="btn-wrapper">
|
2019-12-13 13:17:19 +01:00
|
|
|
<a class="btn btn-color-white" href="/blog/">Project status</a>
|
2019-08-30 15:00:27 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="content-index">
|
|
|
|
<div class="container-reader">
|
|
|
|
{{ page.content }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block outro %}
|
|
|
|
<div class="outro">
|
|
|
|
<div class="bg" id="bg-outro">
|
|
|
|
<div class="container-reader">
|
|
|
|
<div class="spacer-right">
|
|
|
|
<h2>
|
2019-09-22 09:44:47 +02:00
|
|
|
Ethical internet
|
2019-08-30 15:00:27 +02:00
|
|
|
</h2>
|
|
|
|
<p>
|
2019-12-12 20:30:03 +01:00
|
|
|
We're working hard to ensure that Offen is independent, cutting-edge and can be sustained for years to come.
|
2019-08-30 15:00:27 +02:00
|
|
|
</p>
|
|
|
|
<div class="btn-wrapper">
|
2019-09-29 16:43:50 +02:00
|
|
|
<a class="btn btn-color-black" href="{{PATREON_URL}}" rel="noopener" target="_blank">Support us</a>
|
2019-08-30 15:00:27 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|