From ed8ddb54ed8b244c2e322ce1621be1f10c989e9f Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 1 Mar 2022 21:11:35 +0200 Subject: [PATCH] Add scrollspy in all pages except get-started --- src/app/contact/contact.component.html | 12 ++--- src/app/home/home.component.html | 52 +++++++++++++--------- src/app/home/home.component.ts | 2 +- src/app/learn-how/learn-how.component.html | 10 ++--- src/app/openaireLibrary | 2 +- src/assets/monitor-custom.css | 12 ++--- src/assets/openaire-theme | 2 +- 7 files changed, 51 insertions(+), 41 deletions(-) diff --git a/src/app/contact/contact.component.html b/src/app/contact/contact.component.html index 6df9b54..7c33160 100644 --- a/src/app/contact/contact.component.html +++ b/src/app/contact/contact.component.html @@ -1,19 +1,19 @@ -
+
-
+
- -

+

Contact us.

-
+
We would be happy to open a discussion with you to better understand your needs and share examples of how OpenAIRE MONITOR can help your organization in your open science needs. diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index bfb59e2..766bef1 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -1,22 +1,22 @@
-
+
-

+

A new era of monitoring research.

-
+
Work together with us to view, understand and visualize
research statistics and indicators.
-
-
@@ -25,7 +25,7 @@ class="uk-text-primary">.
-
+
ipad
@@ -62,15 +62,15 @@
-
-

+
+

Tap into the OpenAIRE
Research Graph.

-
-
+
+
+ [href]="url" target="_blank" uk-scrollspy-class>
-
-
+
+
@@ -135,7 +135,7 @@ resource from open initiatives around the world, of global interest.
-
+
@@ -148,7 +148,7 @@ deliver a view of your world. As you see fit.
-
+
@@ -161,7 +161,7 @@ for every metric and indicator we publish.
-
+
@@ -212,12 +212,20 @@
    -
  • + +
  • -
    -
    - -
    +
    + +
    + +
    +
    + +
    + +
    +
  • diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts index e011e56..297ddfe 100644 --- a/src/app/home/home.component.ts +++ b/src/app/home/home.component.ts @@ -45,7 +45,7 @@ export class HomeComponent implements OnDestroy, AfterViewInit, IDeactivateCompo public errorCodes: ErrorCodes; public properties: EnvProperties = properties; /* Section scroll Map */ - public map: Map = new Map([['1st', 'ipad-1'], ['2nd', 'ipad-2'], ['3rd', 'ipad-2']]) + public map: Map = new Map([['1st', 'ipad'], ['2nd', 'ipad'], ['3rd', 'ipad']]) public type: string = null; public directLink: boolean = true; public publicationsSize: any = null; diff --git a/src/app/learn-how/learn-how.component.html b/src/app/learn-how/learn-how.component.html index 427099d..f99aa5a 100644 --- a/src/app/learn-how/learn-how.component.html +++ b/src/app/learn-how/learn-how.component.html @@ -5,11 +5,11 @@
-
+
-

Learn the process.

-
+

Learn the process.

+
Use the Monitor Dashboard to view your research
results, open science.
@@ -17,7 +17,7 @@
-
+
@@ -99,7 +99,7 @@
-
+
Inclusion, transparency, quality, state of the art technology.

Simplify research
tracking & monitoring.

diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index c2b6547..03c0683 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit c2b6547b4c36415ff2e9b1050dcdabc80bb34973 +Subproject commit 03c06830bec20d0a14f42ba3a0728fe9c1c048f1 diff --git a/src/assets/monitor-custom.css b/src/assets/monitor-custom.css index e8a7c83..4455341 100644 --- a/src/assets/monitor-custom.css +++ b/src/assets/monitor-custom.css @@ -59,11 +59,13 @@ main { background: var(--monitor-contrast-color) !important; } -.monitor-dark-logo-background { - background-image: url("~src/assets/monitor-assets/home/monitor-dark-logo.svg"); - background-repeat: no-repeat; - background-position: left 97%; - background-size: contain; +@media only screen and (min-width: 960px){ + .monitor-dark-logo-background { + background-image: url("~src/assets/monitor-assets/home/monitor-dark-logo.svg"); + background-repeat: no-repeat; + background-position: left 95%; + background-size: contain; + } } diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index fb13bca..559ea1a 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit fb13bcae2ffe56445eda67e2e48740dc5a1e12df +Subproject commit 559ea1a77d57e2e94d8b72a1089704dbfe5889b2