mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-03-18 21:40:29 +01:00
feat: add Java skill and update skill levels
This commit is contained in:
@@ -105,6 +105,10 @@
|
|||||||
"React": {
|
"React": {
|
||||||
"title": "React Development",
|
"title": "React Development",
|
||||||
"description": "This portfolio, Modelec website, Studysen mobile application, professional projects."
|
"description": "This portfolio, Modelec website, Studysen mobile application, professional projects."
|
||||||
|
},
|
||||||
|
"Java": {
|
||||||
|
"title": "Java Projects",
|
||||||
|
"description": "Introduction to the language, minecraft server plugins."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -105,6 +105,10 @@
|
|||||||
"React": {
|
"React": {
|
||||||
"title": "Développement React",
|
"title": "Développement React",
|
||||||
"description": "Ce portfolio, site web de Modelec, application mobile Studysen, projets professionnels"
|
"description": "Ce portfolio, site web de Modelec, application mobile Studysen, projets professionnels"
|
||||||
|
},
|
||||||
|
"Java": {
|
||||||
|
"title": "Projets Java",
|
||||||
|
"description": "Initiation au langage, plugin Minecraft."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ const Felix = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
skillName: "Go",
|
skillName: "Go",
|
||||||
skillLevel: 50,
|
skillLevel: 60,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
skillName: "Docker",
|
skillName: "Docker",
|
||||||
@@ -59,6 +59,10 @@ const Felix = {
|
|||||||
{
|
{
|
||||||
skillName: "React",
|
skillName: "React",
|
||||||
skillLevel: 80,
|
skillLevel: 80,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
skillName: "Java",
|
||||||
|
skillLevel: 30,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
experience: [
|
experience: [
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import React, {JSX} from 'react';
|
|||||||
import {
|
import {
|
||||||
FaCuttlefish,
|
FaCuttlefish,
|
||||||
FaDocker,
|
FaDocker,
|
||||||
FaHtml5,
|
FaHtml5, FaJava,
|
||||||
FaJs,
|
FaJs,
|
||||||
FaLinux,
|
FaLinux,
|
||||||
FaPhp,
|
FaPhp,
|
||||||
@@ -31,6 +31,7 @@ const iconMapping: IconMapping = {
|
|||||||
"Docker": <FaDocker className={iconClassName} />,
|
"Docker": <FaDocker className={iconClassName} />,
|
||||||
"Rust": <FaRust className={iconClassName} />,
|
"Rust": <FaRust className={iconClassName} />,
|
||||||
"React": <FaReact className={iconClassName} />,
|
"React": <FaReact className={iconClassName} />,
|
||||||
|
"Java": <FaJava className={iconClassName} />,
|
||||||
};
|
};
|
||||||
|
|
||||||
interface SkillCardProps {
|
interface SkillCardProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user