Merge remote-tracking branch 'origin/master' into angular-12
This commit is contained in:
commit
242ffaa517
|
@ -149,7 +149,8 @@
|
|||
</ng-template>
|
||||
|
||||
<div *ngIf="communityInfo && community && !isPrivate()" >
|
||||
<div *ngIf="communityInfo && community" class="generalSearchForm"> <!-- this div will have the customized color or image -->
|
||||
<div *ngIf="communityInfo && community" class="generalSearchForm heroBackground"> <!-- this div will have the
|
||||
customized color or image -->
|
||||
<div class="uk-container uk-container-large uk-flex uk-flex-center">
|
||||
<div class="uk-width-2-3@m uk-width-1-2@l uk-margin-large-top uk-margin-large-bottom">
|
||||
<h1 *ngIf="community.title" class="uk-text-center uk-h2 uk-margin-remove">
|
||||
|
|
|
@ -36,7 +36,7 @@ export class DemoComponent implements OnInit{
|
|||
this.resultLanding.types = this.result.types = ["Article"];
|
||||
this.resultLanding.accessMode = this.result.accessMode = "Open Access";
|
||||
this.result.description = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
||||
this.resultLanding.description = [this.result.description];
|
||||
this.resultLanding.description = this.result.description;
|
||||
this.resultLanding.authors = this.result.authors = [{fullName: "Lorem ipsum", orcid: "0000-1111-2222-3333", orcid_pending: null}, {fullName: "Lorem ipsum", orcid: null, orcid_pending: "0000-1111-2222-3333"},{fullName: "Lorem ipsum", orcid: null, orcid_pending: null}];
|
||||
this.resultLanding.title = this.result.title = "Lorem ipsum dolor sit amet, consectetur adipiscing elit";
|
||||
this.resultLanding.fundedByProjects = this.result.projects = [{id: "XYZ", acronym: "Project acronym", title: "Project name", funderShortname: "Funder acronym", funderName: "Funder name", code:" project code"}]
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div [class.uk-hidden]="subscriberInvite.loading">
|
||||
<h1 class="uk-text-center uk-h2 uk-margin-medium-bottom">
|
||||
Invite users to subscribe
|
||||
Invite users to join
|
||||
</h1>
|
||||
<div *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0" class="uk-margin-medium">
|
||||
<helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
|
||||
@global-primary-gradient: none;
|
||||
@general-search-form-background: fade(@global-primary-background, 15%);
|
||||
|
||||
@hero-background-image: none;
|
||||
@hero-background-position: top center;
|
||||
#joinAndInviteBtn {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
@ -49,3 +50,8 @@
|
|||
color: @button-primary-color;
|
||||
}
|
||||
}
|
||||
|
||||
.heroBackground{
|
||||
background-image: @hero-background-image;
|
||||
background-position: @hero-background-position;
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@ export let properties: EnvProperties = {
|
|||
depositSearchPage: "/participate/deposit/search",
|
||||
shareInZenodoPage: "/participate/deposit/zenodo",
|
||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
||||
admins: ["rcd@openaire.eu"],
|
||||
admins: ["feedback@openaire.eu"],
|
||||
lastIndexUpdate: "2020-05-06",
|
||||
indexInfoAPI: "https://beta.services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
|
|
|
@ -108,7 +108,7 @@ export let properties: EnvProperties = {
|
|||
depositSearchPage: "/participate/deposit/search",
|
||||
shareInZenodoPage: "/participate/deposit/zenodo",
|
||||
reCaptchaSiteKey: "6LezhVIUAAAAAOb4nHDd87sckLhMXFDcHuKyS76P",
|
||||
admins: ["rcd@openaire.eu"],
|
||||
admins: ["feedback@openaire.eu"],
|
||||
lastIndexUpdate: "2019-07-24",
|
||||
indexInfoAPI: "https://services.openaire.eu/openaire/info/",
|
||||
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
|
||||
|
|
Loading…
Reference in New Issue