mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
text updates, minor layout tweaks
This commit is contained in:
parent
73a6603de9
commit
465d8707b0
@ -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)
|
||||
|
@ -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);
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
Get started
|
||||
</h2>
|
||||
<h3 class="f25 f2-ns normal ma0 mb5 mh6-ns">
|
||||
Choose your favorite way to self host Offen
|
||||
Choose your preferred way to self host Offen
|
||||
</h3>
|
||||
|
||||
<div class="flex flex-column items-center">
|
||||
|
@ -145,13 +145,13 @@
|
||||
</div>
|
||||
<div class="w-80 mt4">
|
||||
<p class="ma0 ml3">
|
||||
Self host <i>Offen and thereby comply with GDPR guidelines.</i>
|
||||
Self host <i>Offen in compliance with GDPR guidelines.</i>
|
||||
</p>
|
||||
<p class="ma0 ml3 mt4">
|
||||
<i>Integrate the</i> code snippet <i>into pages you want to track.</i>
|
||||
</p>
|
||||
<p class="ma0 ml3 mt4">
|
||||
<i>Make your</i> users aware <i>of the access to their data.</i>
|
||||
<i>Make your</i> users aware <i>of the ability to access their data.</i>
|
||||
</p>
|
||||
<p class="ma0 ml3 mt4 mb5">
|
||||
<i>Improve your services with</i> fair and transparent insights.
|
||||
@ -200,7 +200,7 @@
|
||||
Review own data <i>with detailed explanations of metrics and terms.</i>
|
||||
</p>
|
||||
<p class="ma0 ml3 mt4">
|
||||
Only delete usage data <i>or opt out completly at any time.</i>
|
||||
Opt out completely <i>at any time or only delete existing usage data.</i>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
@ -357,16 +357,16 @@
|
||||
</div>
|
||||
<div class="w-80 mt4">
|
||||
<p class="ma0">
|
||||
All your accounts can be shared <i>within your team.</i>
|
||||
All your accounts can be shared <i class="i-on-yellow">within your team.</i>
|
||||
</p>
|
||||
<p class="ma0 mt4">
|
||||
<i>User data is only</i> stored for 6 months <i>and then deleted.</i>
|
||||
<i class="i-on-yellow">User</i> data is only stored for 6 months <i class="i-on-yellow">and then deleted.</i>
|
||||
</p>
|
||||
<p class="ma0 mt4">
|
||||
<i>Use the</i> in-browser screen <i>for an more intuitive setup.</i>
|
||||
<i class="i-on-yellow">Use the</i> in-browser screen <i class="i-on-yellow">for a more intuitive setup.</i>
|
||||
</p>
|
||||
<p class="ma0 mt4 mb5">
|
||||
<i>A</i> detailed documentation <i>on how to run Offen is available.</i>
|
||||
<i class="i-on-yellow">A</i> detailed documentation <i class="i-on-yellow">on how to run Offen is available.</i>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<div class="flex flex-column items-center">
|
||||
<div class="w-100 ph4 pv2 mb5 inner-shaddow bg-gray">
|
||||
<code class="ma0 lh-solid word-wrap white">
|
||||
curl https://demo.offen.dev | sh
|
||||
curl https://demo.offen.dev | bash
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user