changes on live day on footer, branding and content
This commit is contained in:
parent
a9d031160d
commit
b620a96732
12
footer.php
12
footer.php
|
@ -44,12 +44,12 @@
|
||||||
<aside class="double partners">
|
<aside class="double partners">
|
||||||
<p>ARC-HIVE partners are:</p>
|
<p>ARC-HIVE partners are:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="h5"> <a href="#">Cultivamos Cultura</a></li>
|
<li class="h5"> <a href="https://cultivamoscultura.com/">Cultivamos Cultura</a></li>
|
||||||
<li class="h5"> <a href="#">Bioart Society</a></li>
|
<li class="h5"> <a href="https://bioartsociety.fi/">Bioart Society</a></li>
|
||||||
<li class="h5"> <a href="#">Kersnikova</a></li>
|
<li class="h5"> <a href="https://kersnikova.org/">Kersnikova</a></li>
|
||||||
<li class="h5"> <a href="#">RBINS</a></li>
|
<li class="h5"> <a href="https://www.naturalsciences.be/">RBINS</a></li>
|
||||||
<li class="h5"> <a href="#">Kontejner</a></li>
|
<li class="h5"> <a href="https://www.kontejner.org/">Kontejner</a></li>
|
||||||
<li class="h5"> <a href="#">Hangar</a></li>
|
<li class="h5"> <a href="https://hangar.org/">Hangar</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
<aside class="co-founded">
|
<aside class="co-founded">
|
||||||
|
|
|
@ -21,7 +21,8 @@
|
||||||
&.eu{
|
&.eu{
|
||||||
&::before {
|
&::before {
|
||||||
max-width: 15rem;
|
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_black_right.svg');
|
||||||
|
background-image: url('../img/eu_flag_creative_europe_co_funded_left.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,14 +11,11 @@
|
||||||
.h1,.h2,.h3,.h4,.h4,.h5,.h6,
|
.h1,.h2,.h3,.h4,.h4,.h5,.h6,
|
||||||
button,.button,
|
button,.button,
|
||||||
header nav,
|
header nav,
|
||||||
.hero .claim
|
|
||||||
{
|
|
||||||
font-variant:all-small-caps;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
h1,h2,h3,h4,h5,h6,
|
h1,h2,h3,h4,h5,h6,
|
||||||
.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
|
.h1,.h2,.h3,.h4,.h4,.h5,.h6 {
|
||||||
|
font-variant:all-small-caps;
|
||||||
a {
|
a {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
}
|
}
|
||||||
|
@ -193,9 +190,11 @@
|
||||||
@include xy-cell-gutters(0,margin);
|
@include xy-cell-gutters(0,margin);
|
||||||
font-size: $lead-font-size;
|
font-size: $lead-font-size;
|
||||||
padding: $global-padding * 3;
|
padding: $global-padding * 3;
|
||||||
|
font-size: $global-font-size*1.5;
|
||||||
}
|
}
|
||||||
&:first-child {
|
&:first-child {
|
||||||
background-color: $primary-color;
|
background-color: $primary-color;
|
||||||
|
font-variant:all-small-caps;
|
||||||
}
|
}
|
||||||
color: $white;
|
color: $white;
|
||||||
> * {
|
> * {
|
||||||
|
@ -232,9 +231,6 @@
|
||||||
border-top: none;
|
border-top: none;
|
||||||
background-color: $secondary-color;
|
background-color: $secondary-color;
|
||||||
.slide{
|
.slide{
|
||||||
.claim {
|
|
||||||
color: $body-font-color;
|
|
||||||
}
|
|
||||||
figure {
|
figure {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
footer {
|
footer {
|
||||||
background-color: $secondary-color;
|
background-color: $secondary-color;
|
||||||
|
padding-left: $global-padding;
|
||||||
|
padding-right: $global-padding;
|
||||||
a {
|
a {
|
||||||
color: $body-font-color;
|
color: $body-font-color;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -20,14 +22,28 @@ footer {
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
}
|
}
|
||||||
|
.site-brand,.brand-logo {
|
||||||
|
&.archive{
|
||||||
|
&::before {
|
||||||
|
margin-top:unset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&.eu {
|
||||||
|
&::before {
|
||||||
|
margin-top:unset;
|
||||||
|
max-width:100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.subsection {
|
.subsection {
|
||||||
@include breakpoint(small) {
|
@include breakpoint(small) {
|
||||||
@include xy-grid;
|
@include xy-grid;
|
||||||
@include flex;
|
@include flex;
|
||||||
@include flex-align(left,bottom);
|
@include flex-align(left,middle);
|
||||||
border-top: 1px solid black;
|
border-top: 1px solid black;
|
||||||
padding: $global-padding 0;
|
padding: $global-padding 0;
|
||||||
font-size: $global-font-size * 0.8;
|
font-size: $global-font-size * 0.8;
|
||||||
|
font-variant:all-small-caps;
|
||||||
&:first-child {
|
&:first-child {
|
||||||
padding-top: $global-padding*3;
|
padding-top: $global-padding*3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue