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

20 lines
490 B
PHTML
Raw Normal View History

<section class="hero omeka collections-all">
<main class="slides">
2022-04-28 18:39:07 +02:00
<section class="slide image-background">
<!-- <figure> -->
<!-- <img src=""
title="an arc-hive project"
alt="arc-hive logo"
2022-04-28 18:39:07 +02:00
class="logo" /-->
<!-- </figure> -->
</section>
</main>
<aside>
<h2 class="site-title">
<a href="<?= $this->site->url() ?>">
<?= $this->site->title() ?>
</a>
</h2>
</aside>
</section>