Skip to content

Commit

Permalink
Merge pull request #312 from krishna1584/main
Browse files Browse the repository at this point in the history
Added my project without touching anything else
  • Loading branch information
Gyanthakur authored Oct 20, 2024
2 parents 34cbcae + e119c94 commit c756649
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,42 @@ <h3 class="name">Ketan Sharma</h3>
<!-- <a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a> -->
</div>
</div>

<!-- Krishna Yadav -->
<div class="profile">
<div class="lines"></div>
<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="project">
<a href="https://github.com/krishna1584" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://github.com/krishna1584/portfolio" target="_blank"><i
class="fa-solid fa-money-bill-transfer"></i></a>
<a href="https://krishna-yadav.vercel.app/" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a>
</div>
<div class="projectNam">
<span>My Portfolio</span>
<!-- Do not change Repo URl and Dploy Link given under two line -->
<span>Repo Url</span>
<span>Deploy Link</span>
</div>
<div class="skills">
<span class="skill">HTML</span>
<span class="skill">CSS</span>
<span class="skill">JAVASCRIPT</span>
<span class="skill">REACT</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>

<!-- Kavindu Praneeth -->
<div class="profile">
<div class="lines"></div>
Expand Down

0 comments on commit c756649

Please sign in to comment.