From 0d1875f5b9a894841e56ef854086586b483b5676 Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Wed, 20 May 2020 20:50:59 +0200 Subject: [PATCH 1/6] basics --- homepage/theme/templates/index.html | 80 ++++++++++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 6fe05d0..51fbdb4 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -88,7 +88,7 @@

- Pay respect to your website visitors. Get valuable insights at the same time. All data is encrypted end-to-end. + Opt-in only. Users must actively give their consent to data collection. encrypted end-to-end.

@@ -483,6 +483,84 @@ + + + + + + + + + + +
+ +
+
+ + + + + +

+ + Make a difference + +

+ + +
+
+ + + + + + + + + + + + + + + + + + + + + +
Google AnalyticsMatomoFathomOffen
Self host option available
+ + +
+
+ + + + + +
+
+ +
+ + + + + + + + + + + + + + + From 221f9ece7c68ebfcb34b8f6488b14205bba4b570 Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Wed, 20 May 2020 22:21:23 +0200 Subject: [PATCH 2/6] add table --- homepage/theme/static/css/fix.css | 34 ++++- homepage/theme/templates/index.html | 186 +++++++++++++++++++++------- 2 files changed, 172 insertions(+), 48 deletions(-) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index b2a1db9..2e44db6 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -91,6 +91,12 @@ LAYOUT .wx24-metrics { width: 86%; } +.wx-table-a { + width: 20%; +} +.wx-table-b { + width: 16%; +} .hx24 { height: 24rem; } @@ -101,10 +107,9 @@ LAYOUT height: 30rem; } .hx-compare-c, -.hx-compare-d { - height: 100%; -} -.hx-metrics { +.hx-compare-d, +.hx-metrics, +.hx-difference { height: 100%; } @media only screen and (min-width: 30em) { @@ -112,6 +117,12 @@ LAYOUT .wx24-metrics { width: 24rem; } + .wx-table-a { + width: 30%; + } + .wx-table-b { + width: 20%; + } .hx-try-user { height: 24rem; } @@ -123,6 +134,9 @@ LAYOUT .wx24-metrics { width: 100%; } + .wx-table-b { + width: 25%; + } .hx-compare-c, .hx-compare-d { height: 50rem; @@ -130,6 +144,9 @@ LAYOUT .hx-metrics { height: 132rem; } + .hx-difference { + height: 33rem; + } } /* Margins an paddings */ @@ -296,7 +313,14 @@ i { .inner-shaddow { box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75); } - +@media only screen and (max-width: 45em) { + .hscroll { + overflow-x: auto; + } + .hscroll table { + width: 46rem; + } +} /* --------------------------------------------------- IMAGES diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 51fbdb4..b48b967 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -483,65 +483,165 @@ - - - - - - - - -
-
+
- - - - -

- - Make a difference - -

+
+

+ + Make a difference + +

+
-
-
+
+
- - +
-
- - - - - - +
Google AnalyticsMatomoFathomOffen
+ - - - - - - - + + + + + + + - -
Self host option available
Google AnalyticsMatomo On-PremiseFathomOffen
+ + Self host option available + + + + + + + + + + + + + + + + + + + + + + + Open Source code + + + + + + + + + + + + + + + + + + + + + + + + Data can be exported + + + + + + + + + + + + + + + + + + + + + + + + Data collection is opt in only + + + + + + + + + + + + + + + + + + + + + + + + Users can manage own data + + + + + + + + + + + + + + + + + + + + + + + + + +
- - - -
From 92bccadfaacb83748ec7f77f9b9cb474ae7f12dc Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Wed, 20 May 2020 22:25:03 +0200 Subject: [PATCH 3/6] text update --- homepage/theme/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index b48b967..487816e 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -515,7 +515,7 @@ - Self host option available + Fully self hosted From 4ad39f2a676de8f060a986a7802557883c3550da Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Thu, 21 May 2020 07:27:15 +0200 Subject: [PATCH 4/6] text update, table fix --- homepage/theme/static/css/fix.css | 13 +++++++++---- homepage/theme/templates/index.html | 10 +++++----- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 2e44db6..aae8f8d 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -92,9 +92,10 @@ LAYOUT width: 86%; } .wx-table-a { - width: 20%; + width: 27%; } -.wx-table-b { +.wx-table-b, +.wx-table-c { width: 16%; } .hx24 { @@ -118,11 +119,14 @@ LAYOUT width: 24rem; } .wx-table-a { - width: 30%; + width: 36%; } .wx-table-b { width: 20%; } + .wx-table-c { + width: 16%; + } .hx-try-user { height: 24rem; } @@ -134,7 +138,8 @@ LAYOUT .wx24-metrics { width: 100%; } - .wx-table-b { + .wx-table-b, + .wx-table-c { width: 25%; } .hx-compare-c, diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 487816e..2626c13 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -88,7 +88,7 @@

- Opt-in only. Users must actively give their consent to data collection. encrypted end-to-end. + Opt in only. Users must actively give their consent to data collection. encrypted end-to-end.

@@ -510,8 +510,8 @@ Google Analytics Matomo On-Premise - Fathom - Offen + Fathom + Offen @@ -587,7 +587,7 @@ - Data collection is opt in only + Users can see and manage own data @@ -611,7 +611,7 @@
- Users can manage own data + Opt in only data collection From 7dae61e6347f8114948854534add4d6e5a78890b Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Thu, 21 May 2020 07:31:38 +0200 Subject: [PATCH 5/6] text update --- homepage/theme/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 2626c13..03156f8 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -88,7 +88,7 @@

- Opt in only. Users must actively give their consent to data collection. encrypted end-to-end. + Opt in only. Users must actively give their consent to data collection. All data is encrypted end-to-end.

From 1288360b477bf1cc0ab565ca7f66cdfe2775c909 Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Thu, 21 May 2020 07:38:16 +0200 Subject: [PATCH 6/6] text update --- homepage/theme/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 03156f8..88edde6 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -88,7 +88,7 @@

- Opt in only. Users must actively give their consent to data collection. All data is encrypted end-to-end. + Opt in only. Users must actively give their consent to data collection. All data is encrypted end-to-end.