mirror of
https://github.com/guezoloic/website.git
synced 2026-03-31 11:11:37 +00:00
feat: rework entire project structure
This commit is contained in:
44
app/locales/en.json
Normal file
44
app/locales/en.json
Normal 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": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
}
|
||||
44
app/locales/fr.json
Normal file
44
app/locales/fr.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"me": {
|
||||
"title": "Bienvenue ! 👋",
|
||||
"subTitle": "Ravi·e de vous voir ici",
|
||||
"career": "Étudiant info"
|
||||
},
|
||||
"about": {
|
||||
"label": "À propos",
|
||||
"title": "Bonjour, je suis Loïc ! 👋",
|
||||
"content": [
|
||||
"Curieux de nature, j'aime explorer ce qui se passe sous toutes les couches d'un système informatique.",
|
||||
"J'ai commencé par de simples programmes en Python, puis j'ai progressivement découvert une fascination pour le bas niveau.",
|
||||
"En apprenant les bases de l'assembleur Intel x86_64 en licence et en touchant à l'électronique, j'ai compris que j'adore apprendre et concevoir à un niveau fondamental.",
|
||||
"Au fil du temps, je me suis rapproché de la programmation bas niveau et réalisé quelques petits projets.",
|
||||
"Ces projets m'ont permis de manipuler et d'expérimenter le fonctionnement de différents matériels.",
|
||||
"Je m'intéresse aussi à des projets variés, comme créer une petite IA ou un moteur graphique sur terminal.",
|
||||
"Les outils informatique et matériels m'ont donné une vision complète des systèmes embarqués et je souhaite continuer à apprendre dans cette voie.",
|
||||
"Je cherche à combiner logiciel et matériel pour concevoir des systèmes complexes et efficaces."
|
||||
]
|
||||
},
|
||||
"skills": {
|
||||
"label": "Compétences",
|
||||
"title": "Mes Compétences",
|
||||
"content": [
|
||||
"Langages Informatique",
|
||||
"Outils",
|
||||
"Matériel & Systèmes embarqués"
|
||||
]
|
||||
},
|
||||
"projects": {
|
||||
"label": "Projets",
|
||||
"title": "Mes Projets"
|
||||
},
|
||||
"links": {
|
||||
"label": "Liens",
|
||||
"title": "Liens",
|
||||
"descriptions": [
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user