Skip to content

Commit 32f5b63

Browse files
authored
Update job title and "My Skills" section in Home page (#29)
1 parent 16c36ed commit 32f5b63

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/pages/Home/Home.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import {
1515
SiPostgresql as PostgreSQLIcon,
1616
SiFlask as FlaskIcon,
1717
SiAmazonaws as AWSIcon,
18+
SiRubyonrails as RubyOnRailsIcon,
1819
} from 'react-icons/si';
1920
import {
2021
TbBrandTypescript as TypeScriptIcon,
@@ -35,6 +36,7 @@ import {
3536
AiFillGithub as GitHubIcon,
3637
AiFillLinkedin as LinkedInIcon,
3738
AiFillMediumSquare as MediumIcon,
39+
AiOutlineRuby as RubyIcon,
3840
} from 'react-icons/ai';
3941
import ProjectCard, {
4042
ProjectCardProps,
@@ -73,6 +75,10 @@ function Home() {
7375
name: 'Haskell',
7476
Icon: HaskellIcon,
7577
},
78+
{
79+
name: 'Ruby',
80+
Icon: RubyIcon,
81+
},
7682
];
7783

7884
const usedFrameworksAndTechnologies: Array<TechnologyCardProps> = [
@@ -88,6 +94,10 @@ function Home() {
8894
name: 'React',
8995
Icon: ReactIcon,
9096
},
97+
{
98+
name: 'Ruby on Rails',
99+
Icon: RubyOnRailsIcon,
100+
},
91101
{
92102
name: 'NestJS',
93103
Icon: NestJSIcon,
@@ -263,7 +273,7 @@ function Home() {
263273
<div className='h-full w-full flex flex-col sm:flex-row gap-x-4 text-xs font-medium text-[#b0b0b0] border-[#909090] border-t border-b items-center justify-center pt-2 pb-2'>
264274
<div className='flex gap-x-1 items-center'>
265275
<BriefcaseIcon className='h-5 w-5' />
266-
<div>Full Stack Software Engineer Trainee @ FestaLab</div>
276+
<div>Full Stack Software Engineer Junior @ FestaLab</div>
267277
</div>
268278
<div className='flex gap-x-1 items-center'>
269279
<AcademicCapIcon className='h-5 w-5' />

0 commit comments

Comments
 (0)