feat(resume): english update
This commit is contained in:
parent
0cafbb84bc
commit
d6bd67a2da
|
@ -5,7 +5,7 @@
|
||||||
"flag_icon": "flag-icon flag-icon-gb",
|
"flag_icon": "flag-icon flag-icon-gb",
|
||||||
"info": {
|
"info": {
|
||||||
"label": "CS Engineering Student",
|
"label": "CS Engineering Student",
|
||||||
"about": "I am an hardworking and punctual person, I work well in a team but also on my own as I like challenge myself. I have good listening and communication skills, I am well organized and rarely fail to meet deadlines."
|
"about": "I am an hardworking and punctual person, I work well in a team, and equally good on my own. I have good listening and communication skills, I am well organized and rarely fail to meet deadlines."
|
||||||
},
|
},
|
||||||
"contacts_title": "Contacts",
|
"contacts_title": "Contacts",
|
||||||
"contacts": [
|
"contacts": [
|
||||||
|
@ -46,22 +46,34 @@
|
||||||
"school_projects_title": "School projects",
|
"school_projects_title": "School projects",
|
||||||
"school_projects": [
|
"school_projects": [
|
||||||
{
|
{
|
||||||
"title": "Pagerank",
|
"title": "Sagittarius",
|
||||||
"repo": "",
|
"repo": "https://git.inpt.fr/tobgang/sagittarius",
|
||||||
"pdf": "/content/pagerank.pdf",
|
"pdf": "https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.pdf",
|
||||||
"role": "Author",
|
"role": "Author",
|
||||||
"description": "Implementation of an iterative algorithm in Ada to compute the pagerank of a given network as quickly and efficiently as possible."
|
"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."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Frequency Modem",
|
"title": "Minishell",
|
||||||
"repo": "",
|
"repo": "https://git.inpt.fr/fainsil/minishell",
|
||||||
"pdf": "/content/modem.pdf",
|
|
||||||
"role": "Author",
|
"role": "Author",
|
||||||
"description": "Matlab modeling of a modem capable of transmitting information (a sequence of bits) reliably via an imperfect transmission channel."
|
"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."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Pagerank",
|
||||||
|
"repo": "https://git.inpt.fr/fainsil/pagerank",
|
||||||
|
"pdf": "https://git.inpt.fr/fainsil/pagerank/-/blob/master/doc/rapport.pdf",
|
||||||
|
"role": "Author",
|
||||||
|
"description": "Implementation of an iterative algorithm in Ada to compute the pagerank of a given network as quickly and efficiently as possible."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"personnal_projects_title": "Personnal projects",
|
"personnal_projects_title": "Personnal projects",
|
||||||
"personnal_projects": [
|
"personnal_projects": [
|
||||||
|
{
|
||||||
|
"title": "B00 plays GBA",
|
||||||
|
"repo": "https://git.inpt.fr/fainsil/booplaysgba/",
|
||||||
|
"role": "Author",
|
||||||
|
"description": "Using technologies such as websocket, redis, docker, rtmp, mgba and gluing it all together with Python, we get a collaborative emulator inspired from TwitchPlaysPokemon."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "This website",
|
"title": "This website",
|
||||||
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
||||||
|
@ -119,6 +131,7 @@
|
||||||
"HTML5",
|
"HTML5",
|
||||||
"CSS3",
|
"CSS3",
|
||||||
"JavaScript",
|
"JavaScript",
|
||||||
|
"Django",
|
||||||
"11ty.js"
|
"11ty.js"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -127,7 +140,8 @@
|
||||||
"level": "intermediate",
|
"level": "intermediate",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Numpy",
|
"Numpy",
|
||||||
"Matlab"
|
"Matlab",
|
||||||
|
"Julia"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -209,21 +223,13 @@
|
||||||
"interests_title": "Interests",
|
"interests_title": "Interests",
|
||||||
"interests": [
|
"interests": [
|
||||||
{
|
{
|
||||||
"name": "GitHub",
|
"name": "GitHub/Gitlab",
|
||||||
"summary": "Regular GitHub user and tinkerer.",
|
"summary": "Regular open source software user and tinkerer.",
|
||||||
"tags": [
|
"tags": [
|
||||||
"Git",
|
"Git",
|
||||||
"Open Source"
|
"Open Source"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Electronics",
|
|
||||||
"summary": "Maker at heart.",
|
|
||||||
"tags": [
|
|
||||||
"Arduino",
|
|
||||||
"PCB Design"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Archery",
|
"name": "Archery",
|
||||||
"summary": "Practiced for a couple years the art of precision & accuracy.",
|
"summary": "Practiced for a couple years the art of precision & accuracy.",
|
||||||
|
|
Reference in a new issue