From 58cb959ef4d5a230d6cb9e045576aa0447e80b5b Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Wed, 17 May 2023 22:49:53 +0200 Subject: [PATCH] using hero in root page --- src/components/hero.astro | 18 ++++++++++++++++++ src/pages/index.astro | 20 ++++++++++---------- 2 files changed, 28 insertions(+), 10 deletions(-) create mode 100644 src/components/hero.astro diff --git a/src/components/hero.astro b/src/components/hero.astro new file mode 100644 index 0000000..59909e2 --- /dev/null +++ b/src/components/hero.astro @@ -0,0 +1,18 @@ +--- +import Wallpaper from "./wallpaper.astro"; +--- + + +
+
+

Philippe Loctaux

+

+ Computer science student at Epitech, graduating in 2023. +

+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 7264ff5..460c9c5 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,15 +1,15 @@ --- +import Hero from "../components/hero.astro"; --- - - - - - - Astro - - -

Astro

- + + + + + Philippe Loctaux + + + +