From 9d197ef8c711105ba4a4ad4f67eda672d1285ae7 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 27 Feb 2020 15:33:55 +0100 Subject: [PATCH 1/2] Update according to poster texts --- app/templates/main/index.html.j2 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/templates/main/index.html.j2 b/app/templates/main/index.html.j2 index eb5eaa3e..a669e52d 100644 --- a/app/templates/main/index.html.j2 +++ b/app/templates/main/index.html.j2 @@ -7,7 +7,7 @@

nopaque

-

Catch phrase - From image collection to corpus analysis

+

From text to data to analysis

@@ -24,8 +24,7 @@

Why you should use nopaque

-

Wouldn't it be nice to have a tool that saves you time and trouble so that you can solely focus on your research?
- nopaque is a custom-built web application for researchers who want to get out more of their images and texts without having to bother about the technical side of things. You can focus on what really interests you, nopaque does the rest.

+

nopaque is a custom-built web application for researchers who want to get out more of their images and texts without having to bother about the technical side of things. You can focus on what really interests you, nopaque does the rest.

@@ -33,7 +32,7 @@
flash_on

Speeds up your work

-

All tools provided by nopaque are carefully selected to provide a complete tool suite without delaying compatibility issues.

+

All tools provided by nopaque are carefully selected to provide a complete tool suite without being held up by compatibility issues.

cloud @@ -93,7 +92,7 @@
find_in_page

Optical Character Recognition

-

nopaque converts your image data – like photos or scans – into text data through a process called OCR. This step enables you to proceed with further computational analysis of your documents.

+

nopaque converts your image data – like photos or scans – into text data through OCR making it machine readable. This step enables you to proceed with further computational analysis of your documents.

format_textdirection_l_to_r From 1b6118293229edad4a8401d2e42f45a6664874af Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Thu, 27 Feb 2020 15:39:53 +0100 Subject: [PATCH 2/2] login page update --- app/templates/auth/login.html.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/auth/login.html.j2 b/app/templates/auth/login.html.j2 index 77d0dbf5..94002e6e 100644 --- a/app/templates/auth/login.html.j2 +++ b/app/templates/auth/login.html.j2 @@ -1,5 +1,7 @@ {% extends "nopaque.html.j2" %} +{% set headline = ' ' %} + {% block page_content %}