feat: Add new sections and improve layout

- Added ExperienceSection and SkillsSection components to showcase user experience and skills.
- Updated App component to include new sections in the Home layout.
- Enhanced Projet component with improved styling and functionality, including a video player.
- Integrated new translations in English and French for additional sections.
- Updated navigation bar to include links to new sections.
- Added Dockerfile and nginx configuration for deployment.
- Removed unused video files and optimized existing components for better performance.
- Updated CVSection to correctly reference the CV file path.
- Improved styling across various components for a more cohesive design.
This commit is contained in:
2026-02-24 12:23:27 +01:00
parent b012f28dd8
commit 83560e8086
21 changed files with 924 additions and 194 deletions
BIN
View File
Binary file not shown.
+4 -1
View File
@@ -10,5 +10,8 @@
"SEE_ALL_PROJECTS": "See All Projects",
"CONTACT_ME": "Contact Me",
"CREATE_PROJECT": "Create Project",
"EDIT_PROJECT": "Edit Project"
"EDIT_PROJECT": "Edit Project",
"MY_EXPERIENCE": "My Experience",
"SKILLS": "Skills"
}
+4 -1
View File
@@ -10,5 +10,8 @@
"SEE_ALL_PROJECTS": "Voir tous les projets",
"CONTACT_ME": "Contactez-moi",
"CREATE_PROJECT": "Créer un projet",
"EDIT_PROJECT": "Modifier le projet"
"EDIT_PROJECT": "Modifier le projet",
"MY_EXPERIENCE": "Mon expérience",
"SKILLS": "Compétences"
}
Binary file not shown.
Binary file not shown.