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 + + + +