feat: fill pages
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s
All checks were successful
Publish Docker Images / build-and-publish (push) Successful in 10m25s
This commit is contained in:
@@ -17,10 +17,15 @@
|
||||
"name": "Home"
|
||||
},
|
||||
"resume": {
|
||||
"name": "Resume"
|
||||
"name": "Resume",
|
||||
"description": "",
|
||||
"experience": "Expérience",
|
||||
"education": "Education"
|
||||
},
|
||||
"vocal-synthesis": {
|
||||
"name": "Vocal Synthesis"
|
||||
"name": "Vocal Synthesis",
|
||||
"projects": "Key Projects",
|
||||
"tools": "Tools"
|
||||
},
|
||||
"languages": {
|
||||
"name": "Languages & Worldbuilding"
|
||||
@@ -31,7 +36,13 @@
|
||||
},
|
||||
"footer": {
|
||||
"links": {
|
||||
"source": "Website’s source code"
|
||||
"source": "Website’s source code",
|
||||
"nuxt": "Frontend made with Nuxt",
|
||||
"rust": "Backend made with Rust"
|
||||
},
|
||||
"versions": {
|
||||
"frontend": "Frontend Version",
|
||||
"backend": "Backend Version"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,10 +17,15 @@
|
||||
"name": "Accueil"
|
||||
},
|
||||
"resume": {
|
||||
"name": "CV"
|
||||
"name": "CV",
|
||||
"description": "",
|
||||
"experience": "Expérience",
|
||||
"education": "Éducation"
|
||||
},
|
||||
"vocal-synthesis": {
|
||||
"name": "Synthèse Vocale"
|
||||
"name": "Synthèse Vocale",
|
||||
"projects": "Projets principaux",
|
||||
"tools": "Outils"
|
||||
},
|
||||
"languages": {
|
||||
"name": "Langues et Univers Fictifs"
|
||||
@@ -31,7 +36,13 @@
|
||||
},
|
||||
"footer": {
|
||||
"links": {
|
||||
"source": "Code source du site web "
|
||||
"source": "Code source du site web",
|
||||
"nuxt": "Frontend fait avec Nuxt",
|
||||
"rust": "Backend fait avec Rust"
|
||||
},
|
||||
"versions": {
|
||||
"frontend": "Frontend Version",
|
||||
"backend": "Backend Version"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user