Skip to content

Commit

Permalink
Skills Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sayshark75 committed Apr 27, 2024
1 parent c3364fb commit 15ac7ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sources/TechnicalSkillsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export const SkillsData: SkillsDataProps[] = [
{
title1: "Coding",
title2: "Languages",
skills: ["HTML5", "CSS3", "JavaScript", "TypeScript", "C++", "C#", "Basic Python"],
skills: ["HTML5", "CSS3", "JavaScript", "TypeScript", "C++", "C#", "Python Basics"],
},
{
title1: "Frontend",
title2: "Skills",
skills: ["Vite", "NextJS 13/14", "React Native", "Redux", "Tailwind", "Chakra UI", "Material UI", "Bootstrap"],
skills: ["Vite", "NextJS 13/14", "React Native", "Redux", "Tailwind", "Chakra UI", "Material UI", "Bootstrap", "Framer Motion"],
},
{
title1: "Backend",
Expand All @@ -19,7 +19,7 @@ export const SkillsData: SkillsDataProps[] = [
{
title1: "DevOps",
title2: "Skills",
skills: ["AWS S3", "AWS EC2", "Docker", "Git", "JEST", "NVM"],
skills: ["AWS Basics", "Docker", "Git", "JEST", "NVM"],
},
{
title1: "CMS & Other",
Expand Down

0 comments on commit 15ac7ef

Please sign in to comment.