mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
pics+
This commit is contained in:
parent
2744d107ae
commit
535800558e
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
@ -3,7 +3,7 @@
|
|||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
background-image: url("{{ url_for('static', filename='images/parallax_lq/04_german_text_book_paper.jpg') }}");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% block page_content %}
|
{% block page_content %}
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
background-image: url("{{ url_for('static', filename='images/bible_text.jpg') }}");
|
background-image: url("{{ url_for('static', filename='images/parallax_lq/02_concept_document_focus_letter.jpg') }}");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/parallax_lq/01_books_antique_book_old.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/chapter_book_text_tale.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/parallax_lq/02_concept_document_focus_letter.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -125,7 +125,7 @@
|
|||||||
{% if current_user.is_anonymous %}
|
{% if current_user.is_anonymous %}
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/parallax_lq/03_text_data_wide.png') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -201,7 +201,7 @@
|
|||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/parallax_lq/04_german_text_book_paper.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -226,7 +226,7 @@
|
|||||||
|
|
||||||
<div class="parallax-container">
|
<div class="parallax-container">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/parallax_lq/05_chapter_book_text_tale.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user