diff --git a/src/pages/about.astro b/src/pages/about.astro index 35fe37c..eebcaab 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,4 +1,6 @@ --- +import Link from "@/components/common/Link.astro"; +import Work from "@/components/work/Work.astro"; import BaseLayout from "@/layouts/BaseLayout.astro"; const pageTitle = "About Me"; @@ -29,5 +31,39 @@ const pageSubtitle = "Sharing a bit more about me";

+
+
+

Work Experience

+ See all work +
+
+

+ I have had the chance to work at various exciting companies over the + years. +

+
+ + Download CV + + + + +
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index e48fdc4..4ffeb91 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,7 +2,6 @@ import BlogPosts from "@/components/blog/BlogPosts.astro"; import Link from "@/components/common/Link.astro"; import Projects from "@/components/projects/Projects.astro"; -import Work from "@/components/work/Work.astro"; import BaseLayout from "@/layouts/BaseLayout.astro"; --- @@ -26,13 +25,12 @@ import BaseLayout from "@/layouts/BaseLayout.astro"; Full-Stack developer from France, currently based in Rennes + >, currently based in Rennes.

Previously, I had the chance to work with amazing companies like - Crisp, Apitic, Getro and Henge and am currently looking for - something new. + Crisp, Apitic, Getro and Henge.

@@ -60,45 +58,10 @@ import BaseLayout from "@/layouts/BaseLayout.astro";

-

Work Experience

- See all work +

Recent Projects

+ See all projects
-
-

- I have had the chance to work at various exciting companies over the - years. -

-
- - Download CV - - - - -
-
- -
-
-

Recent Projects

- See all projects -
- -
+