From 40beae70e9847db151c6a03133a302dbcac32c56 Mon Sep 17 00:00:00 2001 From: webfussel Date: Wed, 22 May 2024 13:19:05 +0200 Subject: [PATCH] ADD: External Imprint --- app.vue | 14 +++----- components/Footer/Footer.css | 8 +++++ components/Footer/Footer.vue | 22 ++++++++++++ components/Header/Header.vue | 12 +++++-- components/Person/Person.vue | 2 +- components/Services/Services.vue | 4 +-- components/Skills/Skills.vue | 2 +- pages/[...route].vue | 12 +++++++ pages/imp.vue | 62 ++++++++++++++++++++++++++++++++ 9 files changed, 122 insertions(+), 16 deletions(-) create mode 100644 components/Footer/Footer.css create mode 100644 components/Footer/Footer.vue create mode 100644 pages/[...route].vue create mode 100644 pages/imp.vue diff --git a/app.vue b/app.vue index bb1c5f6..cbc3fcd 100644 --- a/app.vue +++ b/app.vue @@ -1,13 +1,9 @@