ancient-greek.net/footer.php

44 lines
1.5 KiB
PHP

<script src='/kofi.js'></script>
<script>
kofiWidgetOverlay.draw('ancientgreeknet', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#d9534f',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
<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://git.marvinjohanning.de/marvinjohanning">git.marvinjohanning.de</a>
<br>
<a href="https://marvinjohanning.de">marvinjohanning.de</a>
<br>
<a href="https://twitter.com/ancientgreeknet">Twitter</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>