This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/pages/_data/resumes/fr.json
Laureηt e12b8a141b
feat: more reading references
chore: updated french resume json file
2021-08-29 13:47:40 +02:00

268 lines
6.6 KiB
JSON

{
"locale": "fr",
"name": "Laurent Fainsin",
"go_back": "revenir en arrière",
"flag_icon": "flag-icon flag-icon-fr",
"info": {
"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": "Laurent2916",
"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' | url }}",
"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' | url }}",
"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",
"education": {
"level": "Master degree",
"history": [
{
"institution": "ENSEEIHT",
"title": "Ingénieur SN",
"url": "https://www.enseeiht.fr/",
"start": "2020",
"end": "Now",
"eqv": "Master (L3, M1, M2)"
},
{
"institution": "Lycée Kérichen/Vauban",
"title": "CPGE PSI",
"url": "https://lycee-la-perouse-kerichen-brest.ac-rennes.fr/",
"start": "2018",
"end": "2020",
"eqv": "Licence (L1, L2)"
},
{
"institution": "Lycée de l'Harteloire",
"title": "Baccalauréat S",
"url": "https://www.harteloire.com/",
"start": "2015",
"end": "2018"
}
]
},
"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": "Learning Modern 3D Graphics Programming",
"url" : "https://paroj.github.io/gltut/"
},
{
"title": "Beginning Game Programming with SDL",
"url": "https://lazyfoo.net/tutorials/SDL/index.php"
},
{
"title": "Data-Driven Science and Engineering",
"url": "http://www.databookuw.com/"
},
{
"title": "Game programming patterns",
"url": "https://gameprogrammingpatterns.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": "Glenn Fiedler's blog",
"url": "https://gafferongames.com/post/"
},
{
"title": "Awesome OSDev",
"url": "https://github.com/developpement-systeme-exploitation/awesome"
},
{
"title": "r/programming",
"url": "https://www.reddit.com/r/programming"
},
{
"title": "OS Dev wiki",
"url": "https://wiki.osdev.org/"
},
{
"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"
]
}
]
}