Skip to content

Commit

Permalink
Update skill section in index.html to reflect new technologies and im…
Browse files Browse the repository at this point in the history
…prove content relevance
  • Loading branch information
Peshala84 committed Dec 1, 2024
1 parent b939dc0 commit 339eb53
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 4 deletions.
Binary file added image/c_language (1).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/jenkins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/php.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/scala.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 24 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ <h1 class="sub-title">My<span>Skill</span></h1>
</div>
<div class="skill-main_1">
<div class="skill-image">
<img src="image/html-5.png" alt="html logo">
<img src="image/docker.png" alt="html logo">
</div>
<p>HTML</p>
<p>Docker</p>
</div>
<div class="skill-main_1">
<div class="skill-image">
Expand All @@ -100,6 +100,12 @@ <h1 class="sub-title">My<span>Skill</span></h1>
</div>
<p>Java Script</p>
</div>
<div class="skill-main_1">
<div class="skill-image">
<img src="image/php.png" alt="js logo">
</div>
<p>PHP</p>
</div>
</div>
<div class="skill-container-4">
<div class="skill-main_1">
Expand All @@ -123,9 +129,23 @@ <h1 class="sub-title">My<span>Skill</span></h1>
</div>
<div class="skill-main_1">
<div class="skill-image">
<img src="image/html-5.png" alt="html logo">
<img src="image/c_language (1).png" alt="html logo">
</div>
<p>HTML</p>
<p>C</p>
</div>
<div class="skill-main_1">
<div class="skill-image">
<img src="image/jenkins.png" alt="html logo">
</div>
<p>Jenkins</p>
</div>
</div>
<div class="skill-container-4">
<div class="skill-main_1">
<div class="skill-image">
<img src="image/scala.png" alt="html logo">
</div>
<p>Scala</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 339eb53

Please sign in to comment.