59 lines
1.6 KiB
PHP
59 lines
1.6 KiB
PHP
<?php
|
|
/**
|
|
* The template for displaying the footer
|
|
*
|
|
* Contains the closing of the "off-canvas-wrap" div and all content after.
|
|
*
|
|
* @package Biofriction
|
|
* @since Biofriction 1.0.0
|
|
*/
|
|
?>
|
|
|
|
<footer class="footer-container">
|
|
<div class="footer-grid">
|
|
<?php dynamic_sidebar( 'footer-widgets' ); ?>
|
|
</div>
|
|
<div class="footer-credits">
|
|
<ul class="logos">
|
|
<li class="credit">
|
|
<a href="https://hangar.org" class="logo hangar" title="Hangar">
|
|
<h6 class="">Hangar</h6>
|
|
</a>
|
|
</li>
|
|
<li class="credit">
|
|
<a href="https://bioartsociety.fi/" class="logo solubioart" title="">
|
|
<h6 class="">SOLU Bioart Society</h6>
|
|
</a>
|
|
</li>
|
|
<li class="credit">
|
|
<a href="https://kersnikova.org/" class="logo kersnikova" title="">
|
|
<h6 class="">Kersnikova</h6>
|
|
</a>
|
|
</li>
|
|
<li class="credit">
|
|
<a href="https://cultivamoscultura.com/" class="logo cultivamoscultura" title="">
|
|
<h6 class="">Cultivamos Cultura</h6>
|
|
</a>
|
|
</li>
|
|
<li class="credit last">
|
|
<a href="https://ec.europa.eu/programmes/creative-europe/" class="logo eucreativeeurope" title="">
|
|
<h6 class="">Co-founded by the Creative Europe Programme of the European Union</h6>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="text">
|
|
<li class="credit">
|
|
<p>coding <a href="https://hangar.org">tech hangar</a> and <a href="https://vitrubio.net" title="web development by vitrubio.net"/>vitrubio.net</a></p>
|
|
</li>
|
|
<li class="credit">
|
|
<p>design <a href="https://alexwifi.onfabrik.com/" title="alexwifi portfolio">@alexwifi</a></p>
|
|
</li>
|
|
</ul>
|
|
</footer>
|
|
|
|
</div><?php //Close off-canvas content do not remove ?>
|
|
|
|
<?php wp_footer(); ?>
|
|
</body>
|
|
</html>
|