Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 888f6ac

Browse files
committed
✨ Footer Links
1 parent 25878f0 commit 888f6ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030
<div class="custom-control custom-checkbox cookie-disclaimer">
3131
<input type="checkbox" class="custom-control-input" id="cookie-disclaimer">
32-
<label class="custom-control-label" for="cookie-disclaimer">Accept the use of cookies and the privacy agreement.</label>
32+
<label class="custom-control-label" for="cookie-disclaimer">Accept the use of cookies and the privacy policy.</label>
3333
</div>
3434

3535
</div>

views/partials/footer.ejs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<footer class="footer">
22
<div class="container">
3-
<a class=""href="#">About us</a> |
4-
<a href="#">Dateschutzerklärung</a> |
5-
<a href="#">Impressum</a>
3+
Made by <a href="https://twitter.com/lichtblau" style="color: #F81894" target="_blank">Marius</a> and <a href="https://github.com/bisbaldi" style="color: #F81894" target="_blank">Annika</a> |
4+
Code on <a href="https://github.com/mlichtblau/kraggl" style="color: #F81894" target="_blank">Github</a> |
5+
<a href="/privacy" target="_blank">Privacy Policy</a> |
6+
<a href="/imprint" target="_blank">Impressum</a>
67
</div>
78
</footer>
89

0 commit comments

Comments
 (0)