mods on static templates to show omeka design

This commit is contained in:
jorge 2021-06-28 16:23:43 +02:00
parent 259c040230
commit 6d0609858d
6 changed files with 148 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

View File

@ -91,6 +91,7 @@
@import "components/cards";
@import "components/buttons";
@import "components/accordion";
@import "components/tables";
// Templates

View File

@ -3,3 +3,5 @@ layout: omeka
---
{{> section-collections-latest}}
{{> section-collections}}

View File

@ -59,8 +59,7 @@
</main>
<aside>
<nav>
<a href="#" class="button hollow">More than 200 Biomedia Artworks</a>
<a href="#" class="button">More than 200 Biomedia Artworks</a>
</nav>
</aside>
</section>

View File

@ -0,0 +1,136 @@
<div class="list-of-sites">
<header>
</header>
<main class="site-list">
<table>
<thead>
<tr>
<th>Title</th>
<th>Artist</th>
<th>Collection</th>
<th>Date</th>
</tr>
</thead>
<tbody>
<tr class="_expand_site_item">
<td>
Hangar
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr style="display:none">
<td>
</td>
<td colspan="3">
<button class="go_to_site_button" onclick="window.location.href = '/s/hangar'">
View
</button>
</td>
</tr>
<tr class="_expand_site_item">
<td>
Modules
</td>
<td>
Chris<br>
</td>
<td>
Hangar people
</td>
<td>
2021-03-09
</td>
</tr>
<tr style="display:none">
<td>
<img src="https://dev-archive.hangar.org/files/large/81/3D-Panoramic-Landscape-Image-768x288.jpg">
</td>
<td colspan="3">
You can extend the functionality of Omeka S by writing an add-on component called a module. Zend Framework provides a substantial framework for writing modules, but Omeka S provides extra structure that makes the modules installable, upgradeable, and integratable. You can extend the functionality of Omeka S by writing an add-on component called a module. Zend Framework provides a substantial framework for writing modules, but Omeka S provides extra structure that makes the modules installable, upgradeable, and integratable. <br>
<button class="go_to_site_button" onclick="window.location.href = '/s/modules'">
View
</button>
</td>
</tr>
<tr class="_expand_site_item">
<td>
Trees and cells
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr style="display:none">
<td>
</td>
<td colspan="3">
Here, some footnotes of structural imagination <br>
<button class="go_to_site_button" onclick="window.location.href = '/s/trees-and-cells'">
View
</button>
</td>
</tr>
<tr class="_expand_site_item">
<td>
VideoReplication
</td>
<td>
</td>
<td>
</td>
<td>
</td>
</tr>
<tr style="display:none">
<td>
</td>
<td colspan="3">
<button class="go_to_site_button" onclick="window.location.href = '/s/videoreplication'">
View
</button>
</td>
</tr>
<tr class="_expand_site_item">
<td>
Werewolves
</td>
<td>
Antonio + Chris<br>
</td>
<td>
Hangar people
</td>
<td>
2021-03-02
</td>
</tr>
<tr style="display: none;">
<td>
<img src="https://dev-archive.hangar.org/files/large/89/scary-werewolf.jpg">
</td>
<td colspan="3">
The werewolf is a widespread concept in European folklore, existing in many variants, which are related by a common development of a Christian interpretation of underlying European folklore developed during the medieval period. From the early modern period, werewolf beliefs also spread to the New World with colonialism. Belief in werewolves developed in parallel to the belief in witches, in the course of the Late Middle Ages and the Early Modern period. <br>
<button class="go_to_site_button" onclick="window.location.href = '/s/Werewolves'">
View
</button>
</td>
</tr>
</tbody>
</table>
</main>
<aside>
</aside>
</div>

View File

@ -1,18 +1,21 @@
<section class="hero">
<main class="slides">
<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 class="textwidget">Project Arc-hive is an open source digital platform that aggregates, preserves, publishes, distributes and contextualizes a variety of information, knowledge and documentation on art with a focus on biomedia, ensuring open access to a variety of users, and a wide outreach of digital materials across cultural sectors and territories.</p>
</section>
<section class="slide">
<figure>
<img src="{{root}}assets/img/ARC-HIVE-logo.svg" class="logo"/>
<img src="{{root}}assets/imgexample/Kami_Alan-Tod-copy-1920x1080.jpg" class="logo image wp-image-236 attachment-fp-xlarge size-fp-xlarge" style="max-width: 100%; height: auto;" />
</figure>
</section>
</section>
</main>
<aside>
<nav>
<!--button type="button" class="button hollow">search</button-->
<!--button type="button" class="button hollow">collections</button-->
<ul id="menu-home-hero-buttons" class="menu button hollow">
<li id="menu-item-221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-221">
<a href="https://arc-hive.zone/newsletter/">newsletter</a>
</li>
</ul>
</nav>
</aside>
</section>