From f924d412e87a00982136935f1be2cd1ce51eb911 Mon Sep 17 00:00:00 2001 From: Moritz Ruth Date: Sun, 8 Aug 2021 19:43:17 +0200 Subject: [PATCH] Change email address and terms --- public/_redirects | 3 +- src/App.vue | 10 ++-- src/main.css | 12 ++-- src/pages/contact.vue | 4 +- src/pages/impressum.vue | 4 +- src/pages/terms-and-conditions.vue | 87 ---------------------------- src/pages/terms.vue | 92 ++++++++++++++++++++++++++++++ 7 files changed, 108 insertions(+), 104 deletions(-) delete mode 100644 src/pages/terms-and-conditions.vue create mode 100644 src/pages/terms.vue diff --git a/public/_redirects b/public/_redirects index b441d96..cde6ca1 100644 --- a/public/_redirects +++ b/public/_redirects @@ -1,5 +1,4 @@ https://moritz-ruth.de/* https://moritzruth.de/:splat 301! -/terms /terms-and-conditions -/agb /terms-and-conditions +/agb /terms /kontakt /contact /* /index.html 200 diff --git a/src/App.vue b/src/App.vue index 999b45a..f210615 100644 --- a/src/App.vue +++ b/src/App.vue @@ -38,7 +38,7 @@ en: footer: - tac: Terms & Conditions + tac: Terms legal: Legal Notice de: @@ -52,10 +52,10 @@ import NavigationMenu from "./components/NavigationMenu.vue" const FOOTER_LINKS = [ - // { - // labelKey: "footer.tac", - // to: "/terms-and-conditions" - // }, + { + labelKey: "footer.tac", + to: "/terms" + }, { labelKey: "footer.legal", to: "/impressum" diff --git a/src/main.css b/src/main.css index 5f7268d..f9de9a9 100644 --- a/src/main.css +++ b/src/main.css @@ -1,19 +1,19 @@ @layer base { .prose { - & > *, & section > * { - @apply mt-4; - } - :where(h1) { @apply font-bold text-3xl sm:text-5xl text-gray-900; } :where(h2) { - @apply font-bold text-2xl sm:text-4xl text-gray-700 mt-8; + @apply font-bold text-2xl sm:text-4xl text-gray-600 mt-8; } :where(ol) { @apply list-decimal list-inside space-y-2; + + ::marker { + @apply text-gray-600; + } } :where(ul) { @@ -21,7 +21,7 @@ } :where(address, p, ol, ul) { - @apply not-italic text-lg max-w-240; + @apply not-italic text-lg max-w-240 mt-5; } } diff --git a/src/pages/contact.vue b/src/pages/contact.vue index 22181ca..d8f60ab 100644 --- a/src/pages/contact.vue +++ b/src/pages/contact.vue @@ -23,8 +23,8 @@ {{ t("or_email") }}

- - hey@m0.is + + hey@deltaa.xyz

diff --git a/src/pages/impressum.vue b/src/pages/impressum.vue index 32422e5..4616f28 100644 --- a/src/pages/impressum.vue +++ b/src/pages/impressum.vue @@ -15,8 +15,8 @@

{{ t("email") }}: - - hey@m0.is + + hey@deltaa.xyz

diff --git a/src/pages/terms-and-conditions.vue b/src/pages/terms-and-conditions.vue deleted file mode 100644 index 05f4db8..0000000 --- a/src/pages/terms-and-conditions.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - en: - heading: Terms and Conditions - message: Only available in German at the moment. - - de: - heading: Allgemeine Geschäftsbedingungen - message: "" - - - diff --git a/src/pages/terms.vue b/src/pages/terms.vue new file mode 100644 index 0000000..1cfc333 --- /dev/null +++ b/src/pages/terms.vue @@ -0,0 +1,92 @@ + + + + en: + heading: Terms and Conditions + message: Only available in German at the moment. + + de: + heading: Allgemeine Geschäftsbedingungen + message: "" + + +