Skip to content

Commit

Permalink
Update Skills Section
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshanRukantha committed Sep 3, 2023
1 parent 00bbba5 commit 8142df2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -689,15 +689,15 @@ h6 {
#skills .container .div-card .python {
background-image: url("../img/icon/python.png");
}
#skills .container .div-card .next-js {
background-image: url("../img/icon/next-js.png");
}
#skills .container .div-card .typescript {
background-image: url("../img/icon/typescript.png");
}
#skills .container .div-card .react-js {
background-image: url("../img/icon/react-js.png");
}
#skills .container .div-card .c {
background-image: url("../img/icon/c.png");
}

/*Icons - Tools & Other Skills */

Expand Down
Binary file removed img/icon/c.png
Binary file not shown.
Binary file added img/icon/next-js.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ <h3 class="skill-label">Programming Skills</h3>
class="div-card-item react-js"
title="Level : Proficient"
></div>
<span>React</span>
<span>React.js</span>
</div>
<div class="div-card">
<div
Expand All @@ -478,17 +478,17 @@ <h3 class="skill-label">Programming Skills</h3>
</div>
<div class="div-card">
<div
class="div-card-item typescript"
title="Level : Advanced Beginner"
class="div-card-item next-js"
title="Level : Proficient"
></div>
<span>TypeScript</span>
<span>Next.js</span>
</div>
<div class="div-card">
<div
class="div-card-item c"
class="div-card-item typescript"
title="Level : Advanced Beginner"
></div>
<span>C</span>
<span>TypeScript</span>
</div>
<div class="div-card">
<div class="div-card-item html" title="Level : Expert"></div>
Expand All @@ -506,7 +506,7 @@ <h3 class="skill-label">Tools & Other Skills</h3>
class="div-card-item ux-ui"
title="Level : Proficient"
></div>
<span>UI/UX Designing</span>
<span>UI/UX</span>
</div>
<div class="div-card">
<div class="div-card-item git" title="Level : Expert"></div>
Expand Down

0 comments on commit 8142df2

Please sign in to comment.