Upgrade microsite

This commit is contained in:
Eike Kettner
2019-12-29 23:37:32 +01:00
parent 2001cca88b
commit 57e274e2b0
42 changed files with 599 additions and 70 deletions

View File

@ -1,6 +1,5 @@
---
layout: docs
position: 5
title: Api
---

View File

@ -0,0 +1,10 @@
---
layout: docs
title: Demo
---
# {{ page.title }}
<img width="100%" src="img/docspell-demo.gif" title="Demo">

View File

@ -1,12 +1,6 @@
---
layout: home
position: 3
section: quickstart
layout: docs
title: Quickstart
technologies:
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
---
## Download

View File

@ -1,12 +1,9 @@
---
layout: home
position: 1
section: home
title: Home
technologies:
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
layout: homeFeatures
features:
- first: ["Stow documents away", "Most of the time documents (emails, postal mail) are received or created. It should be fast to stow them away, knowing that they can be found if necessary."]
- second: ["Semi-Automatic Tagging", "Documents are analyzed and tagged automatically. “Semi”, because it may not always be correct; results can be reviewed and corrected."]
- third: ["Find them", "If there is a document needed, you can search for it. Usually, restricting to a date range and a correspondent will result in only a few documents to sift through. Alternatively, you can add your own tags, names etc to better match your workflow."]
---
# A Document Organizer

View File

@ -1,18 +1,27 @@
.jumbotron {
#masthead {
background: url(../img/back-master-small.jpg);
background-repeat: no-repeat;
background-size: 100% 800px;
}
.content-wrapper h1, .h1 {
border-bottom: 1px solid #d8dfe5;
padding-bottom: 0.8rem;
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open>a, .docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item.open button {
background: #495680;
}
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item .sub-section {
background: #172651;
}
.docs #sidebar-wrapper .sidebar-nav .sidebar-nav-item .sub-section a.active {
font-weight: bold;
}
.docs #sidebar-wrapper {
background: #172651;
}
body {
font-size: 1.75em;
.docs #sidebar-wrapper #sidebar-brand {
background: #495680;
}
h4 {
.docs h4 {
text-decoration: underline;
}

View File

@ -2,7 +2,10 @@ options:
- title: Home
url: index.html
- title: Getit
- title: Demo
url: demo.html
- title: Quickstart
url: getit.html
- title: Documentation

View File

@ -0,0 +1 @@
../../../../../../../artwork/logo-only.svg

View File

@ -0,0 +1 @@
../../../../../../../artwork/stow.svg

View File

@ -0,0 +1 @@
../../../../../../../artwork/logo-only-36.svg

View File

@ -0,0 +1 @@
light-navbar-brand.svg

View File

@ -1 +0,0 @@
../../../../../../../artwork/logo-96.png

View File

@ -1 +0,0 @@
../../../../../../../artwork/logo-96.png

View File

@ -0,0 +1 @@
../../../../../../../artwork/tag.svg

View File

@ -1 +0,0 @@
../../../../../../../artwork/logo-96.png

View File

@ -1 +0,0 @@
../../../../../../../artwork/logo-96.png

View File

@ -0,0 +1 @@
../../../../../../../artwork/search.svg

View File

@ -1,16 +0,0 @@
---
layout: home
position: 2
section: demo
title: Demo
technologies:
- first: ["Scala + Elm", "Backend is in Scala with Cats/Fs2, Webapp in Elm"]
- second: ["Unpaper + Tesseract", "Text is extracted using OCR provided by tesseract"]
- third: ["Stanford NLP", "Documents are analyzed using Stanford NLP classifiers"]
---
# {{ page.title }}
<img width="100%" src="img/docspell-demo.gif" title="Demo">

View File

@ -99,7 +99,7 @@ span.small-info {
.login-layout .login-view, .register-layout .register-view, .newinvite-view {
background: #fff;
position: relative;
top: 20vh;
top: 2vh;
}
.invisible {