From 0bf3e17f859e4ba2295c0187e91253db464dcd72 Mon Sep 17 00:00:00 2001 From: BaptisteLacroix Date: Sun, 22 Sep 2024 17:51:06 +0200 Subject: [PATCH] feat: center Education & Experience Card --- src/modules/FormationComponent.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/modules/FormationComponent.tsx b/src/modules/FormationComponent.tsx index 146c208..50b0d8f 100644 --- a/src/modules/FormationComponent.tsx +++ b/src/modules/FormationComponent.tsx @@ -6,16 +6,18 @@ import {DownloadCVComponent} from "./DownloadCVComponent.tsx"; export const FormationComponent: React.FC = () => { return ( -
+
+
-

Education & Experience

+

Education & + Experience

- +
- +

I am a student at Polytech Nice Sophia and a Full Stack Developer. @@ -24,17 +26,19 @@ export const FormationComponent: React.FC = () => { Apprentice at Airbus Defense and Space, responsible for software development.

- I'm currently looking for an opportunity to work as an intern in software development. + I'm currently looking for an opportunity to work as an intern in software + development.

- +
- + +
); };