From 2cdec9e2b65f625d0bdda003406739f53d48e679 Mon Sep 17 00:00:00 2001 From: Philippe Loctaux Date: Thu, 1 Jun 2023 23:46:52 +0200 Subject: [PATCH] display projects, experiences on page --- src/pages/index.astro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9628f1b..92329b3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -5,14 +5,18 @@ import Whoami from "../components/whoami.astro"; import Www from "../components/www.astro"; import Talks from "../components/talks.astro"; import Friends from "../components/friends.astro"; +import ProfessionalExperience from "../components/professional-experience.astro"; +import Projects from "../components/projects.astro"; --- -
+
-
+
+ +