From e6e6d3f77ef31e34e4844d7f1c0cda74e0bb3bdf Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 17 Nov 2020 13:06:03 +0000 Subject: [PATCH] [Explore | Trunk]: Change home page graph section base on mocks git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59893 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/app/home/home.component.html | 23 +++++++++++++-------- explore/src/assets/curved-bottom.svg | 2 +- explore/src/assets/explore-assets/graph.svg | 1 + explore/src/assets/explore-assets/link.svg | 2 +- explore/src/assets/explore-assets/share.svg | 2 +- explore/src/assets/explore-custom.css | 11 +--------- explore/src/assets/link.svg | 2 +- explore/src/assets/share.svg | 2 +- 8 files changed, 21 insertions(+), 24 deletions(-) create mode 100644 explore/src/assets/explore-assets/graph.svg diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html index 9a1ddecf..06ff705c 100644 --- a/explore/src/app/home/home.component.html +++ b/explore/src/app/home/home.component.html @@ -168,21 +168,26 @@
-
-
-
- -
-
+ class="uk-section graph-background uk-margin-top"> +
+
+
- Read more + Read more
- Read less + Read less +
+
+
+
+ +
+
+
diff --git a/explore/src/assets/curved-bottom.svg b/explore/src/assets/curved-bottom.svg index 320ac98b..b4742be8 100644 --- a/explore/src/assets/curved-bottom.svg +++ b/explore/src/assets/curved-bottom.svg @@ -1 +1 @@ - \ No newline at end of file + diff --git a/explore/src/assets/explore-assets/graph.svg b/explore/src/assets/explore-assets/graph.svg new file mode 100644 index 00000000..d94ad1a6 --- /dev/null +++ b/explore/src/assets/explore-assets/graph.svg @@ -0,0 +1 @@ +graph \ No newline at end of file diff --git a/explore/src/assets/explore-assets/link.svg b/explore/src/assets/explore-assets/link.svg index 04087dfa..d8e54c36 100644 --- a/explore/src/assets/explore-assets/link.svg +++ b/explore/src/assets/explore-assets/link.svg @@ -1 +1 @@ - \ No newline at end of file +Asset 82 \ No newline at end of file diff --git a/explore/src/assets/explore-assets/share.svg b/explore/src/assets/explore-assets/share.svg index 4a056bc8..f6c165b8 100644 --- a/explore/src/assets/explore-assets/share.svg +++ b/explore/src/assets/explore-assets/share.svg @@ -1 +1 @@ - \ No newline at end of file +Asset 83 \ No newline at end of file diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index 391ba8b2..1af58cfa 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -148,8 +148,7 @@ } .graph-background { - background: var(--portal-main-color) 0 0 no-repeat padding-box; - color: white; + background: #F4F4F4 0 0 no-repeat padding-box; } .graph-background-bottom { @@ -158,14 +157,6 @@ height: 170px; } -.custom-explore-toggle { - color: white; -} - -.custom-explore-toggle:hover { - color: rgba(255, 255, 255, 0.71); -} - .trello-image { margin-top: -3px; } diff --git a/explore/src/assets/link.svg b/explore/src/assets/link.svg index b88f9df2..d8e54c36 100644 --- a/explore/src/assets/link.svg +++ b/explore/src/assets/link.svg @@ -1 +1 @@ - \ No newline at end of file +Asset 82 \ No newline at end of file diff --git a/explore/src/assets/share.svg b/explore/src/assets/share.svg index 3e22c5a2..f6c165b8 100644 --- a/explore/src/assets/share.svg +++ b/explore/src/assets/share.svg @@ -1 +1 @@ - \ No newline at end of file +Asset 83 \ No newline at end of file