From 2bde51aad0cefd8c0a4081e11cd5d1d651b24a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 22 May 2021 13:47:27 +0200 Subject: [PATCH] feat: populated the resume a bit --- package.json | 4 ++-- pages/_data/resumes/en.json | 7 +++++-- pages/_data/resumes/fr.json | 7 +++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1b3054f..e1c43d9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "site_perso", - "version": "1.0.1", + "name": "personnal_website", + "version": "1.1.0", "main": "index.js", "license": "MIT", "devDependencies": { diff --git a/pages/_data/resumes/en.json b/pages/_data/resumes/en.json index ab332b8..ea8e2c3 100644 --- a/pages/_data/resumes/en.json +++ b/pages/_data/resumes/en.json @@ -2,7 +2,6 @@ "locale": "en", "name": "Laurent Fainsin", "go_back": "Go back", - "report": "report", "flag_icon": "flag-icon flag-icon-gb", "info": { "label": "CS Engineering Student", @@ -65,7 +64,7 @@ "personnal_projects": [ { "title": "This website", - "repo": "https://project-repo.com", + "repo": "https://git.inpt.fr/fainsil/personnal-website/", "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." } @@ -143,6 +142,10 @@ ], "reading_title": "Readings", "reading": [ + { + "title": "Linux Bible, 10th Edition", + "url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/" + }, { "title": "Data-Driven Science and Engineering", "url": "http://www.databookuw.com/" diff --git a/pages/_data/resumes/fr.json b/pages/_data/resumes/fr.json index 1d4d91e..16f4f0a 100644 --- a/pages/_data/resumes/fr.json +++ b/pages/_data/resumes/fr.json @@ -2,7 +2,6 @@ "locale": "fr", "name": "Laurent Fainsin", "go_back": "revenir en arrière", - "report": "rapport", "flag_icon": "flag-icon flag-icon-fr", "info": { "label": "Étudiant Ingénieur SN", @@ -65,7 +64,7 @@ "personnal_projects": [ { "title": "Ce site web", - "repo": "https://project-repo.com", + "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." } @@ -139,6 +138,10 @@ ], "reading_title": "Lectures", "reading": [ + { + "title": "Linux Bible, 10th Edition", + "url": "https://www.oreilly.com/library/view/linux-bible-10th/9781119578888/" + }, { "title": "Data-Driven Science and Engineering", "url": "http://www.databookuw.com/"