From 874ec2bc2f1fc4174cd0cd0cc87c7c46e62c0034 Mon Sep 17 00:00:00 2001 From: Dominik Strangas Date: Wed, 9 Aug 2023 18:39:40 +0200 Subject: [PATCH] more --- src/components/partials/Button.astro | 4 ++++ src/pages/index.astro | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 src/components/partials/Button.astro diff --git a/src/components/partials/Button.astro b/src/components/partials/Button.astro new file mode 100644 index 0000000..8d92cb9 --- /dev/null +++ b/src/components/partials/Button.astro @@ -0,0 +1,4 @@ +--- +let link: string +let action: ()=>{} +--- \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 1e3a42f..dbf1377 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -38,15 +38,15 @@ const projects: Project[] = [ class="flex justify-center items-center w-3/5 border-4 border-emerald-500 aspect-square rounded-2xl overflow-hidden" >

Das bin ich!

-
-

Hi, ich bin Dominik

+
+

Hi, ich bin Dominik

Ein Full-Stack Web-Developer aus München @@ -57,17 +57,17 @@ const projects: Project[] = [

- +

Meine Projekte

-
+
{projects.slice(0, 4).map((project, i)=>{ return ( -
+
{`img
@@ -77,9 +77,9 @@ const projects: Project[] = [
) })} -
-

Mehr

-
+ + Mehr +