From 32f5b6302c03e3378d2119dfdb21d7594731f70f Mon Sep 17 00:00:00 2001 From: Mateus Elias Date: Thu, 2 May 2024 19:28:15 -0300 Subject: [PATCH] Update job title and "My Skills" section in `Home` page (#29) --- src/pages/Home/Home.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pages/Home/Home.tsx b/src/pages/Home/Home.tsx index fe0a24f..5f266d0 100644 --- a/src/pages/Home/Home.tsx +++ b/src/pages/Home/Home.tsx @@ -15,6 +15,7 @@ import { SiPostgresql as PostgreSQLIcon, SiFlask as FlaskIcon, SiAmazonaws as AWSIcon, + SiRubyonrails as RubyOnRailsIcon, } from 'react-icons/si'; import { TbBrandTypescript as TypeScriptIcon, @@ -35,6 +36,7 @@ import { AiFillGithub as GitHubIcon, AiFillLinkedin as LinkedInIcon, AiFillMediumSquare as MediumIcon, + AiOutlineRuby as RubyIcon, } from 'react-icons/ai'; import ProjectCard, { ProjectCardProps, @@ -73,6 +75,10 @@ function Home() { name: 'Haskell', Icon: HaskellIcon, }, + { + name: 'Ruby', + Icon: RubyIcon, + }, ]; const usedFrameworksAndTechnologies: Array = [ @@ -88,6 +94,10 @@ function Home() { name: 'React', Icon: ReactIcon, }, + { + name: 'Ruby on Rails', + Icon: RubyOnRailsIcon, + }, { name: 'NestJS', Icon: NestJSIcon, @@ -263,7 +273,7 @@ function Home() {
-
Full Stack Software Engineer Trainee @ FestaLab
+
Full Stack Software Engineer Junior @ FestaLab