From 52b88066d95559a5395d409a53da53af64a19b05 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 15 Feb 2022 16:28:07 +0200 Subject: [PATCH] Add class for monitor-gradient. Add numbers in learn-how steps. --- src/app/home/home.component.html | 22 ++++++++-------- src/app/home/home.module.ts | 3 ++- src/app/learn-how/learn-how.component.html | 30 +++++++++++----------- src/app/learn-how/learn-how.module.ts | 4 ++- src/app/openaireLibrary | 2 +- src/assets/monitor-custom.css | 9 +++++-- src/assets/openaire-theme | 2 +- 7 files changed, 39 insertions(+), 33 deletions(-) diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 577d594..8d6da50 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,16 +1,16 @@
-
-
+
+

A new era of
monitoring
research.

-
    -
  • Work together with us to view, understand and visualize
  • -
  • research statistics and indicators.
  • -
-
+
+
Work together with us to view, understand and visualize
+
research statistics and indicators.
+
+
@@ -69,11 +69,9 @@
diff --git a/src/app/home/home.module.ts b/src/app/home/home.module.ts index c088fab..0a40dd1 100644 --- a/src/app/home/home.module.ts +++ b/src/app/home/home.module.ts @@ -24,13 +24,14 @@ import {UrlPrefixModule} from "../openaireLibrary/utils/pipes/url-prefix.module" import {LogoUrlPipeModule} from "../openaireLibrary/utils/pipes/logoUrlPipe.module"; import {SectionScrollModule} from '../openaireLibrary/utils/section-scroll/section-scroll.module'; import {TabsModule} from '../openaireLibrary/utils/tabs/tabs.module'; +import {TextAsSvgModule} from "../openaireLibrary/utils/pipes/text-as-svg.module"; @NgModule({ imports: [ CommonModule, FormsModule, RouterModule, ErrorMessagesModule, OtherPortalsModule, HelperModule, Schema2jsonldModule, SEOServiceModule, HomeRoutingModule, SearchResearchResultsServiceModule, RefineFieldResultsServiceModule, AlertModalModule, IconsModule, UrlPrefixModule, LogoUrlPipeModule, SectionScrollModule, - TabsModule + TabsModule, TextAsSvgModule ], declarations: [ HomeComponent diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index f6a5327..f1226f2 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -7,8 +7,8 @@
-

Learn the process.

-
+

Learn the process.

+
Use the Monitor Dashboard to view your research
results, open science.
@@ -21,8 +21,8 @@
-
- 0 +
+
Starting from the OpenAIRE
RESEARCH GRAPH @@ -34,8 +34,8 @@
-
- 1 +
+
Provide us some information @@ -47,8 +47,8 @@
-
- 2 +
+
We get the ball rolling @@ -60,8 +60,8 @@
-
- 3 +
+
You validate @@ -73,8 +73,8 @@
-
- 4 +
+
You set up your portal @@ -86,8 +86,8 @@
-
- 5 +
+
You track, monitor, report @@ -100,7 +100,7 @@
-

Inclusion, transparency, quality, state of the art technology.

+
Inclusion, transparency, quality, state of the art technology.

Simplify research
tracking & monitoring.

diff --git a/src/app/learn-how/learn-how.module.ts b/src/app/learn-how/learn-how.module.ts index 81c0ebb..7775f5c 100644 --- a/src/app/learn-how/learn-how.module.ts +++ b/src/app/learn-how/learn-how.module.ts @@ -12,11 +12,13 @@ import {Schema2jsonldModule} from "../openaireLibrary/sharedComponents/schema2js import {SEOServiceModule} from "../openaireLibrary/sharedComponents/SEO/SEOService.module"; import {HowModule} from "../openaireLibrary/monitor/how/how.module"; import {BreadcrumbsModule} from '../openaireLibrary/utils/breadcrumbs/breadcrumbs.module'; +import {IconsModule} from "../openaireLibrary/utils/icons/icons.module"; +import {TextAsSvgModule} from "../openaireLibrary/utils/pipes/text-as-svg.module"; @NgModule({ imports: [ CommonModule, RouterModule, LearnHowRoutingModule, GifSliderModule, HelperModule, - Schema2jsonldModule, SEOServiceModule, HowModule, BreadcrumbsModule + Schema2jsonldModule, SEOServiceModule, HowModule, BreadcrumbsModule, IconsModule, TextAsSvgModule ], declarations: [ LearnHowComponent diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index f0086e4..4e49e7f 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit f0086e479767a7be989494d63a372dc2e6a7ef53 +Subproject commit 4e49e7f4895797731cc82a039987db0b0448f5b0 diff --git a/src/assets/monitor-custom.css b/src/assets/monitor-custom.css index b10c890..aed6d27 100644 --- a/src/assets/monitor-custom.css +++ b/src/assets/monitor-custom.css @@ -53,7 +53,7 @@ /*}*/ .custom-main-content { - background-color: #F9F9F9 !important; + background-color: var(--default-color) !important; } main { @@ -77,6 +77,11 @@ main { /* border-left: 1px solid #DEDEDE;*/ /*}*/ +#monitor-gradient .start { + stop-color: var(--monitor-gradient-start); +} - +#monitor-gradient .end { + stop-color: var(--monitor-gradient-end); +} diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index 0397945..042475c 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit 03979451116b56aa9b76a141a5e58167e3872449 +Subproject commit 042475cdc6156a8f56e4591109f14e2d2d9f6b12