mirror of
https://github.com/offen/website.git
synced 2024-11-22 01:00:26 +01:00
add intro content to get started and demo page
This commit is contained in:
parent
7a1227c95c
commit
3a4cbaed12
@ -3,3 +3,7 @@ description: Want to collect usage statistics transparently? Like to contribute
|
|||||||
slug: get-started
|
slug: get-started
|
||||||
template: getstarted
|
template: getstarted
|
||||||
sitemap_priority: 0.8
|
sitemap_priority: 0.8
|
||||||
|
|
||||||
|
We optimize Offen to be as simple and easy for everyone to self host. No additional software is required to run an instance and hardware requirements are minimal. A basic VPS or even a Raspberry Pi will be all you need to get started.
|
||||||
|
|
||||||
|
__Choose your preferred way of running Offen__ below and __check out our documentation__.
|
||||||
|
@ -3,3 +3,5 @@ description: Test drive Offen on your system today.
|
|||||||
slug: try-demo
|
slug: try-demo
|
||||||
template: trydemo
|
template: trydemo
|
||||||
sitemap_priority: 0.1
|
sitemap_priority: 0.1
|
||||||
|
|
||||||
|
Offen always respects your data, which is why we don't offer a live demo showing you data of real users. However, it's really easy to get a demo that is populated with random usage data up and running on your system.
|
||||||
|
@ -10,18 +10,17 @@
|
|||||||
<h2 class="f1-ns f2 normal ma0 mb4">
|
<h2 class="f1-ns f2 normal ma0 mb4">
|
||||||
Get started
|
Get started
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="f25 f2-ns normal ma0 mb5 mh6-ns">
|
<div class="gray tl">
|
||||||
Choose your preferred way to self host Offen
|
{{ page.content }}
|
||||||
</h3>
|
</div>
|
||||||
|
|
||||||
|
<hr class="ma0 mb5 mt4 b--black-05">
|
||||||
|
|
||||||
<div class="flex flex-column items-center">
|
<div class="flex flex-column items-center">
|
||||||
<p class="lh-title ma0 mb2 gray">
|
<p class="lh-title ma0 mb2 gray">
|
||||||
Single binary file <br>for Linux, Windows or MacOS
|
Single binary file <br>for Linux, Windows or MacOS
|
||||||
</p>
|
</p>
|
||||||
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 white cclr-bg-black-mid" href="{{ RELEASE_DIRECT_URL }}" rel="noopener">Download</a>
|
<a class="w-100 w5-ns tc b link dim ph4 pv2 dib b--solid bw2 cclr-brd-black-mid mb5 white cclr-bg-black-mid" href="{{ RELEASE_DIRECT_URL }}" rel="noopener">Download</a>
|
||||||
</div>
|
|
||||||
<hr class="ma0 mb5 b--black-05">
|
|
||||||
<div class="flex flex-column items-center">
|
|
||||||
<p class="lh-title ma0 mb2 gray">
|
<p class="lh-title ma0 mb2 gray">
|
||||||
Offen as a Docker image
|
Offen as a Docker image
|
||||||
</p>
|
</p>
|
||||||
|
@ -10,9 +10,11 @@
|
|||||||
<h2 class="f1-ns f2 normal tc ma0 mb4">
|
<h2 class="f1-ns f2 normal tc ma0 mb4">
|
||||||
Try demo
|
Try demo
|
||||||
</h2>
|
</h2>
|
||||||
<h3 class="f25 f2-ns normal tc ma0 mb5">
|
<div class="gray">
|
||||||
Test drive Offen on your system
|
{{ page.content }}
|
||||||
</h3>
|
</div>
|
||||||
|
|
||||||
|
<hr class="ma0 mb5 mt4 b--black-05">
|
||||||
|
|
||||||
<p class="lh-title ma0 mb3 gray">
|
<p class="lh-title ma0 mb3 gray">
|
||||||
Open your terminal and type
|
Open your terminal and type
|
||||||
|
Loading…
Reference in New Issue
Block a user