feat: populated the resume a bit

This commit is contained in:
Laureηt 2021-05-22 13:47:27 +02:00
parent f911e66c80
commit 2bde51aad0
3 changed files with 12 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "site_perso",
"version": "1.0.1",
"name": "personnal_website",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {

View file

@ -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/"

View file

@ -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/"