From f232abb633586ddac145ebad664bef7474d70bc3 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 28 Mar 2022 15:23:59 +0300 Subject: [PATCH] changes for footer - dashboards --- sharedComponents/bottom.component.html | 123 +++++++++++++------------ sharedComponents/bottom.component.ts | 1 + 2 files changed, 66 insertions(+), 58 deletions(-) diff --git a/sharedComponents/bottom.component.html b/sharedComponents/bottom.component.html index ca8602a5..b63c3178 100644 --- a/sharedComponents/bottom.component.html +++ b/sharedComponents/bottom.component.html @@ -1,31 +1,34 @@
-
+
flag black white low
- -
-
- -
-
-
-
- -
-
+
+ +
+
+ +
+
+
+
+ +
+
+
- OpenAIRE + + OpenAIRE
@@ -40,9 +43,10 @@
- OpenAIRE + + OpenAIRE
@@ -67,7 +71,7 @@
- +
@@ -154,13 +158,23 @@ -
+
-
+ ' uk-flex-middle uk-child-width-auto uk-grid-small uk-grid'" uk-grid> + + - - diff --git a/sharedComponents/bottom.component.ts b/sharedComponents/bottom.component.ts index 8e751c22..41cb3209 100644 --- a/sharedComponents/bottom.component.ts +++ b/sharedComponents/bottom.component.ts @@ -91,6 +91,7 @@ constructor(private config: ConfigurationService, private route: ActivatedRoute communityId = properties.adminToolsCommunity; } this.subs.push(this.helper.getDivHelpContents(this.properties, communityId, "/").subscribe(contents => { + console.log(contents); this.divContents = contents; })); }