Add a footer with i.a. a link to privacy policy
This commit is contained in:
parent
295de3f5d5
commit
b664ef765f
2 changed files with 13 additions and 0 deletions
|
@ -170,3 +170,11 @@ input:focus,
|
|||
textarea:focus {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #777777;
|
||||
padding: 10px;
|
||||
}
|
||||
footer a {
|
||||
color: #888888;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue