feat(resume): translated to french

This commit is contained in:
Laureηt 2021-11-06 22:34:50 +01:00
parent 2ffea229a8
commit fb8c9d683b
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
2 changed files with 229 additions and 207 deletions

View file

@ -55,13 +55,13 @@
"repo": "https://git.inpt.fr/tobgang/sagittarius",
"pdf": "https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.pdf",
"role": "Author",
"description": "As a result of an object oriented programming project in java, here is a little 2D turn-based game inspired from a game, nspired by a game under the same name by George Prosser."
"description": "As a result of an object oriented programming project in java, here is a little 2D turn-based game inspired by a game under the same name by George Prosser."
},
{
"title": "Minishell",
"repo": "https://git.inpt.fr/fainsil/minishell",
"role": "Author",
"description": "As a result of an object oriented programming project in java, here is a little 2D turn-based game inspired from a game, nspired by a game under the same name by George Prosser."
"description": "Implementation of a basic shell program in C, capable of launching programs, piping their streams and sending them signals."
},
{
"title": "Pagerank",

View file

@ -7,70 +7,90 @@
"label": "Étudiant Ingénieur SN",
"about": "Je suis travailleur et ponctuel, je travaille bien en équipe mais aussi seul car j'aime me défier. J'ai de bonnes capacités d'écoute et de communication, je suis bien organisé et je respecte toujours les deadlines."
},
"contacts_title": "Contacts",
"contacts": [
{
"contact": "laurentfainsin@protonmail.com",
"url": "mailto:laurentfainsin@protonmail.com",
"icon": "fa fa-envelope-o"
},
{
"contact": "+33781492838",
"url": "https://signal.org/",
"icon": "fa fa-phone"
},
{
"contact": "Brest, France",
"url": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
"icon": "fa fa-location-arrow"
}
],
"socials_title": "Socials",
"socials": [
{
"network": "laurent-fainsin",
"url": "https://www.linkedin.com/in/laurent-fainsin/",
"icon": "fa fa-linkedin"
},
{
"network": "fainsil",
"url": "https://git.inpt.fr/fainsil",
"icon": "fa fa-gitlab"
},
{
"network": "@fainsil:inpt.fr",
"url": "https://matrix.to/#/@fainsil:inpt.fr",
"icon": "fa fa-matrix-org"
}
],
"school_projects_title": "Projets scolaires",
"school_projects": [
{
"title": "Pagerank",
"repo": "",
"pdf": "/content/pagerank.pdf",
"role": "Author",
"description": "Mise en œuvre d'un algorithme itératif en Ada pour calculer le pagerank d'un réseau donné, aussi rapidement et efficacement que possible."
},
{
"title": "Modem de fréquence",
"repo": "",
"pdf": "/content/modem.pdf",
"role": "Author",
"description": "Modélisation Matlab d'un modem capable de transmettre des informations (séquences de bits) de manière fiable via un canal de transmission imparfait."
}
],
"personnal_projects_title": "Projets personnels",
"personnal_projects": [
{
"title": "Ce site web",
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
"role": "Author",
"description": "J'ai fait ce site presque entièrement de zéro, pour simplifier le processus de création j'ai utilisé le générateur de site statique 11ty.js et son système de templates."
}
],
"education_title": "Éducation",
"contacts": {
"title": "Contacts",
"list": [
{
"contact": "laurentfainsin@protonmail.com",
"url": "mailto:laurentfainsin@protonmail.com",
"icon": "fa fa-envelope-o"
},
{
"contact": "+33781492838",
"url": "https://signal.org/",
"icon": "fa fa-phone"
},
{
"contact": "Brest, France",
"url": "https://www.openstreetmap.org/#map=12/48.3930/-4.4601",
"icon": "fa fa-location-arrow"
}
]
},
"socials": {
"title": "Socials",
"list": [
{
"network": "laurent-fainsin",
"url": "https://www.linkedin.com/in/laurent-fainsin/",
"icon": "fa fa-linkedin"
},
{
"network": "fainsil",
"url": "https://git.inpt.fr/fainsil",
"icon": "fa fa-gitlab"
},
{
"network": "@fainsil:inpt.fr",
"url": "https://matrix.to/#/@fainsil:inpt.fr",
"icon": "fa fa-matrix-org"
}
]
},
"school_projects": {
"title": "Projets scolaires",
"list": [
{
"title": "Sagittarius",
"repo": "https://git.inpt.fr/tobgang/sagittarius",
"pdf": "https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.pdf",
"role": "Author",
"description": "Suite à un projet de programmation orientée objet en java, voici un petit jeu 2D au tour par tour inspiré d'un jeu du même nom de George Prosser.."
},
{
"title": "Minishell",
"repo": "https://git.inpt.fr/fainsil/minishell",
"role": "Author",
"description": "Implémentation d'un shell en C, capable d'exécuter des programmes, de rediriger leurs flux et de leur envoyer des signaux."
},
{
"title": "Pagerank",
"repo": "https://git.inpt.fr/fainsil/pagerank",
"pdf": "https://git.inpt.fr/fainsil/pagerank/-/blob/master/doc/rapport.pdf",
"role": "Author",
"description": "Mise en œuvre d'un algorithme itératif en Ada pour calculer le pagerank d'un réseau donné, aussi rapidement et efficacement que possible."
}
]
},
"personnal_projects": {
"title": "Personnal projects",
"list": [
{
"title": "B00 plays GBA",
"repo": "https://git.inpt.fr/fainsil/booplaysgba/",
"role": "Author",
"description": "En utilisant des technologies telles que websocket, redis, docker, rtmp, mgba et en collant le tout avec Python, on obtient un émulateur collaboratif inspiré de TwitchPlaysPokemon."
},
{
"title": "Ce site web",
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
"role": "Author",
"description": "J'ai fait ce site presque entièrement de zéro, pour simplifier le processus de création j'ai utilisé le générateur de site statique 11ty.js et son système de templates."
}
]
},
"education": {
"title": "Éducation",
"level": "Master degree",
"history": [
{
@ -98,146 +118,148 @@
}
]
},
"skills_title": "Compétences",
"skills": [
{
"name": "Bureautique",
"level": "avancé",
"tags": [
"Linux",
"LaTeX",
"Git",
"Word",
"Excel"
]
},
{
"name": "Développement web",
"level": "intermédiaire",
"tags": [
"HTML5",
"CSS3",
"JavaScript",
"11ty.js"
]
},
{
"name": "Calcul scientifique",
"level": "intermédiaire",
"tags": [
"Numpy",
"Matlab"
]
},
{
"name": "Permis",
"tags": [
"AM",
"B",
"B1"
]
}
],
"reading_title": "Lectures",
"reading": [
{
"title": "Data-Driven Science and Engineering",
"url": "http://www.databookuw.com/"
},
{
"title": "Linux Bible, 10th Edition",
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
},
{
"title": "The Book of Shaders",
"url": "https://thebookofshaders.com/"
},
{
"title": "r/programming",
"url": "https://www.reddit.com/r/programming"
},
{
"title": "r/privacy",
"url": "https://www.reddit.com/r/privacy"
}
],
"languages_title": "Langues",
"languages": [
{
"language": "Français",
"level": "natif",
"icon": "flag-icon flag-icon-fr"
},
{
"language": "Anglais",
"level": "bilingue",
"icon": "flag-icon flag-icon-gb"
},
{
"language": "Japonais",
"level": "débutant",
"icon": "flag-icon flag-icon-jp"
},
{
"language": "Espagnol",
"level": "élémentaire",
"icon": "flag-icon flag-icon-es"
},
{
"language": "Python",
"level": "intermédiaire",
"icon": "devicon-python-plain"
},
{
"language": "Java",
"level": "intermédiaire",
"icon": "devicon-java-plain"
},
{
"language": "Rust",
"level": "débutant",
"icon": "devicon-rust-plain"
},
{
"language": "C",
"level": "débutant",
"icon": "devicon-c-plain"
}
],
"interests_title": "Centres d'intérêt",
"interests": [
{
"name": "GitHub",
"summary": "Utilisateur régulier de GitHub et bricoleur.",
"tags": [
"Git",
"Open Source"
]
},
{
"name": "Électronique",
"summary": "Créateur dans l'âme.",
"tags": [
"Arduino",
"PCB Design"
]
},
{
"name": "Tir à l'arc",
"summary": "Pratique de l'art de la précision et de l'exactitude.",
"tags": [
"Précision",
"Exactitude",
"Patience"
]
},
{
"name": "Aquariums",
"summary": "Des Tamagochis, mais avec de réelles responsabilités.",
"tags": [
"Patience",
"Perfectionnisme"
]
}
]
"skills_title": "",
"skills": {
"title": "Compétences",
"list": [
{
"name": "Bureautique",
"level": "avancé",
"tags": [
"Linux",
"LaTeX",
"Git",
"Word",
"Excel"
]
},
{
"name": "Développement web",
"level": "intermédiaire",
"tags": [
"HTML5",
"CSS3",
"JavaScript",
"11ty.js"
]
},
{
"name": "Calcul scientifique",
"level": "intermédiaire",
"tags": [
"Numpy",
"Matlab"
]
},
{
"name": "Permis",
"tags": [
"AM",
"B",
"B1"
]
}
]
},
"reading": {
"title": "Lectures",
"list": [
{
"title": "Data-Driven Science and Engineering",
"url": "http://www.databookuw.com/"
},
{
"title": "Linux Bible, 10th Edition",
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
},
{
"title": "The Book of Shaders",
"url": "https://thebookofshaders.com/"
},
{
"title": "r/programming",
"url": "https://www.reddit.com/r/programming"
},
{
"title": "r/privacy",
"url": "https://www.reddit.com/r/privacy"
}
]
},
"languages_title": "",
"languages": {
"title": "Langues",
"list": [
{
"language": "Français",
"level": "natif",
"icon": "flag-icon flag-icon-fr"
},
{
"language": "Anglais",
"level": "bilingue",
"icon": "flag-icon flag-icon-gb"
},
{
"language": "Japonais",
"level": "débutant",
"icon": "flag-icon flag-icon-jp"
},
{
"language": "Espagnol",
"level": "élémentaire",
"icon": "flag-icon flag-icon-es"
},
{
"language": "Python",
"level": "intermédiaire",
"icon": "devicon-python-plain"
},
{
"language": "Java",
"level": "intermédiaire",
"icon": "devicon-java-plain"
},
{
"language": "Rust",
"level": "débutant",
"icon": "devicon-rust-plain"
},
{
"language": "C",
"level": "débutant",
"icon": "devicon-c-plain"
}
]
},
"interests": {
"title": "Centres d'intérêt",
"list": [
{
"name": "GitHub/Gitlab",
"summary": "Utilisateur régulier de logiciels open source.",
"tags": [
"Git",
"Open Source"
]
},
{
"name": "Tir à l'arc",
"summary": "Pratique de l'art de la précision et de l'exactitude.",
"tags": [
"Précision",
"Exactitude",
"Patience"
]
},
{
"name": "Aquariums",
"summary": "Des Tamagochis, mais avec de réelles responsabilités.",
"tags": [
"Patience",
"Perfectionnisme"
]
}
]
}
}