feat: populated the resume a bit
This commit is contained in:
parent
f911e66c80
commit
2bde51aad0
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "site_perso",
|
"name": "personnal_website",
|
||||||
"version": "1.0.1",
|
"version": "1.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"locale": "en",
|
"locale": "en",
|
||||||
"name": "Laurent Fainsin",
|
"name": "Laurent Fainsin",
|
||||||
"go_back": "Go back",
|
"go_back": "Go back",
|
||||||
"report": "report",
|
|
||||||
"flag_icon": "flag-icon flag-icon-gb",
|
"flag_icon": "flag-icon flag-icon-gb",
|
||||||
"info": {
|
"info": {
|
||||||
"label": "CS Engineering Student",
|
"label": "CS Engineering Student",
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
"personnal_projects": [
|
"personnal_projects": [
|
||||||
{
|
{
|
||||||
"title": "This website",
|
"title": "This website",
|
||||||
"repo": "https://project-repo.com",
|
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
||||||
"role": "Author",
|
"role": "Author",
|
||||||
"description": "I made this website almost entirely from scratch, I used the static site generetor 11ty.js to simplify the process thanks to its templating system. I learned a lot about HTML, CSS, Javascript and it also allowed me to strengthen my git skills."
|
"description": "I made this website almost entirely from scratch, I used the static site generetor 11ty.js to simplify the process thanks to its templating system. I learned a lot about HTML, CSS, Javascript and it also allowed me to strengthen my git skills."
|
||||||
}
|
}
|
||||||
|
@ -143,6 +142,10 @@
|
||||||
],
|
],
|
||||||
"reading_title": "Readings",
|
"reading_title": "Readings",
|
||||||
"reading": [
|
"reading": [
|
||||||
|
{
|
||||||
|
"title": "Linux Bible, 10th Edition",
|
||||||
|
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Data-Driven Science and Engineering",
|
"title": "Data-Driven Science and Engineering",
|
||||||
"url": "http://www.databookuw.com/"
|
"url": "http://www.databookuw.com/"
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"locale": "fr",
|
"locale": "fr",
|
||||||
"name": "Laurent Fainsin",
|
"name": "Laurent Fainsin",
|
||||||
"go_back": "revenir en arrière",
|
"go_back": "revenir en arrière",
|
||||||
"report": "rapport",
|
|
||||||
"flag_icon": "flag-icon flag-icon-fr",
|
"flag_icon": "flag-icon flag-icon-fr",
|
||||||
"info": {
|
"info": {
|
||||||
"label": "Étudiant Ingénieur SN",
|
"label": "Étudiant Ingénieur SN",
|
||||||
|
@ -65,7 +64,7 @@
|
||||||
"personnal_projects": [
|
"personnal_projects": [
|
||||||
{
|
{
|
||||||
"title": "Ce site web",
|
"title": "Ce site web",
|
||||||
"repo": "https://project-repo.com",
|
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
||||||
"role": "Author",
|
"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."
|
"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."
|
||||||
}
|
}
|
||||||
|
@ -139,6 +138,10 @@
|
||||||
],
|
],
|
||||||
"reading_title": "Lectures",
|
"reading_title": "Lectures",
|
||||||
"reading": [
|
"reading": [
|
||||||
|
{
|
||||||
|
"title": "Linux Bible, 10th Edition",
|
||||||
|
"url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Data-Driven Science and Engineering",
|
"title": "Data-Driven Science and Engineering",
|
||||||
"url": "http://www.databookuw.com/"
|
"url": "http://www.databookuw.com/"
|
||||||
|
|
Reference in a new issue