This commit is contained in:
Patrick Jentsch 2020-02-27 13:23:21 +01:00
parent aaaed0f214
commit 2e8a2751d8

View File

@ -17,10 +17,7 @@
footer.page-footer {
transform: scale(3);
transform-origin: 0 0;
margin-top: 6037px;
}
.parallax-container {
height: 378px;
margin-top: 5496px;
}
.print-transform {
transform: scale(3);
@ -28,16 +25,23 @@
}
</style>
{% endif %}
<style>
.parallax-container {
height: 321px;
}
</style>
<div class="print-transform">
<div class="section">
<div class="row container">
<div class="col s12">
<p>&nbsp;</p>
</div>
<div class="col s12 m5">
<h1>nopaque</h1>
<p class="light">Patrick Jentsch, Stephan Porada und Helene Schlicht</p>
</div>
<div class="col s12 m7">
<p>&nbsp;</p>
<div class="card">
<div class="card-content">
<div class="row">
@ -46,7 +50,7 @@
<img class="responsive-img" src="https://www.uni-bielefeld.de/sfb1288/images/Logo_SFB1288_DE_300dpi.png">
</div>
<div class="col s9">
<p>nopaque is a web application that helps to transform heterogeneous textual source materials into standard-compliant research data. The services of nopaque are designed to accompany the research process.</p>
<p>Nopaque is a web application that helps to transform and explore heterogeneous textual source materials into standard-compliant research data. Nopaque are designed to accompany the research process.</p>
<p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject (TP) INF "Data Infrastructure and Digital Humanities".</p>
</div>
</div>
@ -57,7 +61,7 @@
</div>
<div class="parallax-container">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="" style="margin-top: -200px;">
</div>
<div class="section white scrollspy" id="information">
@ -66,8 +70,7 @@
<div class="row">
<div class="col s12">
<h3>Why you should use nopaque</h3>
<p>Wouldn't it be nice to have a tool that saves you time and trouble so that you can solely focus on your research?<br>
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.</p>
<p>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.</p>
<p>nopaques container virtualization guarantees high interoperability, reusability and reproducibility of research results. User research processes are carried out in containers created on demand, based on static images with fixed software versions including all dependencies.</p>
</div>
@ -76,7 +79,7 @@
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
<p>Speeds up your work</p>
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without delaying compatibility issues.</p>
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without being held up by compatibility issues.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
@ -101,7 +104,7 @@
</div>
<div class="parallax-container">
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" width="100%" alt="" style="margin-top: -300px;">
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" width="100%" alt="" style="margin-top: -350px;">
</div>
<div class="section white scrollspy" id="services">
@ -124,7 +127,7 @@
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">find_in_page</i>
<p>Optical Character Recognition</p>
<p class="light">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.</p>
<p class="light">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.</p>
</div>
<div class="col s12 m6 l3 center-align">
<i class="large material-icons" style="color: #ee6e73;">format_textdirection_l_to_r</i>
@ -145,25 +148,25 @@
{% if current_user.is_anonymous %}
<div class="parallax-container">
<img src="{{ url_for('static', filename='images/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -550px;">
<img src="{{ url_for('static', filename='images/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -450px;">
</div>
<div class="section teal scrollspy" id="registration-and-log-in">
<div class="section white scrollspy" id="registration-and-log-in">
<div class="row container">
<div class="col s12">
<div class="row">
<!--
<div class="col s12 m4">
<h3>Registration and Log in</h3>
<p>Want to boost your research and get going? nopaque is free and no download is needed. Register now!</p>
<a class="btn waves-effect waves-light" href="{{ url_for('auth.register') }}"><i class="material-icons left">person_add</i>Register</a>
</div>
</div>-->
<div class="col s12 m8">
<br class="hide-on-small-only">
<div class="col s12">
<div class="card">
<form method="POST">
<div class="card-content">
<span class="card-title">Log in</span>
<span class="card-title">Registration and Log in</span>
{{ login_form.hidden_tag() }}
<div class="input-field">
<i class="material-icons prefix">person</i>
@ -184,21 +187,14 @@
<div class="row" style="margin-bottom: 0;">
<div class="col s6 left-align">
<a href="{{ url_for('auth.reset_password_request') }}">Forgot your password?</a>
|
<a href="{{ url_for('auth.reset_password_request') }}">No account yet?</a>
</div>
<div class="col s6 right-align">
<div class="switch">
<label>
Remember me
{{ login_form.remember_me() }}
<span class="lever"></span>
</label>
</div>
{{ macros.submit_button(login_form.submit) }}
</div>
</div>
</div>
<div class="card-action right-align">
{{ macros.submit_button(login_form.submit) }}
</div>
</form>
</div>
</div>