From 712212c42008c5db100c816e73c9b43ae3e8880a Mon Sep 17 00:00:00 2001 From: Dominik Strangas Date: Fri, 11 Aug 2023 00:03:01 +0200 Subject: [PATCH] alskdjf --- src/components/Navigation.tsx | 12 +- src/components/partials/Button.astro | 4 - src/components/partials/Button.tsx | 54 ++++++ src/components/partials/StoryItem.tsx | 14 ++ src/env.d.ts | 1 + src/pages/impress.astro | 0 src/pages/index.astro | 233 ++------------------------ src/pages/mystory.astro | 0 src/pages/products.astro | 0 src/pages/projects.astro | 0 src/pages/skills.astro | 0 src/views/AboutMe.astro | 50 ++++++ src/views/Footer.astro | 8 + src/views/LandingHero.astro | 22 +++ src/views/Products.astro | 67 ++++++++ src/views/Projects.astro | 77 +++++++++ 16 files changed, 320 insertions(+), 222 deletions(-) delete mode 100644 src/components/partials/Button.astro create mode 100644 src/components/partials/Button.tsx create mode 100644 src/components/partials/StoryItem.tsx create mode 100644 src/pages/impress.astro create mode 100644 src/pages/mystory.astro create mode 100644 src/pages/products.astro create mode 100644 src/pages/projects.astro create mode 100644 src/pages/skills.astro create mode 100644 src/views/AboutMe.astro create mode 100644 src/views/Footer.astro create mode 100644 src/views/LandingHero.astro create mode 100644 src/views/Products.astro create mode 100644 src/views/Projects.astro diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 62e3d63..0371771 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -8,14 +8,18 @@ export const Navigation = () => { return ( <> -
+
-
+
+ + Home + + Projekte @@ -38,6 +42,10 @@ export const Navigation = () => {