2
0
mirror of https://github.com/offen/website.git synced 2024-11-22 17:10:29 +01:00

text updates, minor layout tweaks

This commit is contained in:
Hendrik Niefeld 2020-04-28 15:51:34 +02:00
parent 73a6603de9
commit 465d8707b0
5 changed files with 13 additions and 10 deletions

View File

@ -77,6 +77,6 @@ TWITTER_URL = 'https://twitter.com/hioffen'
RELEASE_DIRECT_URL = 'https://get.offen.dev' RELEASE_DIRECT_URL = 'https://get.offen.dev'
DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen' 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' 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) OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None)

View File

@ -290,6 +290,9 @@ i {
font-style: normal; font-style: normal;
color: #777777; color: #777777;
} }
.i-on-yellow {
color: #8c7839;
}
.inner-shaddow { .inner-shaddow {
box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75); box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.75);
} }

View File

@ -11,7 +11,7 @@
Get started Get started
</h2> </h2>
<h3 class="f25 f2-ns normal ma0 mb5 mh6-ns"> <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> </h3>
<div class="flex flex-column items-center"> <div class="flex flex-column items-center">

View File

@ -145,13 +145,13 @@
</div> </div>
<div class="w-80 mt4"> <div class="w-80 mt4">
<p class="ma0 ml3"> <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>
<p class="ma0 ml3 mt4"> <p class="ma0 ml3 mt4">
<i>Integrate the</i> code snippet <i>into pages you want to track.</i> <i>Integrate the</i> code snippet <i>into pages you want to track.</i>
</p> </p>
<p class="ma0 ml3 mt4"> <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>
<p class="ma0 ml3 mt4 mb5"> <p class="ma0 ml3 mt4 mb5">
<i>Improve your services with</i> fair and transparent insights. <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> Review own data <i>with detailed explanations of metrics and terms.</i>
</p> </p>
<p class="ma0 ml3 mt4"> <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> </p>
</div> </div>
@ -357,16 +357,16 @@
</div> </div>
<div class="w-80 mt4"> <div class="w-80 mt4">
<p class="ma0"> <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>
<p class="ma0 mt4"> <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>
<p class="ma0 mt4"> <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>
<p class="ma0 mt4 mb5"> <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> </p>
</div> </div>
</div> </div>

View File

@ -20,7 +20,7 @@
<div class="flex flex-column items-center"> <div class="flex flex-column items-center">
<div class="w-100 ph4 pv2 mb5 inner-shaddow bg-gray"> <div class="w-100 ph4 pv2 mb5 inner-shaddow bg-gray">
<code class="ma0 lh-solid word-wrap white"> <code class="ma0 lh-solid word-wrap white">
curl https://demo.offen.dev | sh curl https://demo.offen.dev | bash
</code> </code>
</div> </div>
</div> </div>