[Trunk|Connect]: Remove second gif slider from about page
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56225 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
58e673f23d
commit
927d42a9f0
|
@ -176,27 +176,27 @@ export class CommunitiesComponent {
|
||||||
private createGifs() {
|
private createGifs() {
|
||||||
this.gifs.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/home/1.gif",
|
gif: "../../../../assets/home/1.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "Find a repository to deposit your research outcome",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.gifs.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/home/2.gif",
|
gif: "../../../../assets/home/2.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "Link your research output with your community, funding, and other research products",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.gifs.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/home/3.gif",
|
gif: "../../../../assets/home/3.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "View community's overview at a glance",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.gifs.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/home/4.gif",
|
gif: "../../../../assets/home/4.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "Search & browse your community's research products. ",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.gifs.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/home/5.gif",
|
gif: "../../../../assets/home/5.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "View statistics for your community's research products.",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,20 +59,17 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ";
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-margin-large-top uk-position-relative">
|
<div class="uk-width-1-1 uk-text-center uk-text-large uk-margin-large-top">
|
||||||
<a class="uk-button portal-button uk-position-center uk-text-uppercase" routerLinkActive="router-link-active" routerLink="/learn-in-depth"> Learn more details</a>
|
<a class="uk-button portal-button uk-text-uppercase" routerLinkActive="router-link-active" routerLink="/learn-in-depth"> Learn more details</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-section">
|
<div class="uk-section">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<gif-slider [gifs]="first" [gifRight]="true"></gif-slider>
|
<gif-slider [gifs]="gifs"></gif-slider>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-container uk-container-large">
|
|
||||||
<gif-slider [gifs]="second"></gif-slider>
|
|
||||||
</div>
|
|
||||||
<div class="contact-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
<div class="contact-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large uk-section">
|
<div class="uk-container uk-container-large uk-section">
|
||||||
<div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
<div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
||||||
|
@ -126,8 +123,7 @@ export class LearnHowComponent {
|
||||||
answer: 'No'
|
answer: 'No'
|
||||||
}*/
|
}*/
|
||||||
];
|
];
|
||||||
public first: {"gif": string, "header": string, "text"}[] = [];
|
public gifs: {"gif": string, "header": string, "text"}[] = [];
|
||||||
public second: {"gif": string, "header": string, "text"}[] = [];
|
|
||||||
|
|
||||||
|
|
||||||
private pageTitle = "OpenAIRE - Connect | Learn How";
|
private pageTitle = "OpenAIRE - Connect | Learn How";
|
||||||
|
@ -161,33 +157,17 @@ export class LearnHowComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
private createGifs() {
|
private createGifs() {
|
||||||
this.first.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/Connect%20animations.gif",
|
gif: "../../../../assets/Connect%20animations.gif",
|
||||||
header: "Research Community Dashboard",
|
header: "Research Community Dashboard",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.first.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/admin-portal.png",
|
gif: "../../../../assets/admin-portal.png",
|
||||||
header: "Research Community Dashboard 2",
|
header: "Research Community Dashboard 2",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
});
|
});
|
||||||
this.first.push({
|
this.gifs.push({
|
||||||
gif: "../../../../assets/banner connect.jpg",
|
|
||||||
header: "Research Community Dashboard 3",
|
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
|
||||||
});
|
|
||||||
|
|
||||||
this.second.push({
|
|
||||||
gif: "../../../../assets/Connect%20animations.gif",
|
|
||||||
header: "Research Community Dashboard",
|
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
|
||||||
});
|
|
||||||
this.second.push({
|
|
||||||
gif: "../../../../assets/admin-portal.png",
|
|
||||||
header: "Research Community Dashboard 2",
|
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
|
||||||
});
|
|
||||||
this.second.push({
|
|
||||||
gif: "../../../../assets/banner connect.jpg",
|
gif: "../../../../assets/banner connect.jpg",
|
||||||
header: "Research Community Dashboard 3",
|
header: "Research Community Dashboard 3",
|
||||||
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
text: "This is OpenAIRE’s key service for research communities, both established and emerging ones. Our service helps you reach out and engage all your researchers to practice open science out-of-the-box."
|
||||||
|
|
Loading…
Reference in New Issue