Remove nopaque title section on homepage

This commit is contained in:
Patrick Jentsch 2021-05-03 15:58:39 +02:00
parent f2a5fe3143
commit 2964ab7a13

View File

@ -6,16 +6,7 @@
{% endblock nav_content %}
{% block page_content %}
<div class="section white">
<div class="row container">
<div class="col s12">
<h1 id="title">{{ title }}</h1>
<p>From text to data to analysis</p>
</div>
</div>
</div>
<div class="parallax-container">
<div class="parallax-container" id="title">
<div class="parallax">
<img src="{{ url_for('static', filename='images/parallax_lq/01_books_antique_book_old.jpg') }}" alt="">
</div>