2021-04-27 22:21:26 +02:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* The template for displaying the footer
|
|
|
|
*
|
|
|
|
* Contains the closing of the "off-canvas-wrap" div and all content after.
|
|
|
|
*
|
2021-04-28 01:20:47 +02:00
|
|
|
* @package arcHIVE-theme
|
|
|
|
* @since arcHIVE-theme 1.0.0
|
2021-04-27 22:21:26 +02:00
|
|
|
*/
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
2021-04-29 00:56:02 +02:00
|
|
|
<footer class="">
|
|
|
|
<section class="subsection">
|
|
|
|
<aside class="site-brand archive">
|
|
|
|
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" class="">
|
|
|
|
<h1 class="site-name">
|
|
|
|
<?php bloginfo( 'name' ); ?>
|
|
|
|
</h1>
|
|
|
|
<h2 class="site-description">
|
|
|
|
<?php bloginfo( 'description' ); ?>
|
|
|
|
</h2>
|
|
|
|
</a>
|
|
|
|
</aside>
|
|
|
|
<aside class="double newsletter">
|
2021-05-03 19:49:25 +02:00
|
|
|
<p> Subscribe to our <br/>
|
2021-04-30 01:12:57 +02:00
|
|
|
<span class="h4"><a href="https://arc-hive.zone/newsletter/">newsletter</a></span>
|
2021-04-29 00:56:02 +02:00
|
|
|
</p>
|
|
|
|
</aside>
|
|
|
|
<aside class="newsletter">
|
2021-05-03 19:49:25 +02:00
|
|
|
<p> Follow us on <br/>
|
2021-04-30 01:12:57 +02:00
|
|
|
<span class="h4"><a href="https://www.facebook.com/arc.hive.platform/">facebook</a></span>
|
2021-05-03 19:49:25 +02:00
|
|
|
-
|
2021-04-30 01:12:57 +02:00
|
|
|
<span class="h4"><a href="https://www.instagram.com/arc.hive.zone/">instagram</a></span>
|
2021-04-29 00:56:02 +02:00
|
|
|
</p>
|
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="subsection">
|
|
|
|
<aside class="contact">
|
|
|
|
<p><a href="mailto:info@arc-hive.zone">info@arc-hive.zone</a></p>
|
2021-04-30 01:12:57 +02:00
|
|
|
<p class="h5"><a href="https://arc-hive.zone/contact/">CONTACT</a></p>
|
2021-04-29 00:56:02 +02:00
|
|
|
</aside>
|
|
|
|
<aside class="double partners">
|
|
|
|
<p>ARC-HIVE partners are:</p>
|
|
|
|
<ul>
|
2021-04-30 16:55:49 +02:00
|
|
|
<li class="h5"> <a href="https://bioartsociety.fi/">Bioart Society</a></li>
|
2021-05-03 19:49:25 +02:00
|
|
|
<li class="h5"> <a href="https://cultivamoscultura.com/">Cultivamos Cultura</a></li>
|
|
|
|
<li class="h5"> <a href="https://hangar.org/">Hangar</a></li>
|
|
|
|
<li class="clear clearfix"></li>
|
2021-04-30 16:55:49 +02:00
|
|
|
<li class="h5"> <a href="https://kersnikova.org/">Kersnikova</a></li>
|
|
|
|
<li class="h5"> <a href="https://www.kontejner.org/">Kontejner</a></li>
|
2021-05-03 19:49:25 +02:00
|
|
|
<li class="h5"> <a href="https://www.naturalsciences.be/">RBINS</a></li>
|
2021-04-29 00:56:02 +02:00
|
|
|
</ul>
|
|
|
|
</aside>
|
|
|
|
<aside class="co-founded">
|
|
|
|
<a href="#" class="brand-logo eu">
|
|
|
|
<h1 class="site-name">Co-Funded bye the Creative Europe Programme of the European Union</h1>
|
|
|
|
</a>
|
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
<section class="subsection">
|
|
|
|
<aside class="copyright">
|
|
|
|
Hosted, maintained and coded by <a href="https://hangar.org">Hangar</a>
|
|
|
|
</aside>
|
|
|
|
<aside class="double">
|
2021-04-29 11:47:25 +02:00
|
|
|
<?php dynamic_sidebar( 'footer-widgets' ); ?>
|
2021-04-29 00:56:02 +02:00
|
|
|
</aside>
|
|
|
|
<aside class="legal-credits">
|
|
|
|
Visual identity by <a href="http://oficinadedisseny.net/">Oficina de disseny</a>
|
|
|
|
</aside>
|
|
|
|
</section>
|
|
|
|
</footer>
|
2021-04-27 22:21:26 +02:00
|
|
|
|
|
|
|
<?php wp_footer(); ?>
|
|
|
|
</body>
|
|
|
|
</html>
|