2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update try demo

This commit is contained in:
Hendrik Niefeld 2020-08-05 09:01:34 +02:00
parent 216fdf1917
commit 7fc115c6b8
2 changed files with 10 additions and 3 deletions

View File

@ -362,7 +362,7 @@ pre {
code {
border-radius: 3px;
font-size: 85%;
padding: 0.2em 0.4em;
padding: 0.2em 0;
color: #39352A;
background-color: #EEEEEE;
}

View File

@ -39,13 +39,20 @@
<hr class="ma0 mb5 b--black-05">
<h3 class="f25 normal tc ma0 mb5">
Read the docs
Learn more
</h3>
<div class="flex flex-column items-center">
<p class="lh-title tc ma0 mb2 gray">
Details on how to<br> install and run Offen
</p>
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 cclr-fnt-black-mid" href="{{ DOCS_TRYDEMO_URL }}" rel="noopener" target="_blank">Open Docs</a>
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 mb5 cclr-brd-black-mid cclr-fnt-black-mid" href="{{ DOCS_TRYDEMO_URL }}" rel="noopener" target="_blank">Open Docs</a>
</div>
<div class="flex flex-column items-center">
<p class="lh-title tc ma0 mb2 gray">
All you need<br> to use Offen in production
</p>
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 mb5 cclr-brd-black-mid white cclr-bg-black-mid" href="/get-started/" rel="noopener">Get started</a>
</div>
</div>