fork: move from guezoloic repo

This commit is contained in:
2026-01-24 13:29:26 +01:00
parent 75ebf27385
commit e7c093935e
31 changed files with 5377 additions and 0 deletions

44
src/locales/en.json Normal file
View File

@@ -0,0 +1,44 @@
{
"me": {
"title": "Hello There! 👋",
"subTitle": "I'm glad you're here",
"career": "IT Student"
},
"about": {
"label": "About",
"title": "Hi, I'm Loïc! 👋",
"content": [
"Curious by nature, I like to explore what happens under all the layers of a computer system.",
"I started with simple Python programs, then I gradually discovered a fascination for low-level programming.",
"By learning the basics of Intel x86_64 assembly in my degree and touching electronics, I realized that I love learning and designing at a fundamental level.",
"Over time, I got closer and closer to low-level programming and completed a few small projects.",
"These projects allowed me to manipulate and experiment with the functioning of different hardware.",
"I am also interested in various projects, such as creating a small AI or a graphical engine on a terminal.",
"Computer tools and hardware have given me a complete vision of embedded systems, and I want to continue learning in this field.",
"I aim to combine software and hardware to design complex and efficient systems."
]
},
"skills": {
"label": "Skills",
"title": "My Skills",
"content": [
"Programming Languages",
"Tools",
"Hardware & Embedded Systems"
]
},
"projects": {
"label": "Projects",
"title": "My Projects"
},
"links": {
"label": "Links",
"title": "Links",
"descriptions": [
"",
"",
"",
""
]
}
}