mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update index and pages
This commit is contained in:
parent
6952710915
commit
a9e96cbb03
@ -23,7 +23,7 @@ Although we have dug very deep, things may still contain issues. Therefore, we r
|
||||
|
||||
---
|
||||
|
||||
## Offen v0.1.0-alpha.?
|
||||
## Offen v0.1.0-alpha.3
|
||||
|
||||
##### Single binary file for Linux, Windows or MacOS
|
||||
[Download](https://get.offen.dev/){: data-button="black"}
|
||||
|
@ -67,6 +67,7 @@ DECORATE_CONTENT = {
|
||||
'[spacer-4]': ['ma0', 'mb4']
|
||||
}
|
||||
|
||||
DOCS_URL = 'https://docs.offen.dev'
|
||||
GITHUB_ORG = 'https://github.com/offen'
|
||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||
GPG_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||
|
@ -110,11 +110,7 @@ em {
|
||||
font-style: normal;
|
||||
}
|
||||
.em-mint {
|
||||
background: linear-gradient(transparent 66%, #BBD9D3 66%);
|
||||
font-style: normal;
|
||||
}
|
||||
.em-mint-bright {
|
||||
background: linear-gradient(transparent 66%, #CEEBE5 66%);
|
||||
background: linear-gradient(transparent 66%, #E5FDF8 66%);
|
||||
font-style: normal;
|
||||
}
|
||||
hr {
|
||||
|
@ -61,7 +61,7 @@
|
||||
<a class="b link dim fnt-cclr-mid-black" href="{{ GITHUB_ORG }}" rel="noopener" target="_blank">GitHub</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim fnt-cclr-mid-black" href="{{ PATREON_URL }}" rel="noopener" target="_blank">Patreon</a>
|
||||
<a class="b link dim fnt-cclr-mid-black" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim" href="/get-started/">Get started</a>
|
||||
@ -83,10 +83,10 @@
|
||||
{% if is_getstarted != 'true' %}
|
||||
{% block outro %}
|
||||
<div class="w-100 cclr-mid-yellow">
|
||||
<div class="pt3 pb6 ph3" id="bg-cta-bottom">
|
||||
<div class="pt3 pb4 ph3" id="bg-cta-bottom">
|
||||
<div class="mw8 center">
|
||||
<div class="flex flex-wrap justify-center">
|
||||
<div class="w55 ph3 pt5 tc">
|
||||
<div class="flex flex-wrap justify-center pt3">
|
||||
<div class="w55 ph3 pt4 pb5 tc cclr-mid-yellow">
|
||||
<h2 class="f25 normal lh-solid ma0 mb3">
|
||||
Participate
|
||||
</h2>
|
||||
@ -96,7 +96,7 @@
|
||||
<a class="b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black fnt-cclr-mid-black" href="{{GITHUB_ORG}}" rel="noopener" target="_blank">Get involved</a>
|
||||
</div>
|
||||
{% if is_article != 'true' %}
|
||||
<div class="w55 ph3 pt5 tc">
|
||||
<div class="w55 ph3 pt4 pb5 tc cclr-mid-yellow">
|
||||
<h2 class="f25 normal lh-solid ma0 mb3">
|
||||
In the making
|
||||
</h2>
|
||||
@ -106,7 +106,7 @@
|
||||
<a class="b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black fnt-cclr-mid-black" href="/blog/">Project status</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="w55 ph3 pt5 tc">
|
||||
<div class="w55 ph3 pt4 pb5 tc cclr-mid-yellow">
|
||||
<h2 class="f25 normal lh-solid ma0 mb3">
|
||||
Ethical internet
|
||||
</h2>
|
||||
@ -121,7 +121,7 @@
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endif %}
|
||||
<div class="w-100 cclr-mid-black gray ph4"> <!--footer-->
|
||||
<div class="w-100 cclr-mid-black gray ph4 pb4"> <!--footer-->
|
||||
<div class="flex flex-row-l flex-column w-100-l mw6-m center-m pt4 pb6">
|
||||
<div class="w-25-l mt3 mr3 fnt-cclr-mid-yellow">
|
||||
<p class="ma0">
|
||||
@ -139,22 +139,25 @@
|
||||
<a class="link b dim gray" target="_blank" href="/theme/{{ GPG_KEY_FILE }}">GPG Key</a>
|
||||
</p>
|
||||
<p class="ma0 mt2">
|
||||
<a class="link b dim gray" href="{{ GITHUB_ORG }}" rel="noopener" target="_blank">GitHub</a>
|
||||
<a class="link b dim gray" href="{{ DOCS_URL }}" rel="noopener" target="_blank">Docs</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ PATREON_URL }}" rel="noopener" target="_blank">Patreon</a>
|
||||
<a class="link b dim gray" href="{{ GITHUB_ORG }}" rel="noopener" target="_blank">GitHub</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="w-25-l mt3 mr3">
|
||||
{% if is_getstarted != 'true' %}
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ PATREON_URL }}" rel="noopener" target="_blank">Patreon</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ LINKEDIN_URL }}" rel="noopener" target="_blank">LinkedIn</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ TWITTER_URL }}" rel="noopener" target="_blank">Twitter</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<p class="ma0 mt2">
|
||||
<a class="link b dim gray" href="/legal-notice/">Legal Notice</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
@ -4,14 +4,19 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="w-100 mt5-ns" id="bg-feature">
|
||||
<div class="pv5 ph4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 cclr-mid-mint">
|
||||
<div class="pa4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 pa3 cclr-mid-mint">
|
||||
<div class="w-100 w-60-ns">
|
||||
<h2 class="f25 normal tc tl-ns ma0 mb3">
|
||||
<em>Our alpha release</em>
|
||||
<em class="em-mint">
|
||||
Test Offen today
|
||||
</em>
|
||||
</h2>
|
||||
<p class="ma0 mb2 tc tl-ns">
|
||||
Our alpha release is ready for testing. Offen is free and always will be.
|
||||
</p>
|
||||
<p class="ma0 mb3 tc tl-ns">
|
||||
Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be.
|
||||
Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases.
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-100 w-40-ns ml4-m ml6-l">
|
||||
@ -28,23 +33,23 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-100" id="bg-outro">
|
||||
<div class="pv5 ph4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb3 mb5 cclr-mid-yellow">
|
||||
<div class="pa4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 pa3 cclr-mid-yellow">
|
||||
<div class="w-100 w-60-ns">
|
||||
<h2 class="f25 normal tc tl-ns ma0 mb3">
|
||||
<em class="em-extra">
|
||||
Get started now
|
||||
<em>
|
||||
Kick things off
|
||||
</em>
|
||||
</h2>
|
||||
<p class="ma0 mb3 tc tl-ns">
|
||||
Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides help you kick off.
|
||||
Running a website and need to collect usage statistics? Want to contribute as a developer? Our Docs will help you kick off.
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-100 w-40-ns ml4-m ml6-l">
|
||||
<p class="b tc lh-title tracked-min ma0 mt3 mb2">
|
||||
Details on how to <br>run, use and develop Offen
|
||||
</p>
|
||||
<a class="w-100 tc b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black mb3 fnt-cclr-mid-black" href="https://docs.offen.dev/" rel="noopener" target="_blank">Open guides</a>
|
||||
<a class="w-100 tc b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black mb3 fnt-cclr-mid-black" href="https://docs.offen.dev/" rel="noopener" target="_blank">Open Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -36,7 +36,7 @@
|
||||
<div class="flex justify-center w55-container" id="bg-feature-1">
|
||||
<div class="w56 tc pa3">
|
||||
<h2 class="f25 normal lh-solid mt5 mb3">
|
||||
<em class="em-mint-bright">
|
||||
<em class="em-mint">
|
||||
Free & Open
|
||||
</em>
|
||||
</h2>
|
||||
@ -48,7 +48,7 @@
|
||||
<div class="flex justify-center w55-container" id="bg-feature-3">
|
||||
<div class="w56 tc pa3">
|
||||
<h2 class="f25 normal lh-solid mt6 mb3">
|
||||
<em class="em-mint-bright">
|
||||
<em class="em-mint">
|
||||
Self hosted
|
||||
</em>
|
||||
</h2>
|
||||
@ -60,7 +60,7 @@
|
||||
<div class="flex justify-center w55-container" id="bg-feature-2">
|
||||
<div class=" w56 tc pa3">
|
||||
<h2 class="f25 normal lh-solid mt7 mb3">
|
||||
<em class="em-mint-bright">
|
||||
<em class="em-mint">
|
||||
Fair & Secure
|
||||
</em>
|
||||
</h2>
|
||||
@ -90,7 +90,7 @@
|
||||
</div>
|
||||
|
||||
<div class="w-100 bg-white gray">
|
||||
<div class="flex flex-wrap justify-center pt5 pb6">
|
||||
<div class="flex flex-wrap justify-center pt4 pb5">
|
||||
<div class="mw7 mw8-l center ph5-ns ph3">
|
||||
<h2 class="f25 normal lh-solid">Summary</h2>
|
||||
<div class="columns mb3">
|
||||
@ -104,14 +104,19 @@
|
||||
|
||||
{% block outro %}
|
||||
<div class="w-100" id="bg-feature">
|
||||
<div class="pv5 ph4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 cclr-mid-mint">
|
||||
<div class="pa4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 pa3 cclr-mid-mint">
|
||||
<div class="w-100 w-60-ns">
|
||||
<h2 class="f25 normal tc tl-ns ma0 mb3">
|
||||
<em>Our alpha release</em>
|
||||
<em class="em-mint">
|
||||
Test Offen today
|
||||
</em>
|
||||
</h2>
|
||||
<p class="ma0 mb2 tc tl-ns">
|
||||
Our alpha release is ready for testing. Offen is free and always will be.
|
||||
</p>
|
||||
<p class="ma0 mb3 tc tl-ns">
|
||||
Offen is in active development. Do something brave and test our latest alpha release today. It’s free and always will be.
|
||||
Be aware that things can still contain issues and that the upgrade path may be broken with upcoming releases.
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-100 w-40-ns ml4-m ml6-l">
|
||||
@ -128,23 +133,23 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-100" id="bg-outro">
|
||||
<div class="pv5 ph4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb3 mb5 cclr-mid-yellow">
|
||||
<div class="pa4">
|
||||
<div class="mw8 center flex flex-column flex-row-ns mb5 pa3 cclr-mid-yellow">
|
||||
<div class="w-100 w-60-ns">
|
||||
<h2 class="f25 normal tc tl-ns ma0 mb3">
|
||||
<em class="em-mint">
|
||||
Get started now
|
||||
<em>
|
||||
Kick things off
|
||||
</em>
|
||||
</h2>
|
||||
<p class="ma0 mb3 tc tl-ns">
|
||||
Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides help you kick off.
|
||||
Running a website and need to collect usage statistics? Want to contribute as a developer? Our Docs will help you kick off.
|
||||
</p>
|
||||
</div>
|
||||
<div class="w-100 w-40-ns ml4-m ml6-l">
|
||||
<p class="b tc lh-title tracked-min ma0 mt3 mb2">
|
||||
Details on how to <br>run, use and develop Offen
|
||||
</p>
|
||||
<a class="w-100 tc b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black mb3 fnt-cclr-mid-black" href="https://docs.offen.dev/" rel="noopener" target="_blank">Open guides</a>
|
||||
<a class="w-100 tc b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black mb3 fnt-cclr-mid-black" href="https://docs.offen.dev/" rel="noopener" target="_blank">Open Docs</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user