This commit is contained in:
stephan 2020-02-27 15:41:06 +01:00
parent 2744d107ae
commit 535800558e
4 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -3,7 +3,7 @@
{% block page_content %}
<style>
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-size: cover;
}

View File

@ -5,7 +5,7 @@
{% block page_content %}
<style>
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-size: cover;
}

View File

@ -14,7 +14,7 @@
<div class="parallax-container">
<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>
@ -69,7 +69,7 @@
<div class="parallax-container">
<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>
@ -125,7 +125,7 @@
{% if current_user.is_anonymous %}
<div class="parallax-container">
<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>
@ -201,7 +201,7 @@
<div class="parallax-container">
<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>
@ -226,7 +226,7 @@
<div class="parallax-container">
<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>
{% endblock %}