mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
41 lines
2.1 KiB
Plaintext
41 lines
2.1 KiB
Plaintext
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col s6 m3">
|
||
|
<a href="https://www.dfg.de/">
|
||
|
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_dfg.gif') }}">
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="col s6 m3 offset-m1 center-align">
|
||
|
<a href="https://www.uni-bielefeld.de/sfb1288/">
|
||
|
<img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_sfb_1288.png') }}">
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="col s12 m3 offset-m1">
|
||
|
<h5 class="white-text">Legal Notice</h5>
|
||
|
<ul>
|
||
|
<li><a class="grey-text text-lighten-3" href="https://www.uni-bielefeld.de/(en)/impressum/">Legal Notice</a></li>
|
||
|
<li><a class="grey-text text-lighten-3" href="{{ url_for('main.privacy_policy') }}">Privacy statement (GDPR)</a></li>
|
||
|
<li><a class="grey-text text-lighten-3" href="{{ url_for('main.terms_of_use') }}">Terms of use</a></li>
|
||
|
<li></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="footer-copyright primary-color">
|
||
|
<div class="container">
|
||
|
<div class="row" style="margin-bottom: 0;">
|
||
|
<div class="col s12 m3">
|
||
|
<span>© 2020 Bielefeld University</span>
|
||
|
</div>
|
||
|
<div class="col s12 m9 right-align">
|
||
|
<a class="btn-small blue waves-effect waves-light" href="{{ url_for('main.about_and_faq') }}"><i class="left material-icons">info_outline</i>About and faq</a>
|
||
|
{% if config.NOPAQUE_CONTACT %}
|
||
|
<a class="btn-small pink waves-effect waves-light" href="mailto:{{ config.NOPAQUE_CONTACT }}?subject={{ config.NOPAQUE_MAIL_SUBJECT_PREFIX }} Contact"><i class="left material-icons">rate_review</i>Contact</a>
|
||
|
<a class="btn-small green waves-effect waves-light" href="mailto:{{ config.NOPAQUE_CONTACT }}?subject={{ config.NOPAQUE_MAIL_SUBJECT_PREFIX }} Feedback"><i class="left material-icons">feedback</i>Feedback</a>
|
||
|
{% endif %}
|
||
|
<a class="btn-small orange waves-effect waves-light" href="https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque"><i class="left material-icons">code</i>GitLab</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|