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" >
2020-02-22 21:14:53 +01:00
< p class = "b tc lh-title tracked-min ma0 mt3 mb2" >
Single binary file < br > for Linux, Windows or MacOS
2020-01-31 21:58:30 +01:00
< / p >
2020-02-25 19:41:09 +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 = "{{ RELEASE_DIRECT_URL }}" rel = "noopener" > Download< / a >
2020-02-22 21:14:53 +01:00
< p class = "b tc lh-title tracked-min ma0 mt4 mb2" >
2020-02-25 19:41:09 +01:00
Your own Offen instance
2020-02-22 21:14:53 +01:00
< / p >
2020-02-25 19:41:09 +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 = "{{ HEROKU_DIRECT_URL }}" rel = "noopener" target = "_blank" > Deploy to Heroku< / a >
2020-01-31 21:58:30 +01:00
< / 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-02-22 21:14:53 +01:00
Running a website and need to collect usage statistics? Want to contribute as a developer? Our guides help you kick off.
2020-01-31 21:58:30 +01:00
< / p >
< / div >
< div class = "w-100 w-40-ns ml4-m ml6-l" >
2020-02-22 21:14:53 +01:00
< p class = "b tc lh-title tracked-min ma0 mt3 mb2" >
Details on how to < br > run, use and develop Offen
2020-01-31 21:58:30 +01:00
< / 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 %}