From e59a3597ebce8595571c09ed63905ae90d9e8cce Mon Sep 17 00:00:00 2001 From: Hendrik Niefeld Date: Thu, 23 Apr 2020 22:09:36 +0200 Subject: [PATCH] compare operator user 03 --- homepage/theme/static/css/fix.css | 31 +++- homepage/theme/templates/index.html | 228 ++++++++++++++++++++++++---- 2 files changed, 227 insertions(+), 32 deletions(-) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index ed9eee1..65862fa 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -23,6 +23,17 @@ COLORS NEW background-color: #DEF0ED; } +/* Black */ +.cclr-bg-black-mid { + background-color: #39352A; +} +.cclr-fnt-black-mid { + color: #39352A; +} +.cclr-brd-black-mid { + color: #39352A; +} + /* White */ .cclr-bg-white-fade { background: linear-gradient(218.39deg, #FFFFFF 1.47%, rgba(255, 255, 255, 0) 98.24%), #F9F7F2; @@ -114,16 +125,22 @@ LAYOUT } /* NEW */ -.wx28 { - width: 28rem; +.wx24 { + width: 24rem; } .hx24 { height: 24rem; } +.hx30 { + height: 30rem; +} +.hx50 { + height: 50rem; +} /* Tachyons breakpoints 30 & 60 */ @media only screen and (max-width: 30em) { - .wx28 { - width: 100%; + .wx24 { + width: 86%; } } @@ -156,10 +173,14 @@ em { background: linear-gradient(transparent 66%, #fde28c 66%); font-style: normal; } -.em-mint { +.em-mint-1 { background: linear-gradient(transparent 66%, #E5FDF8 66%); font-style: normal; } +.em-mint-2 { + background: linear-gradient(transparent 66%, #BBD9D3 66%); + font-style: normal; +} hr { margin-left: -1rem; margin-right: -1rem; diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 866633e..e7ae50f 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -36,7 +36,7 @@

- + Free & Open

@@ -48,7 +48,7 @@

- + Self hosted

@@ -60,7 +60,7 @@

- + Fair & Secure

@@ -96,39 +96,40 @@
+
-
-

+

+

Your job

-
-
+
+
temp -

+

Self host Offen and thereby comply with GDPR guidelines.

-
+
temp -

+

Integrate the code snippet into pages you want to track.

-
+
temp -

+

Make your users aware of the access to their data.

-
+
temp -

+

Improve your services with fair and transparent insights.

@@ -137,49 +138,221 @@
- +
- -
-

+

+

Benefits for your users

-
-
-
+
+
temp -

+

Opt in to data collection or decide to not participate at all.

-
+
temp -

+

Review own data with detailed explanations of metrics and terms.

-
+
temp -

- Delete only usage data or opt out completly at any time. +

+ Only delete usage data or opt out completly at any time.

+
+ + +
+ +
+
+

+ + What you see + +

+

+ Data of all pages where your Offen installation is active. +

+

+ For example: +

+ + +
+

+ 478 +

+

+ Unique users +

+

+ 2.530 +

+

+ Unique sessions +

+

+ Top pages +

+ + + + + + + + + + + + + + + + + + +
https://www.yourpage.xyz/
https://www.yourpage.xyz/blog/
https://www.yourpage.xyz/landing/
https://www.yourpage.xyz/otherpage/
https://sub.yourpage.xyz/
+
+ +
+ +
+ +
+
+

+ + What your users see + +

+

+ Data of all pages a user has visited where your Offen installation is active. +

+

+ For example: +

+ + +
+

+ 1 +

+

+ Unique websites +

+

+ 2 +

+

+ Unique sessions +

+

+ Top pages +

+ + + + + + + + + +
https://www.yourpage.xyz/
https://www.yourpage.xyz/blog/
+
+ +
+
+ +
+ + +
+ +
+
+ +

+ More features +

+ +
+ temp +

+ Accounts can be shared within a team. +

+
+
+ temp +

+ User data is only stored for 6 months. +

+
+
+ temp +

+ In-browser screen for an intuitive setup. +

+
+
+ temp +

+ Detailed documentation is available. +

+
+ +
+
+ +
+ + +
+ +
+
+

+ Try as user +

+

+ Offen is installed on this website. Access your actual usage data now. +

+ +
+
+
+
+ + + + + +
+
@@ -194,6 +367,7 @@ + {% endblock %} {% block outro %}