diff --git a/.README/home.png b/.README/home.png
index 2e4d9c1..c68ef02 100644
Binary files a/.README/home.png and b/.README/home.png differ
diff --git a/README.md b/README.md
index f588f5b..d81c08f 100755
--- a/README.md
+++ b/README.md
@@ -10,10 +10,11 @@
-
diff --git a/public/resume.pdf b/public/resume.pdf
index 03b3204..a9a2ec5 100644
Binary files a/public/resume.pdf and b/public/resume.pdf differ
diff --git a/public/website.png b/public/website.png
index 73968b2..2db766a 100644
Binary files a/public/website.png and b/public/website.png differ
diff --git a/src/components/home/1-my-name/MyName.tsx b/src/components/home/1-my-name/MyName.tsx
index 70f4489..dc671c3 100644
--- a/src/components/home/1-my-name/MyName.tsx
+++ b/src/components/home/1-my-name/MyName.tsx
@@ -49,8 +49,9 @@ const MyName: FC = () => {
}}
className="mt-10 font-header text-sm tracking-wider text-gray-600 dark:text-gray-400 sm:text-base md:text-lg"
>
- Senior Software Engineer at
Swile,
- specialized in React, Node.js and DevOps technologies.
+ Senior Software Engineer at{' '}
+
Contentsquare, specialized in
+ React, Node.js and DevOps technologies.
{
+
+
+ At the end of 2024, I chose to join{' '}
+ Contentsquare in a core team in order to seek
+ to have a more transversal impact.
+
+
+
{/* Technologies */}
diff --git a/src/components/home/3-work-experience/WorkExperience.tsx b/src/components/home/3-work-experience/WorkExperience.tsx
index 8f4d8b2..278da58 100644
--- a/src/components/home/3-work-experience/WorkExperience.tsx
+++ b/src/components/home/3-work-experience/WorkExperience.tsx
@@ -7,7 +7,7 @@ import WorkExperienceDetails from './WorkExperienceDetails'
import { experiences } from './WorkExperienceList'
const WorkExperience: FC = () => {
- const [tab, setTab] = useState('Swile')
+ const [tab, setTab] = useState('Contentsquare')
const ActiveExperience: FC = () => {
const experience = experiences.find((exp) => exp.tabTitle === tab)
diff --git a/src/components/home/3-work-experience/WorkExperienceList.tsx b/src/components/home/3-work-experience/WorkExperienceList.tsx
index 599e54b..a86c9f5 100644
--- a/src/components/home/3-work-experience/WorkExperienceList.tsx
+++ b/src/components/home/3-work-experience/WorkExperienceList.tsx
@@ -1,4 +1,5 @@
import { FC, ReactNode } from 'react'
+import { DiGoogleAnalytics } from 'react-icons/di'
import {
FaCalculator,
FaCode,
@@ -30,6 +31,28 @@ const Arrow: FC = () => (
)
export const experiences: Experience[] = [
+ // Contentsquare
+ {
+ date: 'September 2024 - today',
+ title: 'Senior Software Engineer',
+ tabTitle: 'Contentsquare',
+ icon: ,
+ location: 'Paris (full remote), France',
+ company: 'Contentsquare',
+ description: <>{/* TODO(contentsquare): to fill */}>,
+ technologies: [
+ 'React',
+ 'Node.js',
+ 'Git',
+ 'Kubernetes',
+ 'Vue',
+ 'Vite',
+ 'Turborepo',
+ 'pnpm',
+ ],
+ link: 'https://contentsquare.com',
+ },
+
// Swile
{
date: 'July 2022 - today',