Poster stuff

This commit is contained in:
stephan 2020-02-27 11:46:28 +01:00
parent 41b171e460
commit 50d06d0eea
3 changed files with 8 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -17,7 +17,7 @@
footer.page-footer {
transform: scale(3);
transform-origin: 0 0;
margin-top: 5491px;
margin-top: 7646px;
}
.parallax-container {
height: 250px;
@ -56,10 +56,8 @@
</div>
</div>
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
<div class="parallax-container" style="height: 500px;">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="">
</div>
<div class="section white scrollspy" id="information">
@ -70,6 +68,7 @@
<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>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>
<div class="col s12">
@ -101,10 +100,8 @@
</div>
</div>
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/book_text_read_paper.jpg') }}" alt="">
</div>
<div class="parallax-container" style="height: 500px;">
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" width="100%" alt="" style="margin-top: -300px;">
</div>
<div class="section white scrollspy" id="services">
@ -147,10 +144,8 @@
</div>
{% if current_user.is_anonymous %}
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/concept_document_focus_letter.jpg') }}" alt="">
</div>
<div class="parallax-container" style="height: 500px;">
<img src="{{ url_for('static', filename='images/text_data_wide.png') }}" width="100%" alt="" style="margin-top: -550px;">
</div>
<div class="section white scrollspy" id="registration-and-log-in">
@ -212,11 +207,5 @@
</div>
</div>
{% endif %}
<div class="parallax-container">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" alt="">
</div>
</div>
</div>
{% endblock %}