Skip to content

Commit

Permalink
Update skills
Browse files Browse the repository at this point in the history
  • Loading branch information
erlisakulla committed Jan 11, 2024
1 parent 42c05ca commit 20d8065
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/main/sections/CanDo.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,33 +217,32 @@ export const CanDoList = () => {
<Collapse in={backendExpand} timeout="auto" unmountOnExit id="backend-skills">
<Grid container spacing={5}>
<Grid item xs={2}>
<SiCplusplus size={25}/>
<DiPython size={25}/>
</Grid>
<Grid item xs={10}>
C/C++
<Tooltip title="7/10" placement="right" arrow>
Python
<Tooltip title="5/10" placement="right" arrow>
<Progress percent={70} showInfo={false} strokeColor="grey" trailColor="#dbdbdb"/>
</Tooltip>

</Grid>

<Grid item xs={2}>
<BsFiletypeSql size={25}/>
<SiCplusplus size={25}/>
</Grid>
<Grid item xs={10}>
SQL
C/C++
<Tooltip title="7/10" placement="right" arrow>
<Progress percent={70} showInfo={false} strokeColor="grey" trailColor="#dbdbdb"/>
</Tooltip>
</Grid>

<Grid item xs={2}>
<DiPython size={25}/>
<BsFiletypeSql size={25}/>
</Grid>
<Grid item xs={10}>
Python
<Tooltip title="5/10" placement="right" arrow>
<Progress percent={50} showInfo={false} strokeColor="grey" trailColor="#dbdbdb"/>
SQL
<Tooltip title="7/10" placement="right" arrow>
<Progress percent={70} showInfo={false} strokeColor="grey" trailColor="#dbdbdb"/>
</Tooltip>
</Grid>

Expand Down

0 comments on commit 20d8065

Please sign in to comment.