Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamjain1402 authored Oct 15, 2024
1 parent 6d21e8b commit 4b7cabb
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,25 @@ <h3 class="name">Karunakar S</h3>
<a href="https://www.linkedin.com/in/karunakar-s-b52895202" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>


<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img src="./default.png" alt="User Image"></div>
<h3 class="name">Shubham Jain</h3>
<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSS</span>
<span class="skill">Javascript</span>
<span class="skill">C++</span>
<span class="skill">Python</span>
</div>
<div class="social">
<a href="https://github.com/shubhamjain1402" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/shubham-jain-b1bb4628b/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
Expand Down

0 comments on commit 4b7cabb

Please sign in to comment.