mirror of
https://github.com/guezoloic/website.git
synced 2026-03-28 18:03:50 +00:00
139 lines
3.5 KiB
JSON
139 lines
3.5 KiB
JSON
{
|
|
"name": "GUEZO Loïc",
|
|
"career": "me.career",
|
|
"profile_image": "https://web-bucket.s3.fr-par.scw.cloud/guezoloic.png",
|
|
"navbar": {
|
|
"buttons": [
|
|
{
|
|
"label": "about.label",
|
|
"action": "about",
|
|
"icon": ""
|
|
},
|
|
{
|
|
"label": "skills.label",
|
|
"action": "skills",
|
|
"icon": "CodeBracketIcon"
|
|
},
|
|
{
|
|
"label": "projects.label",
|
|
"action": "projects",
|
|
"icon": "ServerIcon"
|
|
}
|
|
]
|
|
},
|
|
"about": [
|
|
{
|
|
"icon": "LightBulbIcon",
|
|
"text": "about.content.0"
|
|
},
|
|
{
|
|
"icon": "CodeBracketIcon",
|
|
"text": "about.content.1"
|
|
},
|
|
{
|
|
"icon": "CpuChipIcon",
|
|
"text": "about.content.2"
|
|
},
|
|
{
|
|
"icon": "PuzzlePieceIcon",
|
|
"text": "about.content.3"
|
|
},
|
|
{
|
|
"icon": "Cog6ToothIcon",
|
|
"text": "about.content.4"
|
|
},
|
|
{
|
|
"icon": "RocketLaunchIcon",
|
|
"text": "about.content.5"
|
|
},
|
|
{
|
|
"icon": "ServerStackIcon",
|
|
"text": "about.content.6"
|
|
}
|
|
],
|
|
"skills": [
|
|
{
|
|
"title": "skills.content.0",
|
|
"tags": [
|
|
{
|
|
"name": "C",
|
|
"icon": "SiC"
|
|
},
|
|
{
|
|
"name": "C++",
|
|
"icon": "SiCplusplus"
|
|
},
|
|
{
|
|
"name": "Rust",
|
|
"icon": "SiRust"
|
|
},
|
|
{
|
|
"name": "Python",
|
|
"icon": "SiPython"
|
|
},
|
|
{
|
|
"name": "Java",
|
|
"icon": "SiJava"
|
|
},
|
|
{
|
|
"name": "Bash",
|
|
"icon": "SiGnubash"
|
|
},
|
|
{
|
|
"name": "HTML/CSS/JS/TS",
|
|
"icon": "SiHtml5"
|
|
},
|
|
{
|
|
"name": "React",
|
|
"icon": "SiReact"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "skills.content.1",
|
|
"tags": [
|
|
{
|
|
"name": "Git",
|
|
"icon": "SiGit"
|
|
},
|
|
{
|
|
"name": "Docker",
|
|
"icon": "SiDocker"
|
|
},
|
|
{
|
|
"name": "Android Studio",
|
|
"icon": "SiAndroid"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "skills.content.2",
|
|
"tags": [
|
|
{
|
|
"name": "Linux/Linux Server",
|
|
"icon": "SiLinux"
|
|
},
|
|
{
|
|
"name": "Proxmox",
|
|
"icon": "SiProxmox"
|
|
},
|
|
{
|
|
"name": "Jetson Nano",
|
|
"icon": "SiNvidia"
|
|
},
|
|
{
|
|
"name": "Raspberry Pi",
|
|
"icon": "SiRaspberrypi"
|
|
},
|
|
{
|
|
"name": "Arduino",
|
|
"icon": "SiArduino"
|
|
},
|
|
{
|
|
"name": "ESP32",
|
|
"icon": "SiEspressif"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |