added imprint and privacy policy

This commit is contained in:
tracer 2022-04-15 17:54:34 +02:00
parent 76c1e4e8cd
commit b22e44982c
1 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,13 @@
<footer class="footer">
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-bottom navbar-bottom">
<div id="legal">
<div class="d-flex justify-content-xl-around">
<div>powered by
<a href="#"><img src="{{ asset('build/images/Spookie/spookie_64x64.png') }}" alt="Spookie"></a>
</div>
<div id="legal">
<a href="{{ path('app_imprint') }}">Imprint</a>
<a href="{{ path('app_privacy') }}">Privacy Policy</a>
</div>
<div class="powered">
powered by <a href="#"><img src="{{ asset('build/images/Spookie/spookie_64x64.png') }}" alt="Spookie"></a>
</div>
</nav>
</footer>