Skip to content

Commit

Permalink
updated project.html
Browse files Browse the repository at this point in the history
added my profile in project.html
  • Loading branch information
Crusherbolt authored Oct 20, 2024
1 parent 37d1747 commit 8617ef2
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion project.html
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,35 @@ <h3 class="name">Suramya Ranjan</h3>
</div>
</div>


<div class="profile">
<div class="lines"></div>
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/148654884?v=4" alt="User Image"></div>
<h3 class="name">Vidhan Gupta</h3>
<div class="project">
<a href="[Your Github URL]" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="[Your Github Repository URL]" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a>
<a href="[Project Deploy URL(If applicable)]" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a>
</div>
<div class="projectNam">
<span >Your Project Title</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">Frontend</span>
<span class="skill">Flutter</span>
<span class="skill">C++</span>
<span class="skill">Python</span>

</div>
<div class="social">
<a href="https://github.com/Crusherbolt" 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="[YOUR LINKEDIN URL]" 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>


<!-- project -->
Expand Down

0 comments on commit 8617ef2

Please sign in to comment.