From a20ce5fa5d31e5fc53b228dc947a194137853adf Mon Sep 17 00:00:00 2001 From: PedroBitencourt Date: Mon, 16 Sep 2024 12:58:44 -0300 Subject: [PATCH] chore: update user --- src/mocks/data/user.ts | 46 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/src/mocks/data/user.ts b/src/mocks/data/user.ts index d2c7665..53cdc98 100644 --- a/src/mocks/data/user.ts +++ b/src/mocks/data/user.ts @@ -160,7 +160,7 @@ export const MOCK_TEAM_MEMBERS: TeamMember[] = [ }, { id: 2, - bio: "Hello! Nice to meet you. I'm a Backend Developer with more than 2 years of experience.", + bio: "Hello! Nice to meet you. I'm a Backend Developer with more than 2 years of experience. My main skills are Java and Kotlin. Currently learning Golang.", name: 'Pedro Bittencourt', role: 'Backend Developer', skills: [ @@ -172,6 +172,50 @@ export const MOCK_TEAM_MEMBERS: TeamMember[] = [ name: 'SpringBoot', proficiency: 90, }, + { + name: 'Kotlin', + proficiency: 80, + }, + { + name: 'Docker', + proficiency: 60, + }, + { + name: 'MySQL', + proficiency: 70, + }, + { + name: 'SQL Server', + proficiency: 75, + }, + { + name: 'Orcale DB', + proficiency: 70, + }, + { + name: 'API Rest', + proficiency: 90, + }, + { + name: 'Git', + proficiency: 75, + }, + { + name: 'Hexagonal Architecture', + proficiency: 70, + }, + { + name: 'Scrum', + proficiency: 75, + }, + { + name: 'RabbitMQ', + proficiency: 60, + }, + { + name: 'Go', + proficiency: 0, + }, ], image: 'https://media.licdn.com/dms/image/v2/D4D03AQEOwNMGD0PmoA/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1685578233090?e=1731542400&v=beta&t=ZOXQZGGWCF1UaKJ8AcCYyipOH3AsJyEThVR9--x_AB0',