Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrygood24 authored Oct 4, 2023
1 parent c8828da commit 039d099
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,10 +398,29 @@ <h3 class="name">Shubham Kamboj</h3>
class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="profile">
<div class="pfp"><img src="https://github.com/jerrygood24.png" alt="User Image"></div>
<h3 class="name">Deepak Verma</h3>
<div class="skills">
<span class="skill">C++</span>
<span class="skill">UI/UX</span>
<span class="skill">HTML5/CSS</span>
<span class="skill">JavaScript</span>
<span class="skill">TAILWIND</span>
<span class="skill">Python</span>
<span class="skill">REACT</span>
<span class="skill">NodeJS</span>
</div>
<div class="social">
<a href="[https://github.com/jerrygood24]" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="[https://twitter.com/iam_deepak24]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="[https://www.linkedin.com/in/itz-deepak/]" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<!--Profiles-->
</div>
<script src="script.js"></script>
</body>

</html>
</html>

0 comments on commit 039d099

Please sign in to comment.