diff --git a/src/app/home/home.component.css b/src/app/home/home.component.css index 52db588..60fbf7d 100644 --- a/src/app/home/home.component.css +++ b/src/app/home/home.component.css @@ -1,3 +1,8 @@ .home-background { background-color: var(--light-color); } +.graph-background { + background-image: url('~src/assets/monitor-assets/home/graph.svg'); + background-position-y: 50%; + background-position-x: -5%; +} diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 5e5986d..1e900e2 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -102,52 +102,61 @@ -
-

- Tap into the OpenAIRE
Research Graph. -

-
- -
-
+
+
+

+ Tap into the OpenAIRE
Research Graph. +

+
+ The OpenAIRE Research Graph is one of the largest open scholarly record collections
+ worldwide, key in fostering Open Science and establishing its practices in the daily
+ research activities. Conceived as a public and transparent good, populated out of data
+ sources trusted by scientists, the Graph aims at bringing discovery, monitoring, and
+ assessment of science back in the hands of the scientific community. +
+
+ +
+
+
diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index f20fe90..bedc283 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit f20fe90aa2482adb14c60ab684627ae3a9ad88b4 +Subproject commit bedc28384b3fe064d7ba14806c9f1f341bd584b2 diff --git a/src/assets/common-assets b/src/assets/common-assets index 77d3480..fbbae04 160000 --- a/src/assets/common-assets +++ b/src/assets/common-assets @@ -1 +1 @@ -Subproject commit 77d3480a05f35055d0447844c184b680b3a1a502 +Subproject commit fbbae0418315e06d6ce5a0d193fd08c8ea617b6b diff --git a/src/assets/monitor-assets/home/graph.svg b/src/assets/monitor-assets/home/graph.svg new file mode 100644 index 0000000..83dff3c --- /dev/null +++ b/src/assets/monitor-assets/home/graph.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index b68ddc2..b441da3 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit b68ddc2064ed6934d292794829a0a09ff6082eb3 +Subproject commit b441da3afde53c70df14cbdfc1230de41a034bb1