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(); --- -