Update to Angular-16 #4
|
@ -146,10 +146,10 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-section uk-section-secondary explore-dark-logo-background">
|
<div class="uk-section uk-section-secondary explore-dark-logo-background">
|
||||||
<div class="uk-container uk-container-large uk-margin-large-bottom">
|
<div class="uk-container uk-container-large uk-margin-large-bottom">
|
||||||
<div class="uk-width-1-1">
|
<div class="uk-width-1-1 uk-margin-medium-bottom">
|
||||||
<h2 class="uk-h1 uk-margin-large-top">Share your research<span class="uk-text-primary">.</span></h2>
|
<h2 class="uk-h1 uk-margin-large-top">Share your research<span class="uk-text-primary">.</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<slider-container [total]="2" [period]="6000" [navigation]="'progress'">
|
<slider-container [total]="2" [period]="8000" [infinite]="true" [navigation]="'progress'">
|
||||||
<slider-column type="slider">
|
<slider-column type="slider">
|
||||||
<slider-item type="static">
|
<slider-item type="static">
|
||||||
<img class="uk-position-center uk-position-z-index" src="assets/explore-assets/home/tablet.png"
|
<img class="uk-position-center uk-position-z-index" src="assets/explore-assets/home/tablet.png"
|
||||||
|
@ -168,14 +168,14 @@
|
||||||
<img src="assets/explore-assets/home/4.png" alt="ipad" loading="lazy">
|
<img src="assets/explore-assets/home/4.png" alt="ipad" loading="lazy">
|
||||||
</slider-item>
|
</slider-item>
|
||||||
</slider-column>
|
</slider-column>
|
||||||
<slider-column type="nav">
|
<slider-column type="nav" class="slider-nav">
|
||||||
<slider-nav-item [start]="0">
|
<slider-nav-item [start]="0">
|
||||||
<h6>
|
<h6>
|
||||||
<i class="uk-text-primary">Deposit</i> your research<span class="uk-text-primary">.</span>
|
<i class="uk-text-primary">Deposit</i> your research<span class="uk-text-primary">.</span>
|
||||||
</h6>
|
</h6>
|
||||||
<div class="uk-margin-bottom">
|
<div class="uk-margin-bottom">
|
||||||
Whether it’s publications, data or software,
|
Whether it’s publications, data or software,
|
||||||
select an <a href="" target="_blank">OpenAIRE compatible repository</a> and
|
select an OpenAIRE compatible repository and
|
||||||
share using community standards. Alternatively
|
share using community standards. Alternatively
|
||||||
use Zenodo, a catch-all repository hosted by CERN.
|
use Zenodo, a catch-all repository hosted by CERN.
|
||||||
All results will be indexed, discoverable and accessible
|
All results will be indexed, discoverable and accessible
|
||||||
|
|
|
@ -38,14 +38,21 @@
|
||||||
color: @global-secondary-background;
|
color: @global-secondary-background;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: @breakpoint-medium) {
|
.slider-image {
|
||||||
|
min-width: 550px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: @breakpoint-large) {
|
||||||
.explore-dark-logo-background {
|
.explore-dark-logo-background {
|
||||||
background-image: url("~src/assets/explore-assets/home/explore-dark-logo.svg");
|
background-image: url("~src/assets/explore-assets/home/explore-dark-logo.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: -5% 102%;
|
background-position: -5% 102%;
|
||||||
background-size: 35%;
|
background-size: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.slider-nav {
|
||||||
|
max-width: 650px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5a9237399e1eb1e04fb5ba485955b02b09bc6eeb
|
Subproject commit 22366f581309493931b0aa67c2ccf5007b0683eb
|
|
@ -1 +1 @@
|
||||||
Subproject commit fe7394ea9ed4319a3234a00b0c8ce09023f50799
|
Subproject commit 2dadcf85926bc0f11fff22ed94dc197ddd8587c6
|
Loading…
Reference in New Issue