added footer as wordpress and static
This commit is contained in:
parent
bf17d93710
commit
052aec12f6
|
@ -0,0 +1,60 @@
|
|||
|
||||
<section class="subsection">
|
||||
<aside class="site-brand arc-hive">
|
||||
<a href="<?php echo $site->url(); ?>" rel="home" class="">
|
||||
<h1 class="site-name">
|
||||
<?php echo $site->title(); ?>
|
||||
</h1>
|
||||
<h2 class="site-description">
|
||||
an integrative digital bio-art platform
|
||||
</h2>
|
||||
</a>
|
||||
</aside>
|
||||
<aside class="double newsletter">
|
||||
<p> Subscribe to our <br/>
|
||||
<span class="h4"><a href="https://arc-hive.zone/newsletter/">newsletter</a></span>
|
||||
</p>
|
||||
</aside>
|
||||
<aside class="newsletter">
|
||||
<p> Follow us on <br/>
|
||||
<span class="h4"><a href="https://www.facebook.com/arc.hive.platform/">facebook</a></span>
|
||||
-
|
||||
<span class="h4"><a href="https://www.instagram.com/arc.hive.zone/">instagram</a></span>
|
||||
</p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="subsection">
|
||||
<aside class="contact">
|
||||
<p><a href="mailto:info@arc-hive.zone">info@arc-hive.zone</a></p>
|
||||
<p class="h5"><a href="https://arc-hive.zone/contact/">CONTACT</a></p>
|
||||
</aside>
|
||||
<aside class="double partners">
|
||||
<p>ARC-HIVE partners are:</p>
|
||||
<ul>
|
||||
<li class="h5"> <a href="https://bioartsociety.fi/">Bioart Society</a></li>
|
||||
<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>
|
||||
<li class="h5"> <a href="https://kersnikova.org/">Kersnikova</a></li>
|
||||
<li class="h5"> <a href="https://www.kontejner.org/">Kontejner</a></li>
|
||||
<li class="h5"> <a href="https://www.naturalsciences.be/">RBINS</a></li>
|
||||
</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">
|
||||
<?php echo $this->translate('Powered by Omeka S'); ?>
|
||||
</aside>
|
||||
<aside class="legal-credits">
|
||||
Visual identity by <a href="http://oficinadedisseny.net/">Oficina de disseny</a>
|
||||
</aside>
|
||||
</section>
|
||||
</footer>
|
|
@ -80,12 +80,14 @@ endif;
|
|||
</aside>
|
||||
</article>
|
||||
|
||||
<footer>
|
||||
<?php if ($footerContent = $this->themeSetting('footer')): ?>
|
||||
<?php echo $footerContent; ?>
|
||||
<?php else: ?>
|
||||
<?php echo $this->translate('Powered by Omeka S'); ?>
|
||||
<?php endif; ?>
|
||||
<footer class="">
|
||||
<?php echo $this->partial('common/footer-archive.phtml'); ?>
|
||||
|
||||
<?php //if ($footerContent = $this->themeSetting('footer')): ?>
|
||||
<?php //echo $footerContent; ?>
|
||||
<?php //else: ?>
|
||||
<?php //echo $this->translate('Powered by Omeka S'); ?>
|
||||
<?php //endif; ?>
|
||||
</footer>
|
||||
<!-- end off-canvas-content -->
|
||||
<!-- </div> -->
|
||||
|
|
Loading…
Reference in New Issue