From e7f08eb77a7370424d05d4cb954590d845cd111a Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 28 May 2020 11:15:24 +0200
Subject: [PATCH] Add imprint (VPU/Apps/Signature#7)

---
 packages/app-shell/src/app-shell.js             | 3 ++-
 packages/app-shell/src/i18n/de/translation.json | 1 +
 packages/app-shell/src/i18n/en/translation.json | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/packages/app-shell/src/app-shell.js b/packages/app-shell/src/app-shell.js
index 37144558..67b6e756 100644
--- a/packages/app-shell/src/app-shell.js
+++ b/packages/app-shell/src/app-shell.js
@@ -471,7 +471,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
             footer {
                 display: grid;
                 grid-gap: 1em;
-                grid-template-columns: 1fr max-content max-content;
+                grid-template-columns: 1fr max-content max-content max-content;
             }
 
             footer a {
@@ -712,6 +712,7 @@ export class AppShell extends ScopedElementsMixin(LitElement) {
                 <footer>
                     <div></div>
                     <a target="_blank" rel="noopener" class="int-link-external" href="https://datenschutz.tugraz.at/erklaerung/">${i18n.t('privacy-policy')}</a>
+                    <a target="_blank" rel="noopener" class="int-link-external" href="https://www.tugraz.at/ueber-diese-seite/impressum/">${i18n.t('imprint')}</a>
                     <vpu-build-info class="${prodClassMap}"></vpu-build-info>
                 </footer>
             </div>
diff --git a/packages/app-shell/src/i18n/de/translation.json b/packages/app-shell/src/i18n/de/translation.json
index 8dc8750c..0d814f7d 100644
--- a/packages/app-shell/src/i18n/de/translation.json
+++ b/packages/app-shell/src/i18n/de/translation.json
@@ -5,6 +5,7 @@
     "word3": "Leidenschaft"
   },
   "privacy-policy": "Datenschutz",
+  "imprint": "Impressum",
   "page-updated-needs-reload": "Die Applikation wurde aktualisiert. Bitte laden Sie die Seite neu.",
   "activity-example": {
     "hello-world": "Hallo Welt"
diff --git a/packages/app-shell/src/i18n/en/translation.json b/packages/app-shell/src/i18n/en/translation.json
index f58ff854..fd9f0609 100644
--- a/packages/app-shell/src/i18n/en/translation.json
+++ b/packages/app-shell/src/i18n/en/translation.json
@@ -5,6 +5,7 @@
     "word3": "Technology"
   },
   "privacy-policy": "Privacy Policy",
+  "imprint": "Imprint",
   "page-updated-needs-reload": "The application has been updated. Please reload the page.",
   "activity-example": {
     "hello-world": "Hello World"
-- 
GitLab