Updated home content & added feature page
the build was successful Details

This commit is contained in:
kolaente 2018-10-13 22:05:35 +02:00
parent 78ebaf8d3a
commit b783438f42
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 20 additions and 1 deletions

8
src/content/features.md Normal file
View File

@ -0,0 +1,8 @@
---
title: "Features"
date: 2018-10-13T21:59:47+02:00
draft: true
menu: "page"
---
# Features

View File

@ -6,4 +6,15 @@ type: "home"
url: "en"
---
# Vikunja
<h1 class="title is-1">Vikunja</h1>
<h3 class="subtitle is-3">The to-do app to organize your life.</h3>
<h4 class="subtitle">
Vikunja is a [self-hosted](https://vikunja.io/docs/installation) To-Do list application with
a web app and mobile apps for all platforms.
It is licensed under the [LGPLv3](https://code.vikunja.io/api/src/branch/master/LICENSE).
</h4>
<div class="container">
<a class="button is-success is-large" href="https://try.vikunja.io" target="_blank">Try it</a>
<a class="button is-light is-large" href="https://vikunja.io/docs">Docs</a>
</div>