Skip to content

Commit

Permalink
added profile in between
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragAgg5k committed Oct 4, 2023
1 parent 9741f8b commit b857a38
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,22 @@ <h3 class="name">Reayz</h3>
</div>
</div>

<div class="profile">
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/110609663?v=4" alt="User Image"></div>
<h3 class="name">Chirag Aggarwal</h3>
<div class="skills">
<span class="skill">Python</span>
<span class="skill">ReactJS</span>
<span class="skill">TailwindCSS</span>
<span class="skill">MongoDB</span>
</div>
<div class="social">
<a href="https://github.com/ChiragAgg5k" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/ChiragAgg5k" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/chiragagg5k/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<div class="profile">
<div class="pfp"><img
src="https://media.licdn.com/dms/image/D4D03AQE29Irgtmq6cA/profile-displayphoto-shrink_400_400/0/1692295633629?e=1701907200&v=beta&t=KbM-LPOTwNEAVeRtYbarhTf-yeThCH0P_2n4akz1Hm4"
Expand Down Expand Up @@ -432,22 +448,6 @@ <h3 class="name">Abrar Hussain</h3>
<a href="https://www.linkedin.com/in/mohammad-abrar-610ba124b" 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/110609663?v=4" alt="User Image"></div>
<h3 class="name">Chirag Aggarwal</h3>
<div class="skills">
<span class="skill">Python</span>
<span class="skill">ReactJS</span>
<span class="skill">TailwindCSS</span>
<span class="skill">MongoDB</span>
</div>
<div class="social">
<a href="https://github.com/ChiragAgg5k" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://twitter.com/ChiragAgg5k" target="_blank"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.linkedin.com/in/chiragagg5k/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>

<!--Profiles-->
</div>
Expand Down

0 comments on commit b857a38

Please sign in to comment.