Skip to content

Commit

Permalink
updated the years to 2 in skills sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush215mb committed Aug 13, 2024
1 parent af8ee0d commit 00eaf5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Components/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ const Skills = () => {
Skills
</h2>
<div className="border-2 rounded-3xl border-gray-700 md:px-10 overflow-hidden w-full ">
<SkillsTemp name="HTML" image={html} year="1.5 years" />
<SkillsTemp name="HTML" image={html} year="2 years" />
<SkillsTemp
name="CSS"
image="https://upload.wikimedia.org/wikipedia/commons/6/62/CSS3_logo.svg"
year="1.5 years"
year="2 years"
/>

<SkillsTemp
name="Java Script"
image="https://upload.wikimedia.org/wikipedia/commons/9/99/Unofficial_JavaScript_logo_2.svg"
year="1.5 years"
year="2 years"
/>

<SkillsTemp
Expand All @@ -30,7 +30,7 @@ const Skills = () => {
<SkillsTemp
name="Firebase"
image="https://upload.wikimedia.org/wikipedia/commons/8/85/Firebase.svg"
year="1 year"
year="1.5 year"
/>

<SkillsTemp
Expand Down

0 comments on commit 00eaf5f

Please sign in to comment.