From d4f98e2d1f85fbdffa2470071e22bba2dacc00c0 Mon Sep 17 00:00:00 2001 From: Leo Goetz Date: Fri, 8 May 2026 15:37:39 +0200 Subject: inital commit --- src/components/sections/Hero.astro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/components/sections/Hero.astro (limited to 'src/components/sections/Hero.astro') diff --git a/src/components/sections/Hero.astro b/src/components/sections/Hero.astro new file mode 100644 index 0000000..76f8011 --- /dev/null +++ b/src/components/sections/Hero.astro @@ -0,0 +1,18 @@ +--- +import pfp from "../../../public/leo.png"; +import { Image } from "astro:assets"; +--- + +
+ leos profilbild (ein pixel charakter) +
+

Leo Götz

+

Webentwickler

+
+
-- cgit v1.3.1