Skip to content

Commit

Permalink
translated portfolio page to english
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Pasichniuk committed Mar 26, 2022
1 parent 0fec0f7 commit fa4be68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const Skills = () => {
<>
<div className="skills">
<ProgressBar title={"HTML5"} width={"70%"} text={"90%"} />
<ProgressBar title={"CSS3"} width={"60%"} text={"80%"} />
<ProgressBar title={"CSS3"} width={"66%"} text={"80%"} />
<ProgressBar
title={"JavaScript"}
width={"75%"}
text={"70%"}
/>
<ProgressBar title={"React"} width={"60%"} text={"70%"} />
<ProgressBar title={"React"} width={"58%"} text={"70%"} />
<ProgressBar title={"Python"} width={"20%"} text={"20%"} />
<ProgressBar
title={"Data Science"}
Expand Down

0 comments on commit fa4be68

Please sign in to comment.