mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Update poster
This commit is contained in:
parent
90022d25d2
commit
957d4a513c
@ -3,8 +3,8 @@
|
|||||||
{% set parallax = True %}
|
{% set parallax = True %}
|
||||||
|
|
||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
{% if request.args.get('print') == 'True' %}
|
|
||||||
<style>
|
<style>
|
||||||
|
{% if request.args.get('print') == 'True' %}
|
||||||
html {
|
html {
|
||||||
/* DIN 0 bei 150dpi */
|
/* DIN 0 bei 150dpi */
|
||||||
width: 4697;
|
width: 4697;
|
||||||
@ -23,9 +23,7 @@
|
|||||||
transform: scale(3);
|
transform: scale(3);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
}
|
}
|
||||||
</style>
|
{% endif %}
|
||||||
{% endif %}
|
|
||||||
<style>
|
|
||||||
.parallax-container {
|
.parallax-container {
|
||||||
height: 321px;
|
height: 321px;
|
||||||
}
|
}
|
||||||
@ -50,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col s9">
|
<div class="col s9">
|
||||||
<p>nopaque is a web application that helps to convert heterogeneous textual source material into standard-compliant research data for subsequent analysis. nopaque is designed to accompany your research process.</p>
|
<p>nopaque is a web application that helps to convert heterogeneous textual source material into standard-compliant research data for subsequent analysis. nopaque is designed to accompany your research process.</p>
|
||||||
<p>The web application is developed within the DFG-funded Collaborative Research Center 1288 "Practices of Comparison" by the subproject INF "Data Infrastructure and Digital Humanities".</p>
|
<p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject INF "Data Infrastructure and Digital Humanities".</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -60,7 +58,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="" style="margin-top: -200px;">
|
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="" style="margin-top: -200px;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section white scrollspy" id="information">
|
<div class="section white scrollspy" id="information">
|
||||||
@ -103,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" width="100%" alt="" style="margin-top: -350px;">
|
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" width="100%" alt="" style="margin-top: -350px;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section white scrollspy" id="services">
|
<div class="section white scrollspy" id="services">
|
||||||
@ -112,7 +110,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<h3>What nopaque can do for you</h3>
|
<h3>What nopaque can do for you</h3>
|
||||||
<p>All services and processes are logically linked and built upon each other. You can follow them step by step or directly choose the one that suits your needs best. And while the process is computed in nopaque’s cloud, you can just keep working.</p>
|
<p>All services and processes are logically linked and built upon each other. You can follow them step by step or directly choose the one that suits your needs best. And while the process is computed in nopaque’s cloud infrastructure, you can just keep working.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
@ -146,7 +144,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<img src="{{ url_for('static', filename='images/parallax_hq/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -450px;">
|
<img src="{{ url_for('static', filename='images/parallax_hq/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -450px;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="section white scrollspy" id="registration-and-log-in">
|
<div class="section white scrollspy" id="registration-and-log-in">
|
||||||
|
Loading…
Reference in New Issue
Block a user