From c0ead8d26a7e14fda4f569b490d278dd516103e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Senya=20B=C3=A4r?= Date: Mon, 4 May 2026 16:33:36 +0200 Subject: [PATCH] Small changes for the About page: Change members, combine the Contact information --- .../static-pages/about/about.component.html | 25 ++++++++++--------- .../static-pages/about/about.component.ts | 6 +++++ 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/src/app/pages/static-pages/about/about.component.html b/src/app/pages/static-pages/about/about.component.html index fe825a78..faa46f81 100644 --- a/src/app/pages/static-pages/about/about.component.html +++ b/src/app/pages/static-pages/about/about.component.html @@ -69,6 +69,16 @@

Development team:

} + @if (team.formerTeamMembers?.length) { +
+

Former team members:

+ @for (person of team.formerTeamMembers; track person.name) { +

+ {{ person.name }} +

+ } +
+ } } @@ -76,9 +86,9 @@

Development team:

Get in touch

-
+
-

Questions concerning research and teaching?

+

Questions concerning research, teaching or infrastructure?

location_on

@@ -88,15 +98,6 @@

Questions concerning research and teaching?

50931 Köln

-
- email - info@kompakkt.de -
-
-
-
-
-

Questions concerning infrastructure services?

location_on

@@ -108,7 +109,7 @@

Questions concerning infrastructure services?

diff --git a/src/app/pages/static-pages/about/about.component.ts b/src/app/pages/static-pages/about/about.component.ts index c67df189..f4ed2a54 100644 --- a/src/app/pages/static-pages/about/about.component.ts +++ b/src/app/pages/static-pages/about/about.component.ts @@ -38,6 +38,12 @@ export class AboutComponent implements OnInit { url: 'https://github.com/vmalieske', }, ], + formerTeamMembers: [ + { + name: 'Nadjim Noori', + url: 'https://github.com/NadNo12', + }, + ], }, { name: 'Technische Informationsbibliothek (TIB)',