Skip to content

Commit

Permalink
Merge pull request #303 from krishna1584/main
Browse files Browse the repository at this point in the history
Added my profile without touching anything else
  • Loading branch information
Gyanthakur authored Oct 19, 2024
2 parents ce778e4 + 560408c commit bf11e96
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,29 @@ <h3 class="name">Ketan Sharma</h3>
</div>
</div>

<div class="profile">
<div class="lines"></div>
<!-- change './default.png' to your profile image url -->
<div class="pfp"><img
src="https://avatars.githubusercontent.com/u/143788465?v=4"
alt="User Image"></div>
<h3 class="name">Krishna Yadav</h3>
<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSS</span>
<span class="skill">JAVASCRIPT</span>
<span class="skill">REACT</span>
<span class="skill">C++</span>
</div>
<div class="social">
<a href="https://github.com/krishna1584" target="_blank"><i class="fa-brands fa-github"></i></a>
<!-- <a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> -->
<a href="https://www.linkedin.com/in/krishna-yadav20/" target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
<!-- <a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></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 bf11e96

Please sign in to comment.