feat(resume): english update
This commit is contained in:
parent
0cafbb84bc
commit
d6bd67a2da
|
@ -5,7 +5,7 @@
|
|||
"flag_icon": "flag-icon flag-icon-gb",
|
||||
"info": {
|
||||
"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": [
|
||||
|
@ -46,22 +46,34 @@
|
|||
"school_projects_title": "School projects",
|
||||
"school_projects": [
|
||||
{
|
||||
"title": "Pagerank",
|
||||
"repo": "",
|
||||
"pdf": "/content/pagerank.pdf",
|
||||
"title": "Sagittarius",
|
||||
"repo": "https://git.inpt.fr/tobgang/sagittarius",
|
||||
"pdf": "https://git.inpt.fr/tobgang/sagittarius-pdf/-/blob/master/iteration3/rapport3.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."
|
||||
"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",
|
||||
"repo": "",
|
||||
"pdf": "/content/modem.pdf",
|
||||
"title": "Minishell",
|
||||
"repo": "https://git.inpt.fr/fainsil/minishell",
|
||||
"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": "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",
|
||||
"repo": "https://git.inpt.fr/fainsil/personnal-website/",
|
||||
|
@ -119,6 +131,7 @@
|
|||
"HTML5",
|
||||
"CSS3",
|
||||
"JavaScript",
|
||||
"Django",
|
||||
"11ty.js"
|
||||
]
|
||||
},
|
||||
|
@ -127,7 +140,8 @@
|
|||
"level": "intermediate",
|
||||
"tags": [
|
||||
"Numpy",
|
||||
"Matlab"
|
||||
"Matlab",
|
||||
"Julia"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -209,21 +223,13 @@
|
|||
"interests_title": "Interests",
|
||||
"interests": [
|
||||
{
|
||||
"name": "GitHub",
|
||||
"summary": "Regular GitHub user and tinkerer.",
|
||||
"name": "GitHub/Gitlab",
|
||||
"summary": "Regular open source software user and tinkerer.",
|
||||
"tags": [
|
||||
"Git",
|
||||
"Open Source"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Electronics",
|
||||
"summary": "Maker at heart.",
|
||||
"tags": [
|
||||
"Arduino",
|
||||
"PCB Design"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Archery",
|
||||
"summary": "Practiced for a couple years the art of precision & accuracy.",
|
||||
|
|
Reference in a new issue