diff --git a/homepage/pelicanconf.py b/homepage/pelicanconf.py index e2f07b7..60f0ebb 100644 --- a/homepage/pelicanconf.py +++ b/homepage/pelicanconf.py @@ -77,6 +77,6 @@ TWITTER_URL = 'https://twitter.com/hioffen' RELEASE_DIRECT_URL = 'https://get.offen.dev' DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen' HEROKU_DIRECT_URL = 'https://heroku.com/deploy?template=https://github.com/offen/heroku/tree/master' -OFFEN_AUDITORIUM_URL = 'https://analytics.offen.dev/' +OFFEN_AUDITORIUM_URL = 'https://analytics.offen.dev/auditorium' OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None) diff --git a/homepage/theme/static/css/fix.css b/homepage/theme/static/css/fix.css index 5e6cc2a..fe042f0 100644 --- a/homepage/theme/static/css/fix.css +++ b/homepage/theme/static/css/fix.css @@ -290,6 +290,9 @@ i { font-style: normal; color: #777777; } +.i-on-yellow { + color: #8c7839; +} .inner-shaddow { box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75); } diff --git a/homepage/theme/templates/getstarted.html b/homepage/theme/templates/getstarted.html index 2a8011a..50eacfb 100644 --- a/homepage/theme/templates/getstarted.html +++ b/homepage/theme/templates/getstarted.html @@ -11,7 +11,7 @@ Get started

- Choose your favorite way to self host Offen + Choose your preferred way to self host Offen

diff --git a/homepage/theme/templates/index.html b/homepage/theme/templates/index.html index 475f7dd..892ac0d 100644 --- a/homepage/theme/templates/index.html +++ b/homepage/theme/templates/index.html @@ -145,13 +145,13 @@

- Self host Offen and thereby comply with GDPR guidelines. + Self host Offen in compliance with GDPR guidelines.

Integrate the code snippet into pages you want to track.

- Make your users aware of the access to their data. + Make your users aware of the ability to access their data.

Improve your services with fair and transparent insights. @@ -200,7 +200,7 @@ Review own data with detailed explanations of metrics and terms.

- Only delete usage data or opt out completly at any time. + Opt out completely at any time or only delete existing usage data.

@@ -357,16 +357,16 @@

- All your accounts can be shared within your team. + All your accounts can be shared within your team.

- User data is only stored for 6 months and then deleted. + User data is only stored for 6 months and then deleted.

- Use the in-browser screen for an more intuitive setup. + Use the in-browser screen for a more intuitive setup.

- A detailed documentation on how to run Offen is available. + A detailed documentation on how to run Offen is available.

diff --git a/homepage/theme/templates/trydemo.html b/homepage/theme/templates/trydemo.html index f79dd59..8dce667 100644 --- a/homepage/theme/templates/trydemo.html +++ b/homepage/theme/templates/trydemo.html @@ -20,7 +20,7 @@
- curl https://demo.offen.dev | sh + curl https://demo.offen.dev | bash