Compare commits

...

5 Commits

9 changed files with 421 additions and 359 deletions

View File

@ -5,7 +5,7 @@
&::before {
content: '';
display:inline-block;
margin-top:-$global-padding;
//margin-top:-$global-padding;
width: 100%;
height: $global-padding*5;
background-size: contain;
@ -18,14 +18,13 @@
}
&.arc-hive{
&::before {
width: 10rem;
max-width: 10rem;
background-image: url('../img/ARC-HIVE-logo.svg');
}
}
&.eu{
&::before {
max-width: 15rem;
// background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
background-image: url('../img/eu_flag_creative_europe_co_funded_left.svg');
}
}

View File

@ -1,22 +1,21 @@
//content {
// general styles
//----------------
//
// mods on fonts and typography
// not in foundation variables
// -----------------------------
// general styles
//----------------
//
// mods on fonts and typography
// not in foundation variables
// -----------------------------
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
button,.button,
header nav {
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
button,.button,
header nav {
font-variant:all-small-caps;
a {
color: $body-font-color;
}
}
.excerpt,.post-excerpt{
}
.excerpt,.post-excerpt{
a {
color: $body-font-color;
&:hover {
@ -25,14 +24,14 @@
}
}
}
}
}
//
// main block
//--------------
//
// main block
//--------------
main {
main {
article {
@include xy-grid;
header {
@ -63,14 +62,14 @@
}
}
}
}
}
//
// news category
//--------------
//
// news category
//--------------
.news,.news-category {
.news,.news-category {
@include xy-grid;
header,main,aside {
@include breakpoint(small){
@ -139,16 +138,17 @@
}
}
}
// end news category
}
// end news category
//
// collections category
//--------------
//
// collections category
//--------------
.collections-list {
.collections-list {
@include xy-grid;
width:100vw;
header,main{
@include xy-cell(12);
@include flex;
@ -163,12 +163,13 @@
main {
@include xy-grid;
article{
// text-align:center;
@include card-container();
@include breakpoint(small){
@include xy-cell();
font-size: $global-font-size*0.7;
}
@include breakpoint(medium){
font-size: $global-font-size*1;
}
@include breakpoint(large){
}
@ -181,20 +182,34 @@
}
}
.accordion-content {
@include xy-grid(12);
section {
@include xy-grid;
@include breakpoint(small){
figure {
@include xy-cell(4);
@include xy-cell(12);
}
p {
@include xy-cell(6);
@include xy-cell(12);
}
}
@include breakpoint(medium){
figure {
@include xy-cell(3);
}
p {
@include xy-cell(9);
}
}
@include breakpoint(large){
}
}
}
// end collections category
}
// end collections category
// partners
// for big announcemnts
//---------------------
// partners
// for big announcemnts
//---------------------
.partners {
.entry-content {
@ -221,25 +236,26 @@
margin: 0;
}
}
}
}
//
// hero
// for big announcemnts
//---------------------
//
// hero
// for big announcemnts
//---------------------
.hero {
.hero {
border-top: 2px solid $primary-color;
.slides {
@include xy-grid();
.slide {
@include xy-grid;
justify-content: center;
@include breakpoint(small){
width: 100vw;
margin: 0;
.textwidget {
padding: $global-padding * 3;
.textwidget {
}
}
@include breakpoint(medium){
@ -354,8 +370,13 @@
}
}
}
}
//end hero
}
//end hero
//}
// end content
// omeka specific styles
#user-bar {
width: 100%;
}
//end omeka specific styles

View File

@ -31,10 +31,20 @@ footer {
}
&.eu {
&::before {
@include breakpoint(small) {
// background-image: url('../img/eu_flag_creative_europe_co_funded_black_right.svg');
background-position-x: right;
max-width: 50vw;
margin-top:unset;
}
@include breakpoint(medium) {
background-position-x: left;
margin-top:unset;
max-width:100%;
max-height: 4rem;
}
}
}
}
.copyright, .legal-credits {
@ -76,4 +86,3 @@ footer {
}
}
}

View File

@ -6,18 +6,20 @@
@include breakpoint(small){
@include xy-cell(12);
@include flex-align(center, middle);
padding: $global-padding*2 $global-padding;
min-width: 14rem;
text-align: center;
}
@include breakpoint(medium){
@include breakpoint (medium) {
padding: $global-padding*2 $global-padding;
}
@include breakpoint(large){
@include xy-cell(shrink);
@include flex-align(left, middle);
// min-width: 14rem;
text-align: unset;
}
}
nav {
@include breakpoint(small){
@include breakpoint(small) {
@include xy-cell(12);
@include flex;
@include flex-align(center, middle);
@ -32,17 +34,26 @@
padding: 0;
font-size: 0.8rem;
}
.menu {
justify-content: center;
a {
padding: $global-padding*0.7 $global-padding*0.5;
}
@include breakpoint(medium){
}
}
@include breakpoint(medium) {
menu {
font-size: $global-font-size*1.5;
}
}
@include breakpoint(large) {
@include xy-cell(auto);
@include flex;
@include flex-align(right, middle);
menu {
margin: inherit;
padding: inherit;
font-size: $global-font-size*1.5;
}
}
}
}

View File

@ -17,13 +17,14 @@
{{> header}}
</header>
{{> section-hero-omeka}}
<article>
<main>
<article>
{{> body}}
</main>
</article>
<aside>
</aside>
</article>
</main>
<footer>
{{> footer}}

View File

@ -1,13 +1,12 @@
<footer class="">
<section class="subsection">
<aside class="site-brand arc-hive">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home" class="">
<a href="/" rel="home" class="">
<h1 class="site-name">
<?php bloginfo( 'name' ); ?>
arcHIVE
</h1>
<h2 class="site-description">
<?php bloginfo( 'description' ); ?>
an integrative digital bio-art platform
</h2>
</a>
</aside>
@ -52,10 +51,8 @@
Hosted, maintained and coded by <a href="https://hangar.org">Hangar</a>
</aside>
<aside class="double">
<?php dynamic_sidebar( 'footer-widgets' ); ?>
</aside>
<aside class="legal-credits">
Visual identity by <a href="http://oficinadedisseny.net/">Oficina de disseny</a>
</aside>
</section>
</footer>

View File

@ -1,7 +1,11 @@
<main class="">
<a href="/" role="banner" class="site-brand arc-hive">
<h1 class="site-name">arcHIVE</h1>
<h2 class="site-description">an integrative digital bio-art platform</h2>
<h1 class="site-name">
arcHIVE
</h1>
<h2 class="site-description">
an integrative digital bio-art platform
</h2>
</a>
</main>
<nav>

View File

@ -17,10 +17,12 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
</figure>
<p>
</p>
</section>
</aside>
</li>
<li class="accordion-item" data-accordion-item>
@ -33,9 +35,13 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque unde quaerat reprehenderit ipsa ipsam, adipisci facere repellendus impedit at, quisquam dicta optio veniam quia nesciunt, inventore quod in neque magni?</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eaque unde quaerat reprehenderit ipsa ipsam, adipisci facere repellendus impedit at, quisquam dicta optio veniam quia nesciunt, inventore quod in neque magni?
</p>
</section>
</aside>
</li>
@ -49,12 +55,18 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
<img src="https://dev-archive.hangar.org/files/large/81/3D-Panoramic-Landscape-Image-768x288.jpg">
<p>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.</p>
</figure>
<p>
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>
</p>
</section>
</aside>
</li>
<li class="accordion-item" data-accordion-item>
@ -67,14 +79,18 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
</figure>
<p>
Here, some footnotes of structural imagination <br>
<button class="go_to_site_button" onclick="window.location.href = '/s/trees-and-cells'">
View
</button>
</p>
</section>
</aside>
</li>
<li class="accordion-item" data-accordion-item>
<a href="#" class="accordion-title">
<ul class="">
@ -85,6 +101,7 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
</figure>
<p>
@ -92,6 +109,7 @@
View
</button>
</p>
</section>
</aside>
</li>
<li class="accordion-item" data-accordion-item>
@ -104,6 +122,7 @@
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
<img src="https://dev-archive.hangar.org/files/large/89/scary-werewolf.jpg">
</figure>
@ -113,6 +132,7 @@
View
</button>
</p>
</section>
</aside>
</li>
</ul>

View File

@ -1,7 +1,7 @@
<section class="hero omeka">
<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>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>
<img src="{{root}}assets/img/ARC-HIVE-logo.svg" class="logo"/>
</figure>