Skip to content
Snippets Groups Projects
Unverified Commit 27de28b0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add informational footer.

parent 819fb5ef
No related branches found
No related tags found
No related merge requests found
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
}
img.person-img {
max-height: 300px;
}
......
......@@ -41,4 +41,19 @@
{% block content %}{% endblock %}
</main>
<footer class="footer text-dark bg-light">
<div class="container">
<span class="text-muted">
<a href="https://biscuit.edugit.org/">
BiscuIT - The Free School Information System
</a>
&cdot;
&copy; The BiscuIT Team @
<a href="https://www.teckids.org/">
Teckids e.V.
</a>
</span>
</div>
</footer>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment