Skip to content

Commit

Permalink
Merge pull request oyepriyansh#65 from Manideep711/feat/profile
Browse files Browse the repository at this point in the history
Added profile
  • Loading branch information
oyepriyansh authored Oct 4, 2023
2 parents 7f3409a + 8c42f5e commit 6c6198b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,24 @@ <h3 class="name">Balaji Prakasam</h3>
</div>
</div>


<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/125902846?s=400&u=a7866126d22042d123dc0a8a8cd15982513a8c3f&v=4" alt="User Image"></div>
<h3 class="name">Kakkerla Manideep</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">c++</span>
<span class="skill">Python</span>
<span class="skill">Java</span>
</div>
<div class="social">
<a href="https://github.com/Manideep711" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/manideep-kakkerla-529692265 " target="_blank"><i
class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/136314551?v=4" alt="User image"></div>
<h3 class="name">Abrar Hussain</h3>
Expand Down

0 comments on commit 6c6198b

Please sign in to comment.