About page

This commit is contained in:
2023-08-18 15:33:31 +02:00
parent 6dc6002061
commit e69cc1d91f
19 changed files with 240 additions and 50 deletions

View File

@@ -0,0 +1,7 @@
---
title: Baccalaureate
description: Specializations Mathematics and Physics-CHemistry, Final Grade +15/20 (French grading system)
location: La Salle Passy-Buzenval High School, Rueil-Malmaison (France)
startDate: September 2020
endDate: July 2021
---

View File

@@ -0,0 +1,7 @@
---
title: Diplôme National du Brevet
description: Final Grade +17/20 (French grading system)
location: College La Salle Passy-Buzenval, Rueil-Malmaison (France)
startDate: September 2017
endDate: July 2018
---

View File

@@ -0,0 +1,7 @@
---
title: Mathematics Degree
description: 2nd year of degree
location: Faculty of Sciences of Paris-Saclay University, Orsay (France)
startDate: September 2021
endDate: Today
---

View File

@@ -0,0 +1,7 @@
---
title: Self-taught learning
description: Learning programming languages (TypeScript, Rust, Java, Python...) and technologies (VueJS, AdonisJs, Tauri...)
location: Bedroom (Remote)
startDate: August 2015
endDate: Today
---

View File

@@ -0,0 +1,9 @@
---
title: FullStack Web and Software Development
description: Development, design and illustration of personal computer projects. Learning new technologies and programming languages.
company: ArtDanjProduction
companyLink: https://www.arthurdanjou.fr
location: Rueil-Malmaison, France
startDate: September 2015
endDate: Today
---

View File

@@ -0,0 +1,9 @@
---
title: Junior Developer
description: Development and realization of IT projects designed by the Design team. Maintaining and updating projects in production. Fixed bugs present.
company: Erisium
companyLink: https://www.erisium.com/
location: Remote
startDate: February 2019
endDate: November 2020
---

View File

@@ -0,0 +1,9 @@
---
title: Internship observation
description: Discovery of the IT sector information technology and Datacenter. Discovery of different professions of the company.
company: Idemia
companyLink: https://idemia.com
location: Courbevoie France
startDate: June 2020
endDate: June 2020
---

View File

@@ -0,0 +1,8 @@
---
title: Internship discovery
description: Room cleaning and preparation, customer reception, order taking and room services.
company: La Salle à manger
location: Boulogne-Billancourt, France
startDate: April 2018
endDate: April 2018
---

View File

@@ -2,134 +2,109 @@
"body": [
{
"name": "TypeScript",
"icon": "skill-icons:typescript",
"color": "sky-500"
"icon": "skill-icons:typescript"
},
{
"name": "Python",
"icon": {
"dark": "skill-icons:python-dark",
"light": "skill-icons:python-light"
},
"color": "amber-500"
}
},
{
"name": "Java",
"icon": {
"dark": "skill-icons:java-dark",
"light": "skill-icons:java-light"
},
"color": "blue-400"
}
},
{
"name": "Rust",
"icon": "skill-icons:rust",
"color": "orange-600"
"icon": "skill-icons:rust"
},
{
"name": "HTML5",
"icon": "skill-icons:html",
"color": "orange-500"
"icon": "skill-icons:html"
},
{
"name": "CSS3",
"icon": "skill-icons:css",
"color": "blue-500"
"icon": "skill-icons:css"
},
{
"name": "Sass",
"icon": "skill-icons:sass",
"color": "rose-500"
"icon": "skill-icons:sass"
},
{
"name": "VueJS 3",
"icon": {
"dark": "skill-icons:vuejs-dark",
"light": "skill-icons:vuejs-light"
},
"color": "emerald-500"
}
},
{
"name": "NuxtJS 3",
"icon": {
"dark": "skill-icons:nuxtjs-dark",
"light": "skill-icons:nuxtjs-light"
},
"color": "emerald-500"
}
},
{
"name": "TailwindCSS",
"icon": {
"dark": "skill-icons:tailwindcss-dark",
"light": "skill-icons:tailwindcss-light"
},
"color": "cyan-300"
}
},
{
"name": "ViteJS",
"icon": {
"dark": "skill-icons:vite-dark",
"light": "skill-icons:vite-light"
},
"color": "amber-500"
}
},
{
"name": "AdonisJS",
"icon": "skill-icons:adonis",
"color": "purple-500"
"icon": "skill-icons:adonis"
},
{
"name": "MySQL",
"icon": {
"dark": "skill-icons:mysql-dark",
"light": "skill-icons:mysql-light"
},
"color": "sky-300"
}
},
{
"name": "Redis",
"icon": {
"dark": "skill-icons:redis-dark",
"light": "skill-icons:redis-light"
},
"color": "red-500"
}
},
{
"name": "RabbitMQ",
"icon": {
"dark": "skill-icons:rabbitmq-dark",
"light": "skill-icons:rabbitmq-light"
},
"color": "orange-500"
}
},
{
"name": "Docker",
"icon": "skill-icons:docker",
"color": "blue-600"
},
{
"name": "Kubernetes",
"icon": "skill-icons:kubernetes",
"color": "blue-600"
"icon": "skill-icons:docker"
},
{
"name": "Git",
"icon": "skill-icons:git",
"color": "orange-500"
"icon": "skill-icons:git"
},
{
"name": "Prisma.io",
"icon": "skill-icons:prisma",
"color": "sky-600"
"icon": "skill-icons:prisma"
},
{
"name": "Supabase",
"icon": {
"dark": "skill-icons:supabase-dark",
"light": "skill-icons:supabase-light"
},
"color": "green-500"
}
}
]
}