2020-01-31 21:58:30 +01:00
{% extends "page.html" %}
{% set is_getstarted = 'true' %}
{% block content %}
2020-02-02 20:28:36 +01:00
< div class = "w-100 mt5-ns" id = "bg-feature" >
2020-01-31 21:58:30 +01:00
< div class = "pv5 ph4" >
2020-02-02 20:28:36 +01:00
< div class = "mw8 center flex flex-column flex-row-ns mb5 cclr-mid-mint" >
2020-01-31 21:58:30 +01:00
< div class = "w-100 w-60-ns" >
2020-02-01 23:16:55 +01:00
< h2 class = "f25 normal tc tl-ns ma0 mb3" >
2020-01-31 21:58:30 +01:00
< em > Our alpha release< / em >
< / h2 >
2020-02-01 23:16:55 +01:00
< p class = "ma0 mb3 tc tl-ns" >
2020-02-02 20:51:24 +01:00
Offen is in active development. Do something brave and test our latest alpha release today. It’ s free and always will be.
2020-01-31 21:58:30 +01:00
< / p >
< / div >
< div class = "w-100 w-40-ns ml4-m ml6-l" >
< p class = "tc lh-title tracked-min ma0 mt3-ns mb2 white" >
Single binary file for < br > Linux, Windows or MacOS
< / p >
2020-02-02 20:28:36 +01:00
< a class = "w-100 tc b link dim ph4 pv2 dib b--solid bw2 brd-cclr-mid-black mb2 fnt-cclr-mid-black" href = "{{ RELEASE_DIRECT_URL }}" rel = "noopener" > Download< / a >
2020-01-31 21:58:30 +01:00
< div class = "tc" >
2020-02-02 20:28:36 +01:00
< a class = "w-100 tracked-min b link dim mb3 fnt-cclr-mint-bright" href = "{{ RELEASE_URL }}" rel = "noopener" target = "_blank" > Open GitHub release page< / a >
2020-01-31 21:58:30 +01:00
< / div >
< / div >
< / div >
< / div >
< / div >
2020-02-02 20:28:36 +01:00
< div class = "w-100" id = "bg-outro" >
2020-01-31 21:58:30 +01:00
< div class = "pv5 ph4" >
2020-02-02 20:28:36 +01:00
< div class = "mw8 center flex flex-column flex-row-ns mb3 mb5 cclr-mid-yellow" >
2020-01-31 21:58:30 +01:00
< div class = "w-100 w-60-ns" >
2020-02-01 23:16:55 +01:00
< h2 class = "f25 normal tc tl-ns ma0 mb3" >
2020-01-31 21:58:30 +01:00
< em class = "em-extra" >
Get started now
< / em >
< / h2 >
2020-02-01 23:16:55 +01:00
< p class = "ma0 mb3 tc tl-ns" >
2020-01-31 21:58:30 +01:00
Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides will help you kick off.
< / p >
< / div >
< div class = "w-100 w-40-ns ml4-m ml6-l" >
< p class = "tc lh-title tracked-min ma0 mt3-ns mb2 white" >
Details on how to run, use < br > and develop Offen
< / p >
2020-02-02 20:28:36 +01:00
< 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 >
2020-01-31 21:58:30 +01:00
< / div >
< / div >
< / div >
< / div >
{% endblock %}