Files
portfolio/public/locales/en/translation.json
Félix MARQUET efc218f445 refactor: remove GitHubStatsSection component and its mock data
fix: remove Homelab link from Menu component

i18n: update TimelineSection to use translation keys for experience items

i18n: switch to loading translations from backend instead of hardcoded

style: add custom variant for dark mode in index.css

style: clean up unused CSS variables and classes in output.css

config: update tailwind.config.js to use ES module syntax

config: include env.d.ts in tsconfig.json for type definitions
2025-08-26 20:22:08 +00:00

148 lines
7.8 KiB
JSON

{
"about.title": "About me",
"about.description": "I am a fourth-year student at ISEN Nantes, currently in a work-study program at Horoquartz. I am passionate about computer science. I learned to code on my own and am currently learning Rust and Go. I am also passionate about electronics and hardware. I have a homelab consisting of 3 servers: a DELL T320, a DELL T330, and a Dell Precision T3610, all running Proxmox.",
"card.title": "Fourth year student at ISEN Nantes in work-study program at Horoquartz",
"projects.title": "My projects",
"projects.Front end starter.description": "My personal starter for front end projects",
"projects.Project C - ISEN CIR 1.description": "End of 1st year project at ISEN Nantes",
"projects.Projet robot.description": "Robot project with the Modelec ISEN club for the French robotics cup (Development and deployment on Raspberry Pi)",
"projects.MercuryCloud.description": "Game server and VPS hosting project. Technical support position, administrator of VPS, Game and web services.",
"projects.Projet C++ - ISEN CIR 2.description": "End of 4th semester project at ISEN Nantes. Creation of a Tower Defense type game in C++ with the QT6 library.",
"projects.Github NTFY.description": "Notification project for github and dockerhub releases that sends notifications on ntfy, gotify and discord.",
"projects.Projet C++ - ISEN CIPA 3.description": "Fish school behavior simulation game project in C++ with the SLD2 library, with multiplayer support.",
"projects.Alternance Horoquartz.description": "Development of an update system for Horoquartz products.",
"cv.title": "My resume",
"cv.path": "/CV-Felix-MARQUET-English.pdf",
"nav.about": "About me",
"nav.projects": "My projects",
"nav.cv": "My resume",
"skills.beginner": "Beginner",
"skills.intermediate": "Intermediate",
"skills.expert": "Expert",
"skills.examples.C.title": "C Projects",
"skills.examples.C.description": "End-of-first-year project at ISEN, basic algorithms, creation of a REST API.",
"skills.examples.C++.title": "C++ Projects",
"skills.examples.C++.description": "Tower Defense in Qt6, fish school simulation with SDL2 featuring multiplayer support, basic algorithms.",
"skills.examples.Admin Système.title": "System Administration",
"skills.examples.Admin Système.description": "Configuration of 3 DELL servers under Proxmox, virtualization, maintenance of virtual machines, deployment of applications in Azure.",
"skills.examples.Python.title": "Python Projects",
"skills.examples.Python.description": "GitHub NTFY for GitHub and DockerHub release notifications, course projects.",
"skills.examples.PHP.title": "PHP Projects",
"skills.examples.PHP.description": "Web development with PHP, AJAX, PostgreSQL.",
"skills.examples.HTML/CSS.title": "Front-end development",
"skills.examples.HTML/CSS.description": "Custom front-end starter, base project, various web projects.",
"skills.examples.JS/TS.title": "JavaScript/TypeScript",
"skills.examples.JS/TS.description": "React development, this portfolio, NodeJS API with Express, creation of the Studysen mobile application with React Native, professional projects.",
"skills.examples.Linux.title": "Linux Administration",
"skills.examples.Linux.description": "Server configuration, system administration, Ansible playbooks.",
"skills.examples.Go.title": "Go Projects",
"skills.examples.Go.description": "Introduction to the language, creation of a REST API with Fiber, Go Gin, and the standard library, professional projects.",
"skills.examples.Docker.title": "Containerization",
"skills.examples.Docker.description": "Container deployment, Docker Compose configuration, image creation, high-availability service deployment via Swarm and Kubernetes.",
"skills.examples.Rust.title": "Rust Projects",
"skills.examples.Rust.description": "Learning the language, creation of a REST API with Ntex, rewrite of the GitHub NTFY API in Rust.",
"skills.examples.React.title": "React Development",
"skills.examples.React.description": "This portfolio, Modelec website, Studysen mobile application, professional projects.",
"contact.title": "Contact",
"contact.subtitle": "A question? A project? Feel free to contact me!",
"contact.info.title": "Contact information",
"contact.info.email": "Email",
"contact.info.status": "Status",
"contact.info.statusValue": "ISEN student - Work-study at Horoquartz",
"contact.info.response": "Response",
"contact.info.responseValue": "Usually within 24h",
"contact.subjects.title": "Topics of interest",
"contact.subjects.list": [
"Web Development",
"System Administration",
"DevOps",
"Work-study",
"Open Source Projects",
"Homelab",
"Collaboration",
"Internship/Job"
],
"contact.form.title": "Send me a message",
"contact.form.name": "Full name",
"contact.form.namePlaceholder": "Your name",
"contact.form.email": "Email",
"contact.form.emailPlaceholder": "your.email@example.com",
"contact.form.subject": "Subject",
"contact.form.subjectPlaceholder": "Subject of your message",
"contact.form.message": "Message",
"contact.form.messagePlaceholder": "Your message...",
"contact.form.send": "Send message",
"contact.form.sending": "Sending...",
"contact.form.success": "Message sent successfully! I will reply as soon as possible.",
"contact.form.error": "An error occurred. Please try again later.",
"experience": {
"title": "Career & Experience",
"description": "My professional and academic journey",
"current": "Current",
"technologies": "Technologies used:",
"items": [
{
"type": "work",
"title": "Developer - Work-study",
"organization": "Horoquartz",
"location": "Saint-Herblain, France",
"startDate": "2024",
"endDate": "Current",
"current": true,
"description": [
"Development of an update system for Horoquartz products",
"Design and implementation of REST APIs with Node.js and Go",
"Database management with PostgreSQL",
"Deployment with Docker and Kubernetes on Azure"
],
"technologies": ["Node.js", "Go", "PostgreSQL", "Docker", "Kubernetes", "Azure"]
},
{
"type": "education",
"title": "ISEN Nantes - Engineering Program",
"organization": "Institut Supérieur de l'Électronique et du Numérique",
"location": "Nantes, France",
"startDate": "2022",
"endDate": "2027",
"current": true,
"description": [
"Engineering training in computer science and new technologies",
"Specialization in cybersecurity",
"Team projects and project management"
],
"technologies": ["C", "C++", "Python", "Linux", "Networks"]
},
{
"type": "work",
"title": "Technical Support & VPS Admin",
"organization": "MercuryCloud",
"location": "Remote",
"startDate": "2021",
"endDate": "Current",
"description": [
"Technical support for game servers and VPS",
"Administration of CPanel and Plesk services",
"Management of the WHMCS system for billing",
"Virtualization and maintenance of Linux servers"
],
"technologies": ["Linux", "Virtualization", "CPanel", "Plesk", "WHMCS"]
},
{
"type": "achievement",
"title": "Robot Project - French Robotics Cup",
"organization": "Club Modelec ISEN",
"location": "Nantes, France",
"startDate": "2023",
"endDate": "2023",
"description": [
"Development of the robot control system",
"User interface with QT",
"Deployment on Raspberry Pi",
"Multidisciplinary teamwork"
],
"technologies": ["C++", "QT", "Raspberry Pi", "Linux"]
}
]
}
}