1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-11-08 22:31:30 +01:00

fix: replace "My section" to "Section", delete "My"

This commit is contained in:
divlo 2021-06-24 18:32:13 +02:00
parent 1ea5e3f323
commit b81ae5a9a6
No known key found for this signature in database
GPG Key ID: 185ED2F15F104E52
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@
"descriptionBottom": "I am self-taught in Computer Science by following online trainings. <0/> <0/> I put into practice everything I learn and make many projects."
},
"interests": {
"title": "My Interests",
"title": "Interests",
"paragraphs": [
{
"title": "Developer Full Stack Junior :",
@ -24,12 +24,12 @@
]
},
"skills": {
"title": "My skills",
"title": "Skills",
"languages": "Programming languages",
"softwareTools": "Software and tools"
},
"portfolio": {
"title": "My Portfolio",
"title": "Portfolio",
"items": [
{
"title": "function.divlo.fr",

View File

@ -7,7 +7,7 @@
"descriptionBottom": "Je me forme en autodidacte dans l'informatique en suivant des formations en ligne. <0/> <0/> Je mets en pratique tout ce que j'apprends et réalise de nombreux projets."
},
"interests": {
"title": "Mes intérêts",
"title": "Intérêts",
"paragraphs": [
{
"title": "Développeur Full Stack Junior :",
@ -24,12 +24,12 @@
]
},
"skills": {
"title": "Mes compétences",
"title": "Compétences",
"languages": "Langages de programmation",
"softwareTools": "Logiciels et outils"
},
"portfolio": {
"title": "Mon Portfolio",
"title": "Portfolio",
"items": [
{
"title": "function.divlo.fr",

1
next-env.d.ts vendored
View File

@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />