From ca4f9d3f75b09fc7550065a298c4bac88e1e4955 Mon Sep 17 00:00:00 2001 From: joschrew <91774427+joschrew@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:29:58 +0200 Subject: [PATCH] Make sure only onen laguage is used on site The privacy notice is left in german because I am not sure if changing it causes problems with the Datenschutzbeauftrager from Uni, who possibly has approved the german version only. --- src/layout/footer/index.vue | 6 +++--- src/layout/main/index.vue | 4 ++-- src/pages/contact/index.vue | 10 +++++----- src/pages/home/index.vue | 35 +++++++++++++++-------------------- 4 files changed, 25 insertions(+), 30 deletions(-) diff --git a/src/layout/footer/index.vue b/src/layout/footer/index.vue index 011c347..1c89a94 100644 --- a/src/layout/footer/index.vue +++ b/src/layout/footer/index.vue @@ -8,14 +8,14 @@
- Kontakt + Contact

-

Impressum + class="px-2 nav-link text-white hover:text-sky-700">Imprint

-

- Datenschutzhinweis + Privacy notice
diff --git a/src/layout/main/index.vue b/src/layout/main/index.vue index fe84277..68a0a7c 100644 --- a/src/layout/main/index.vue +++ b/src/layout/main/index.vue @@ -4,7 +4,7 @@ class="h-96 bg-cover bg-gray-400 bg-center p-12 home-img" >

- OLA-HD - OCR Langzeitarchiv + OLA-HD - OCR Long-Term Archive

@@ -21,7 +21,7 @@ " id="search-box" type="text" - placeholder="Suchen" + placeholder="Search..." v-model="query" /> diff --git a/src/pages/contact/index.vue b/src/pages/contact/index.vue index 46c2ee5..ddbec24 100644 --- a/src/pages/contact/index.vue +++ b/src/pages/contact/index.vue @@ -3,9 +3,9 @@

-

Anschrift

+

Address

@@ -84,4 +84,4 @@ export default { \ No newline at end of file + diff --git a/src/pages/home/index.vue b/src/pages/home/index.vue index a84d589..af659ad 100644 --- a/src/pages/home/index.vue +++ b/src/pages/home/index.vue @@ -1,31 +1,26 @@