2019-12-22 19:02:00 +01:00
{% extends "page.html" %}
2019-08-30 15:00:27 +02:00
{% block content %}
2019-12-22 19:02:00 +01:00
< div class = "w-100 cclr-mid-yellow" > <!-- intro -->
< div class = "w-100 mt5 mb0" id = "bg-intro" >
< div class = "flex justify-center pt6" >
< div class = "mw5 tr pr4" >
< img src = "/theme/images/offen-logo-white.svg" alt = "Offen logo" width = "146" height = "90" >
2019-12-22 15:22:13 +01:00
< / div >
2019-12-22 19:02:00 +01:00
< div class = "mw6" >
< h1 class = "f1 lh-solid ma0 mb3" >
Transparent < span > web analytics< / span >
< / h1 >
< p class = "ma0 mb4" >
Offen is an open source analytics software for websites < span > and web applications. It allows respectful handling of data < / span > < span > for operators and users.< / span >
< / p >
< div class = "pb6" >
< a class = "b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black fnt-cclr-mid-black" href = "{{GITHUB_ORG}}" rel = "noopener" target = "_blank" > Get involved< / a >
< / div >
2019-08-30 15:00:27 +02:00
< / div >
< / div >
< / div >
< / div >
2019-12-22 19:02:00 +01:00
< div class = "w-100 cclr-mid-mint" > <!-- feature -->
< div class = "w-100 pt3 pb6" id = "bg-feature" >
2019-12-22 12:56:02 +01:00
< div class = "mw8 center" >
2019-12-22 19:02:00 +01:00
< div class = "flex flex-wrap justify-around" >
< div class = "w55 mh3 mt5" >
< h2 class = "f25 ma0 mb3" >
2019-08-30 15:00:27 +02:00
< em > Free & Open< / em >
< / h2 >
2019-12-22 19:02:00 +01:00
< p class = "ma0" >
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 >
2019-12-22 19:02:00 +01:00
< div class = "w55 mh3 mt5" >
< h2 class = "f25 ma0 mb3" >
2019-08-30 15:00:27 +02:00
< em > Fair & Secure< / em >
< / h2 >
2019-12-22 19:02:00 +01:00
< p class = "ma0" >
2019-08-30 15:00:27 +02:00
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 >
2019-12-22 19:02:00 +01:00
< div class = "w55 mh3 mt5" >
< h2 class = "f25 ma0 mb3" >
2019-08-30 15:00:27 +02:00
< em > Easy to use< / em >
< / h2 >
2019-12-22 19:02:00 +01:00
< p class = "ma0" >
2019-08-30 15:00:27 +02:00
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 >
2019-12-22 19:02:00 +01:00
< div class = "w-100 cclr-mid-black white" > <!-- cta - top -->
< div class = "w-100" id = "bg-cta-top" >
2019-12-22 15:22:13 +01:00
< div class = "mw8 center" >
< div class = "mw6 center tr" >
2019-12-22 19:02:00 +01:00
< h2 class = "ma0" >
2019-08-30 15:00:27 +02:00
In the making
< / h2 >
2019-12-22 19:02:00 +01:00
< p class = "ma0" >
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 >
2019-12-22 19:02:00 +01:00
< div class = "ma0" >
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 >
2019-12-22 19:02:00 +01:00
< div class = "w-100 bg-white mid-grey" > <!-- content - index -->
2019-12-22 15:22:13 +01:00
< div class = "mw6 center" >
2019-08-30 15:00:27 +02:00
{{ page.content }}
< / div >
< / div >
{% endblock %}
{% block outro %}
2019-12-22 19:02:00 +01:00
< div class = "w-100 cclr-mid-yellow" > <!-- outro -->
< div class = "w-100" id = "bg-outro" >
2019-12-22 15:22:13 +01:00
< div class = "mw8 center" >
2019-12-22 19:02:00 +01:00
< div class = "mw6 center tr" >
< h2 class = "ma0" >
2019-09-22 09:44:47 +02:00
Ethical internet
2019-08-30 15:00:27 +02:00
< / h2 >
2019-12-22 19:02:00 +01:00
< p class = "ma0" >
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 >
2019-12-22 19:02:00 +01:00
< div class = "ma0" >
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 %}