Arc-hive-omeka-theme/view/common/hero-collections.phtml

20 lines
490 B
PHTML

<section class="hero omeka collections-all">
<main class="slides">
<section class="slide image-background">
<!-- <figure> -->
<!-- <img src=""
title="an arc-hive project"
alt="arc-hive logo"
class="logo" /-->
<!-- </figure> -->
</section>
</main>
<aside>
<h2 class="site-title">
<a href="<?= $this->site->url() ?>">
<?= $this->site->title() ?>
</a>
</h2>
</aside>
</section>