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) {
+
+
-
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)',