fix/20210728 #14
|
@ -1,25 +1,25 @@
|
||||||
<section class="hero omeka collections">
|
<section class="hero omeka">
|
||||||
<main class="slides">
|
<main class="slides">
|
||||||
<?php //if ($this->themeSetting('logo')): ?>
|
<?php if ($this->themeSetting('logo')): ?>
|
||||||
<section class="slide">
|
<section class="slide">
|
||||||
<figure>
|
<figure>
|
||||||
<img src="<?php //echo $this->themeSettingAssetUrl('logo'); ?>"
|
<img src="<?php echo $this->themeSettingAssetUrl('logo'); ?>"
|
||||||
alt="<?php //echo $site->title(); ?>"
|
alt="<?php echo $site->title(); ?>"
|
||||||
title="<?php //echo $site->title(); ?>"
|
title="<?php echo $site->title(); ?>"
|
||||||
class="logo" />
|
class="logo" />
|
||||||
</figure>
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
<?php //else: ?>
|
<?php else: ?>
|
||||||
<section class="slide">
|
<section class="slide">
|
||||||
<!-- <p>ARC-HIVE is a curatorial space that gathers artworks that work in the continuum of biomateriality, from DNA, proteins, and cells to full organisms. They can be manipulation, modification or (re)creation of life and living processes.</p> -->
|
<!-- <p>ARC-HIVE is a curatorial space that gathers artworks that work in the continuum of biomateriality, from DNA, proteins, and cells to full organisms. They can be manipulation, modification or (re)creation of life and living processes.</p> -->
|
||||||
<figure>
|
<figure>
|
||||||
<img src="<?php //echo $this->assetUrl('img/ARC-HIVE-logo.svg');?>"
|
<img src="<?php echo $this->assetUrl('img/ARC-HIVE-logo.svg');?>"
|
||||||
class="logo"
|
class="logo"
|
||||||
title="an arc-hive project"
|
title="an arc-hive project"
|
||||||
alt="arc-hive logo" />
|
alt="arc-hive logo" />
|
||||||
</figure>
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
<?php //endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<aside>
|
<aside>
|
||||||
|
|
Loading…
Reference in New Issue