From b5ed22589ffa7029d35b26b998e437b319049740 Mon Sep 17 00:00:00 2001 From: Robert Jagtiani Date: Tue, 16 Apr 2024 00:05:35 +0200 Subject: [PATCH] Update Template Files --- .vscode/settings.json | 9 +- public/images/header/UMBE_logo-big.svg | 37 ++++ .../images/right-sidebar/UMBE_telefon-1.svg | 4 + src/client/lib/UMBE_card_navigation.js | 0 src/components/UMBE_Footer.astro | 21 ++- src/components/UMBE_Header.astro | 90 +++++---- src/components/UMBE_SidebarLeft.astro | 7 +- src/components/UMBE_SidebarRight.astro | 13 +- src/components/UMBE_card-contact.svelte | 23 +++ src/components/UMBE_card-navigation.svelte | 173 ++++++++++++++++++ src/components/UMBE_navcard.astro | 138 +++++++------- src/layouts/UMBE_Layout.astro | 72 +++----- src/pages/UMBE_test.astro | 9 +- src/style/UMBE_global.css | 122 +++++++++--- tailwind.config.cjs | 18 +- 15 files changed, 533 insertions(+), 203 deletions(-) create mode 100644 public/images/header/UMBE_logo-big.svg create mode 100644 public/images/right-sidebar/UMBE_telefon-1.svg create mode 100644 src/client/lib/UMBE_card_navigation.js create mode 100644 src/components/UMBE_card-contact.svelte create mode 100644 src/components/UMBE_card-navigation.svelte diff --git a/.vscode/settings.json b/.vscode/settings.json index 44a9fd24..d9d45dad 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,11 @@ + + { "i18n-ally.localesPaths": [ "public/locales" ], - "typescript.tsdk": "node_modules/typescript/lib" -} \ No newline at end of file + "typescript.tsdk": "node_modules/typescript/lib", + "css.lint.unknownAtRules": "ignore", + "scss.lint.unknownAtRules": "ignore", + "less.lint.unknownAtRules": "ignore" +} diff --git a/public/images/header/UMBE_logo-big.svg b/public/images/header/UMBE_logo-big.svg new file mode 100644 index 00000000..62e9a724 --- /dev/null +++ b/public/images/header/UMBE_logo-big.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/images/right-sidebar/UMBE_telefon-1.svg b/public/images/right-sidebar/UMBE_telefon-1.svg new file mode 100644 index 00000000..c8ca1ba4 --- /dev/null +++ b/public/images/right-sidebar/UMBE_telefon-1.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/client/lib/UMBE_card_navigation.js b/src/client/lib/UMBE_card_navigation.js new file mode 100644 index 00000000..e69de29b diff --git a/src/components/UMBE_Footer.astro b/src/components/UMBE_Footer.astro index b142c4bc..2f688a65 100644 --- a/src/components/UMBE_Footer.astro +++ b/src/components/UMBE_Footer.astro @@ -2,9 +2,20 @@ const currentYear = new Date().getFullYear(); --- -