From 4ada33b01103cdb576d1e8e971130bcbeaf6d775 Mon Sep 17 00:00:00 2001 From: Julian Lechner Date: Mon, 27 Apr 2026 17:06:55 +0200 Subject: [PATCH] feat: imprint --- src/app/imprint/imprint.component.html | 17 +++++++---------- src/app/imprint/imprint.component.ts | 12 ++++++------ src/index.html | 6 +++--- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/src/app/imprint/imprint.component.html b/src/app/imprint/imprint.component.html index dff79d2..7ee865d 100644 --- a/src/app/imprint/imprint.component.html +++ b/src/app/imprint/imprint.component.html @@ -77,7 +77,8 @@

The controller for data processing within the meaning of the GDPR is {{ global.firstname }} {{ global.lastname }}, reachable at {{ global.contactMail }} and by phone at - {{ global.contactPhone }}. + {{ global.contactPhone }}.

As currently implemented in this web project, this website does not use its own tracking, analytics cookies, marketing cookies, or @@ -98,9 +99,7 @@ Personal data is disclosed only where legally required, needed for the establishment, exercise, or defence of legal claims, or explicitly initiated by you.

-

- Data is stored only as long as required for communication, request handling, and legal retention duties. -

+

Data is stored only as long as required for communication, request handling, and legal retention duties.

@@ -122,7 +121,7 @@

Complaints can be submitted to the Austrian Data Protection Authority: Barichgasse 40-42, 1030 Vienna, email - dsb@dsb.gv.at, website + dsb@dsb.gv.at, website dsb.gv.at.

@@ -141,15 +140,13 @@ All content on this website, including texts, images, graphics, photographs, layouts, source code, and other works, is protected by copyright unless stated otherwise. All rights remain reserved.

-

- Any use beyond statutory exceptions requires prior written consent of the respective rights holder. -

+

Any use beyond statutory exceptions requires prior written consent of the respective rights holder.

- This website may contain links to third-party websites. Their operators are solely responsible for those contents, and no liability - is accepted for external links to the extent permitted by law. + This website may contain links to third-party websites. Their operators are solely responsible for those contents, and no + liability is accepted for external links to the extent permitted by law.

Austrian law applies exclusively, excluding conflict-of-law rules that would refer to another legal system, unless mandatory diff --git a/src/app/imprint/imprint.component.ts b/src/app/imprint/imprint.component.ts index 3c50715..6f1322e 100644 --- a/src/app/imprint/imprint.component.ts +++ b/src/app/imprint/imprint.component.ts @@ -35,11 +35,11 @@ export class ImprintComponent implements OnInit { private normalizeText(value: string): string { return value - .replaceAll('ß', 'ß') - .replaceAll('ö', 'ö') - .replaceAll('Ä', 'Ä') - .replaceAll('ä', 'ä') - .replaceAll('Ü', 'Ü') - .replaceAll('ü', 'ü'); + .replaceAll('ß', 'ß') + .replaceAll('ö', 'ö') + .replaceAll('Ä', 'Ä') + .replaceAll('ä', 'ä') + .replaceAll('Ü', 'Ü') + .replaceAll('ü', 'ü'); } } diff --git a/src/index.html b/src/index.html index bf3eb6b..46ffd86 100644 --- a/src/index.html +++ b/src/index.html @@ -15,13 +15,13 @@ - +