-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
33 lines (30 loc) · 1.11 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<footer>
<fieldset class="separator-styled footer"></fieldset>
<div class="row">
<div class="column-4">
Made by Marvin J. You can also find me on: <br>
<a href="https://marvinjohanning.de">marvinjohanning.de</a>
<br>
<a href="https://beakandlens.com">beakandlens.com</a>
</div>
<div class="column-4">
Other links:<br>
<a href="/impressum.html">Impressum</a>
<br>
<a href="/privacy/privacy-policy.php">Privacy Policy</a>
</div>
<div class="column-4">
<?php include('webrings/hotline.php'); ?>
<br>
<?php include('webrings/geekring.php'); ?>
<br>
<?php include('webrings/retronauts.php'); ?>
<?php include('webrings/yesterweb.php'); ?>
</div>
<div class="column-4">
This work is licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless otherwise stated.
<br />
Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
</div>
</div>
</footer>