mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-25 02:44:18 +00:00
Make some changes
This commit is contained in:
parent
4728978cbf
commit
934674d5ba
1
app/static/images/qr_-_inf.svg
Normal file
1
app/static/images/qr_-_inf.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 177 KiB |
@ -30,7 +30,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container" style="height: 260px;">
|
<div class="parallax-container" style="height: 250px;">
|
||||||
<div class="parallax">
|
<div class="parallax">
|
||||||
<img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt="">
|
<img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
@ -74,7 +74,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container" style="height: 260px;">
|
<div class="parallax-container" style="height: 250px;">
|
||||||
<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/chapter_book_text_tale.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
@ -120,7 +120,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if current_user.is_anonymous %}
|
{% if current_user.is_anonymous %}
|
||||||
<div class="parallax-container" style="height: 260px;">
|
<div class="parallax-container" style="height: 250px;">
|
||||||
<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/german_text_book_paper.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
@ -185,7 +185,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="parallax-container" style="height: 260px;">
|
<div class="parallax-container" style="height: 250px;">
|
||||||
<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/german_text_book_paper.jpg') }}" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
@ -157,11 +157,31 @@
|
|||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col s6 m3">
|
<div class="col s12 m4">
|
||||||
<a href="https://www.dfg.de/">
|
<a href="https://www.dfg.de/">
|
||||||
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_dfg.gif') }}">
|
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_dfg.gif') }}">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col s12 m4">
|
||||||
|
<h5 class="white-text">Contact</h5>
|
||||||
|
<ul>
|
||||||
|
<li>Patrick Jentsch: p.jentsch@uni-bielefeld.de</li>
|
||||||
|
<li>Stephan Porada: sporada@uni-bielefeld.de</li>
|
||||||
|
<li>Helene Schlicht: helene.schlicht@uni-bielefeld.de</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="col s12 m3">
|
||||||
|
<h5 class="white-text">Reminder</h5>
|
||||||
|
<p>
|
||||||
|
More information regarding nopaques upcomming release will follow in the near future on our website.<br>
|
||||||
|
<small>www.uni-bielefeld.de/sfb1288/projekte/inf.html</small>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="col s12 m1">
|
||||||
|
<p> </p>
|
||||||
|
<img class="responsive-img" src="{{ url_for('static', filename='images/qr_-_inf.svg') }}">
|
||||||
|
</div>
|
||||||
|
<!--
|
||||||
<div class="col s6 m3 offset-m1 center-align">
|
<div class="col s6 m3 offset-m1 center-align">
|
||||||
<a href="https://www.uni-bielefeld.de/sfb1288/">
|
<a href="https://www.uni-bielefeld.de/sfb1288/">
|
||||||
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_sfb_1288.png') }}">
|
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_sfb_1288.png') }}">
|
||||||
@ -174,14 +194,17 @@
|
|||||||
<li style="overflow: hidden;"><a class="grey-text text-lighten-3" href="https://gitlab.ub.uni-bielefeld.de/sfb1288inf/opaque"><i class="material-icons left">code</i>GitLab</a></li>
|
<li style="overflow: hidden;"><a class="grey-text text-lighten-3" href="https://gitlab.ub.uni-bielefeld.de/sfb1288inf/opaque"><i class="material-icons left">code</i>GitLab</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© 2019 Bielefeld University
|
© 2020 Bielefeld University
|
||||||
<a class="grey-text text-lighten-4 right" href="#!">Legal notice</a>
|
<a class="grey-text text-lighten-4 right" href="#!">Legal notice</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</footer>
|
</footer>
|
||||||
<script src="{{ url_for('static', filename='js/Materialize/materialize.min.js') }}"></script>
|
<script src="{{ url_for('static', filename='js/Materialize/materialize.min.js') }}"></script>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user