mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
update mint fade, text, cta url
This commit is contained in:
parent
5c24d125d8
commit
f08d5c550a
@ -78,5 +78,7 @@ 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/auditorium'
|
||||
DOCS_GETSTARTED_URL ='https://docs.offen.dev/running-offen/'
|
||||
DOCS_TRYDEMO_URL ='https://docs.offen.dev/running-offen/test-drive/'
|
||||
|
||||
OFFEN_ACCOUNT_ID = os.environ.get('OFFEN_ACCOUNT_ID', None)
|
||||
|
@ -26,10 +26,10 @@ COLORS
|
||||
background-color: #DEF0ED;
|
||||
}
|
||||
.cclr-bg-mint-fade-a {
|
||||
background: linear-gradient(207.34deg, rgba(222, 240, 237, 0.6) 11.24%, rgba(255, 255, 255, 0) 102.6%), #BBD9D3;
|
||||
background: linear-gradient(207.34deg, rgba(231, 244, 241, 0.6) 8%, rgba(255, 255, 255, 0) 102.6%), #A8CDC6;
|
||||
}
|
||||
.cclr-bg-mint-fade-b {
|
||||
background: linear-gradient(207.34deg, rgba(222, 240, 237, 0.6) 11.24%, rgba(255, 255, 255, 0) 102.6%), #BBD9D3;
|
||||
background: linear-gradient(207.34deg, rgba(231, 244, 241, 0.6) 8%, rgba(255, 255, 255, 0) 102.6%), #A8CDC6;
|
||||
transform: rotate(-180deg);
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 513 KiB |
@ -107,7 +107,7 @@
|
||||
<p class="ma0 mb3">
|
||||
Discover what is already up and running and where we want to go.
|
||||
</p>
|
||||
<a class="b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid cclr-fnt-black-mid" href="/blog/">Open Blog</a>
|
||||
<a class="b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid cclr-fnt-black-mid" href="/blog/">Open blog</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
@ -44,7 +44,7 @@
|
||||
<p class="lh-title 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="https://docs.offen.dev/" target="_blank" rel="noopener">Open Docs</a>
|
||||
<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_GETSTARTED_URL }}" target="_blank" rel="noopener">Open Docs</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -47,7 +47,7 @@
|
||||
|
||||
<h2 class="f2 normal lh-solid ma0 mb3 pt5">
|
||||
<em class="em-mint-1">
|
||||
Free & Open
|
||||
Free & open
|
||||
</em>
|
||||
</h2>
|
||||
<p class="wx18 center ma0">
|
||||
@ -84,7 +84,7 @@
|
||||
<div>
|
||||
<h2 class="f2 normal lh-solid ma0 mb3 ptx-feature-3">
|
||||
<em class="em-mint-1">
|
||||
Fair & Secure
|
||||
Fair & secure
|
||||
</em>
|
||||
</h2>
|
||||
<p class="wx18 center ma0">
|
||||
|
@ -45,7 +45,7 @@
|
||||
<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="https://docs.offen.dev/" rel="noopener" target="_blank">Open Docs</a>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user