mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
posterama
This commit is contained in:
parent
c2124ebddf
commit
3f163ba953
@ -17,10 +17,10 @@
|
||||
footer.page-footer {
|
||||
transform: scale(3);
|
||||
transform-origin: 0 0;
|
||||
margin-top: 7646px;
|
||||
margin-top: 6037px;
|
||||
}
|
||||
.parallax-container {
|
||||
height: 250px;
|
||||
height: 378px;
|
||||
}
|
||||
.print-transform {
|
||||
transform: scale(3);
|
||||
@ -37,7 +37,7 @@
|
||||
<p class="light">Patrick Jentsch, Stephan Porada und Helene Schlicht</p>
|
||||
</div>
|
||||
<div class="col s12 m7">
|
||||
<br>
|
||||
<p> </p>
|
||||
<div class="card">
|
||||
<div class="card-content">
|
||||
<div class="row">
|
||||
@ -56,7 +56,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="parallax-container" style="height: 500px;">
|
||||
<div class="parallax-container">
|
||||
<img src="{{ url_for('static', filename='images/parallax_hq/books_antique_book_old.jpg') }}" width="100%" alt="">
|
||||
</div>
|
||||
|
||||
@ -100,7 +100,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="parallax-container" style="height: 500px;">
|
||||
<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;">
|
||||
</div>
|
||||
|
||||
@ -144,11 +144,11 @@
|
||||
</div>
|
||||
|
||||
{% if current_user.is_anonymous %}
|
||||
<div class="parallax-container" style="height: 500px;">
|
||||
<div class="parallax-container">
|
||||
<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">
|
||||
<div class="section teal scrollspy" id="registration-and-log-in">
|
||||
<div class="row container">
|
||||
<div class="col s12">
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user