[Explore|Trunk]: Add new other-portas component on home page.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56456 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b5f41884ac
commit
0e0c0086eb
|
@ -447,87 +447,7 @@ Latest funding database incorporated in OpenAIRE
|
|||
<div class="uk-section-muted"
|
||||
uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}">
|
||||
<div class="uk-container uk-container-large">
|
||||
<div uk-grid="" class="uk-grid uk-margin-large-top uk-margin-large-bottom">
|
||||
<!--div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column explore">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Researcher?
|
||||
</h4>
|
||||
<div class="el-content uk-margin">
|
||||
Explore all OA research results. Link all your research. Build your profile
|
||||
</div>
|
||||
<p>
|
||||
<a [href]="'https://'+(properties.environment =='beta'?'beta.':'')+'explore.openaire.eu'" class="el-link uk-button uk-button-default">
|
||||
OpenAIRE.EXPLORE
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div-->
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match uk-first-column provide">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Content provider?
|
||||
</h4>
|
||||
<div class="el-content uk-margin">
|
||||
Join OpenAIRE, use our tools and make your content more visible around the world.
|
||||
</div>
|
||||
<p>
|
||||
<a target="_blank" [href]="'https://'+(properties.environment =='beta'?'beta.':'')+'provide.openaire.eu'"
|
||||
class="el-link uk-button uk-button-default">
|
||||
OpenAIRE.PROVIDE
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match connect">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Research community?
|
||||
</h4>
|
||||
<div class="el-content uk-margin">
|
||||
Use a trusted partner to share, link, disseminate and monitor your research.
|
||||
</div>
|
||||
<p>
|
||||
<a target="_blank" [href]="'https://'+(properties.environment =='beta'?'beta.':'')+'connect.openaire.eu'"
|
||||
class="el-link uk-button uk-button-default">
|
||||
OpenAIRE.CONNECT
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match monitor">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Research manager?
|
||||
</h4>
|
||||
<div class="el-content uk-margin">
|
||||
Use our monitoring services and easily track all relevant research results.
|
||||
</div>
|
||||
<p>
|
||||
<a target="_blank"
|
||||
[href]="'https://'+(properties.environment =='beta'?'beta.openaire.eu/monitor':'monitor.openaire.eu')"
|
||||
class="el-link uk-button uk-button-default">
|
||||
OpenAIRE.MONITOR
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-grid-item-match develop">
|
||||
<div class="uk-margin uk-panel uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
|
||||
<h4 class="el-title uk-margin uk-h4">
|
||||
Developer?
|
||||
</h4>
|
||||
<div class="el-content uk-margin">
|
||||
Get access to OpenAIRE data and capitalize on on Europe's open linked research
|
||||
</div>
|
||||
<p>
|
||||
<a target="_blank" href="https://develop.openaire.eu" class="el-link uk-button uk-button-default">
|
||||
OpenAIRE.DEVELOP
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<other-portals [portal]="'Explore'"></other-portals>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -26,6 +26,7 @@ import { SEOServiceModule } from '../openaireLibrary/sharedComponents/SEO/SEOSer
|
|||
import {ErrorMessagesModule} from '../openaireLibrary/utils/errorMessages.module';
|
||||
import {OrpsServiceModule} from "../openaireLibrary/services/orpsService.module";
|
||||
import {SoftwareServiceModule} from "../openaireLibrary/services/softwareService.module";
|
||||
import {OtherPortalsModule} from "../openaireLibrary/sharedComponents/other-portals/other-portals.module";
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
@ -39,7 +40,7 @@ import {SoftwareServiceModule} from "../openaireLibrary/services/softwareService
|
|||
HomeRoutingModule,
|
||||
HelperModule,
|
||||
ErrorMessagesModule,
|
||||
Schema2jsonldModule, SEOServiceModule
|
||||
Schema2jsonldModule, SEOServiceModule, OtherPortalsModule
|
||||
],
|
||||
declarations: [
|
||||
HomeComponent
|
||||
|
|
Loading…
Reference in New Issue