From ffec7c8df3ce9b80559fd1956e682da477be3bf2 Mon Sep 17 00:00:00 2001 From: hendr-ik Date: Thu, 28 Apr 2022 15:46:10 +0200 Subject: [PATCH] typo tweaks --- homepage/theme/static/css/fix.css | 3 + homepage/theme/templates/lp-matomo.html | 154 ++++++++++++++++++------ 2 files changed, 122 insertions(+), 35 deletions(-) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 012174d..e66a726 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -56,6 +56,9 @@ COLORS .cclr-bg-white-dark { background-color: #f9f7f2; } +.cclr-bg-white-semi-dark { + background-color: #fffdf9; +} .cclr-bg-white-fade { background: linear-gradient(218.39deg, #FFFFFF 1.47%, rgba(255, 255, 255, 0) 98.24%), #F3F0E7; } diff --git a/homepage/theme/templates/lp-matomo.html b/homepage/theme/templates/lp-matomo.html index d8c01f5..2998162 100644 --- a/homepage/theme/templates/lp-matomo.html +++ b/homepage/theme/templates/lp-matomo.html @@ -2,49 +2,133 @@ {% set funnel = True %} {% block content %} -
-
+
+ +
+
-
- - -

- A truly privacy focused Matomo alternative. -

- -
    -
  • - Users actively give their consent to data collection. -
  • -
  • - They can delete it or opt out at any time with full data access. -
  • -
  • - Offen is open source, lightweight, self hosted and free. -
  • -
- - - -
-

- Switch today! -

-
- Try demo - Get started +
+

+ A truly privacy focused Matomo alternative +

+
    +
  • + Users actively give their consent to collection of data. +
  • +
  • + They can delete it or opt out at any time with full data access. +
  • +
  • + Offen is open source, lightweight, self hosted and free. +
  • +
+
+

+ Switch today! +

+
- - - -
-
+ +
+
+
+ +

+ Room for improvement +

+

+ There are some concerns with Matomos decisions regarding privacy. +

+
    +
  • + Consent is practically a preset. By default, Matomo only offers an opt-out feature. +
  • +
  • + Access to usage data is not automated and tedious. +
  • +
+ +

+ The installation and daily operation of Matomo is quite complex. +

+
    +
  • + Many system dependencies have to be pre-installed. +
  • +
  • + The tracking script used is very extensive and delays the loading of pages. +
  • +
+ +
+
+
+ +
+
+
+ +

+ Balanced between operator and user +

+

+ Offen is a web analytics tool that treats operators and users as equal parties. +

+
    +
  • + Offen's default is to NOT collect any data. Usage data is collected after opt-in only. +
  • +
  • + Users have full access to their data. They can delete it any time or opt out completely. +
  • +
  • + With all essential metrics you can gain valuable insights in an ethical way. +
  • +
+ +
+
+
+ + +
+
+
+ +

+ Make a difference +

+

+ Run your own free and lightweight web analytics. +

+
    +
  • + Offen is fully open source and will always be available for free. No “Pro Plans” lurking. +
  • +
  • + You self host and don’t transfer any data to third parties. +
  • +
  • + The installation is relatively simple and the tracking script is reduced to a minimum. +
  • +
  • + Detailed documentation assists with the installation and daily operation. +
  • +
+ +
+
+
+
{% endblock %}