From 39f46d14af590f8dd753282d722f61e0d4db1ba6 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Fri, 23 Sep 2022 15:14:03 +0300 Subject: [PATCH 1/4] pass string into resultLanding.description variable - demo component --- src/app/demo/demo.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/demo/demo.component.ts b/src/app/demo/demo.component.ts index 86c796b..db23193 100644 --- a/src/app/demo/demo.component.ts +++ b/src/app/demo/demo.component.ts @@ -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"}] From 9e0e5986af468e8c55bf158e8fd508776d815ed7 Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 26 Sep 2022 12:16:32 +0300 Subject: [PATCH 2/4] change contact us mail to feedback@openaire.eu --- src/environments/environment.beta.ts | 2 +- src/environments/environment.prod.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.beta.ts b/src/environments/environment.beta.ts index f7c5ef8..3d362b4 100644 --- a/src/environments/environment.beta.ts +++ b/src/environments/environment.beta.ts @@ -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/", diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index 114d7c8..ae3369b 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -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/", From c498f88029f73f6de660e100d240389afe28f11e Mon Sep 17 00:00:00 2001 From: argirok Date: Mon, 26 Sep 2022 14:00:37 +0300 Subject: [PATCH 3/4] add heroBackground, put only in hero the background image --- src/app/community/community.component.html | 3 ++- src/assets/community.less | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/community/community.component.html b/src/app/community/community.component.html index a47f80e..683c4a0 100644 --- a/src/app/community/community.component.html +++ b/src/app/community/community.component.html @@ -149,7 +149,8 @@
-
+

diff --git a/src/assets/community.less b/src/assets/community.less index d3aaff7..0247b36 100644 --- a/src/assets/community.less +++ b/src/assets/community.less @@ -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; +} From 64389d869c2d16f9972867d09c2a03efa1f54172 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 27 Sep 2022 11:46:23 +0300 Subject: [PATCH 4/4] Update title in invite page. Subscribe -> join --- src/app/utils/subscribe/invite/invite.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/utils/subscribe/invite/invite.component.html b/src/app/utils/subscribe/invite/invite.component.html index 08e5c6f..e9bb6dd 100644 --- a/src/app/utils/subscribe/invite/invite.component.html +++ b/src/app/utils/subscribe/invite/invite.component.html @@ -12,7 +12,7 @@

- Invite users to subscribe + Invite users to join