Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iKirtesh authored Oct 3, 2023
1 parent ad2ae94 commit f19ebea
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,22 @@ <h3 class="name">Sunil</h3>
</div>
</div>


<div class="profile">
<div class="pfp"><img src="https://github.com/ikirtesh.png" alt="User Image"></div>
<h3 class="name">Kirtesh</h3>
<div class="skills">
<span class="skill">Core Java</span>
<span class="skill">Javascript</span>
<span class="skill">HTML5/CSS</span>
<span class="skill">React</span>
</div>
<div class="social">
<a href="https://github.com/iKirtesh" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/AKirtesh" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/iKirtesh/" target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<!--Profiles-->
</div>
Expand Down

0 comments on commit f19ebea

Please sign in to comment.