diff --git a/.vscode/settings.json b/.vscode/settings.json index 1f926c5b..44a9fd24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "i18n-ally.localesPaths": [ "public/locales" - ] + ], + "typescript.tsdk": "node_modules/typescript/lib" } \ No newline at end of file diff --git a/src/components/UMBE_Footer.astro b/src/components/UMBE_Footer.astro new file mode 100644 index 00000000..b142c4bc --- /dev/null +++ b/src/components/UMBE_Footer.astro @@ -0,0 +1,10 @@ +--- +const currentYear = new Date().getFullYear(); +--- + + \ No newline at end of file diff --git a/src/components/UMBE_Header.astro b/src/components/UMBE_Header.astro new file mode 100644 index 00000000..40c23968 --- /dev/null +++ b/src/components/UMBE_Header.astro @@ -0,0 +1,45 @@ +
+ +
+ + + + + hamburger +
+
+ + \ No newline at end of file diff --git a/src/components/UMBE_SidebarLeft.astro b/src/components/UMBE_SidebarLeft.astro new file mode 100644 index 00000000..f1a8dda2 --- /dev/null +++ b/src/components/UMBE_SidebarLeft.astro @@ -0,0 +1,9 @@ +--- +import Navigation from "../components/UMBE_navcard.astro"; +--- + +
+ + + +
\ No newline at end of file diff --git a/src/components/UMBE_SidebarRight.astro b/src/components/UMBE_SidebarRight.astro new file mode 100644 index 00000000..57b22141 --- /dev/null +++ b/src/components/UMBE_SidebarRight.astro @@ -0,0 +1,3 @@ +
+ +
\ No newline at end of file diff --git a/src/components/UMBE_navcard.astro b/src/components/UMBE_navcard.astro new file mode 100644 index 00000000..72a2214d --- /dev/null +++ b/src/components/UMBE_navcard.astro @@ -0,0 +1,100 @@ + + + +