From 1d5b9955181deb5abad83dbcd95b5712c187fff8 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Tue, 14 Jun 2022 13:28:45 +0300 Subject: [PATCH] start on curators, organizations, subjects pages - waiting for some details from Aristotelis --- src/app/curators/curators.component.html | 150 +++++++++--------- src/app/curators/curators.component.ts | 2 +- .../organizationsPage.component.ts | 17 +- src/app/openaireLibrary | 2 +- src/assets/common-assets | 2 +- src/assets/openaire-theme | 2 +- 6 files changed, 96 insertions(+), 79 deletions(-) diff --git a/src/app/curators/curators.component.html b/src/app/curators/curators.component.html index 0940eeb..ab7980b 100644 --- a/src/app/curators/curators.component.html +++ b/src/app/curators/curators.component.html @@ -1,77 +1,83 @@ -
-
- -
-
- -
-
-

- Curators -

- -
-
-
-
-
- Curator Photo - Curator Photo -
-
- {{curator.name}} -
-
-
-
- Biography -
-
{{curator.bio}}}
-
{{_format(curator.bio)}}
- -
-
-
-
-
- Affiliations -
-
- - - - - - -
-
-
-
-
-
- -
-
+
+
+
+ +
+
+
+
+ +
+
+

+ Curators +

+
+ + +
+
+
+
+
+
+ Curator Photo + Curator Photo +
+
+
+

{{curator.name}}

+
+
+ Biography +
+
{{curator.bio}}}
+
{{_format(curator.bio)}}
+ +
+
+
+
+
+
+ Affiliations +
+
+ + + + + + +
+
+
+
+
+
+
+ + +
+
diff --git a/src/app/curators/curators.component.ts b/src/app/curators/curators.component.ts index 016d13f..b6e10eb 100644 --- a/src/app/curators/curators.component.ts +++ b/src/app/curators/curators.component.ts @@ -40,7 +40,7 @@ export class CuratorsComponent { public url: string = null; public pageTitle: string = "Curators"; - public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'About - curators'}]; + public breadcrumbs: Breadcrumb[] = [{name: 'Home', route: '/'}, {name: 'About - Curators'}]; subs: Subscription[] = []; diff --git a/src/app/htmlPages/organizations/organizationsPage.component.ts b/src/app/htmlPages/organizations/organizationsPage.component.ts index 133dd32..b20ebe4 100644 --- a/src/app/htmlPages/organizations/organizationsPage.component.ts +++ b/src/app/htmlPages/organizations/organizationsPage.component.ts @@ -4,7 +4,18 @@ import {Breadcrumb} from "../../openaireLibrary/utils/breadcrumbs/breadcrumbs.co @Component({ selector: 'organizations', template: ` -
+
+
+ +
+
+
+

Supporting
Organizations

+ + +
+ + ` }) export class OrganizationsPageComponent { - public breadcrumbs: Breadcrumb[] = [{name: 'home', route: '/'}, {name: 'about - supporting organizations'}]; + public breadcrumbs: Breadcrumb[] = [{name: 'Home', route: '/'}, {name: 'About - Supporting Organizations'}]; constructor () {} public ngOnInit() { diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 658c96b..ba70aaa 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 658c96bb02308e0dec08178ce269fb4b14475bb8 +Subproject commit ba70aaa12e83b281dfe51ac29130a51591702dcc diff --git a/src/assets/common-assets b/src/assets/common-assets index ee3a9a4..828b3c4 160000 --- a/src/assets/common-assets +++ b/src/assets/common-assets @@ -1 +1 @@ -Subproject commit ee3a9a4868bbdeb26d7a9c5ed15dbf8b2b765b39 +Subproject commit 828b3c497335f14e6a4e8e91dad2577ee7d54fdd diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index b2911ee..fb8db8d 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit b2911eeaaf5f1a04a55353a3df5bf4d42a5fa7ca +Subproject commit fb8db8d1d2bba0f68b52dc98996fd9f979c8aa63