Add a footer with i.a. a link to privacy policy

This commit is contained in:
Midgard 2020-07-26 15:12:07 +02:00
parent 295de3f5d5
commit b664ef765f
Signed by: midgard
GPG key ID: 511C112F1331BBB4
2 changed files with 13 additions and 0 deletions

View file

@ -170,3 +170,11 @@ input:focus,
textarea:focus {
transform: scale(1.02);
}
footer {
color: #777777;
padding: 10px;
}
footer a {
color: #888888;
}

View file

@ -53,5 +53,10 @@
<main class="align">
{% block content %}{% endblock %}
</main>
<footer class="align">
<a href="https://zeus.gent/about/privacy/">Privacybeleid</a> |
<a href="https://git.zeus.gent/bestuur/kers">Broncode</a> |
Ontwikkeld door <a href="https://zeus.gent/">Zeus WPI</a>
</footer>
</body>
</html>