Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,7 @@ <h5 class="Role">Contributor</h5>
</figcaption>
</figure>


<figure class="Card">
<figure class="Card">
<div class="profile-image"><img src="https://avatars.githubusercontent.com/u/89746236?s=400&v=4" /></div>
<figcaption>
<h3>Vaishnavi Poti</h3>
Expand All @@ -582,6 +581,7 @@ <h5 class="Role">Contributor</h5>
</div>
</figcaption>
</figure>

<figure class="Card">
<div class="profile-image"><img src="https://avatars.githubusercontent.com/u/105174934?v=4" /></div>
<figcaption>
Expand All @@ -598,6 +598,7 @@ <h5 class="Role">Contributor</h5>
</div>
</figcaption>
</figure>

<figure class="Card">
<div class="profile-image"><img src="https://media.licdn.com/dms/image/D4D03AQHKCQ44Ql0AXg/profile-displayphoto-shrink_400_400/0/1683884286132?e=1701907200&v=beta&t=eBuwMxiFliB5Z7VKtbjG3R0EUxV9e4ChLzHXBAvbJe4" /></div>
<figcaption>
Expand All @@ -614,6 +615,7 @@ <h5 class="Role">Contributor</h5>
</div>
</figcaption>
</figure>

<figure class="Card">
<div class="profile-image"><img src="https://avatars.githubusercontent.com/u/121828342?v=4" alt="Profile-Image" /></div>
<figcaption>
Expand All @@ -627,9 +629,24 @@ <h5 class="Role">Contributor</h5>
</div>
</figcaption>
</figure>

<!-- Please place the code above this line -->


<figure class="Card">
<div class="profile-image"><img src="https://drive.google.com/file/d/1J-DNxx4L72cjlkOycx5l7FZa-6vBd19s/view?usp=sharing" alt="Profile-Image" /></div>
<figcaption>
<h3>Anuj Kumar Karmakar</h3>
<h5 class="Role">Contributor</h5>
<div class="line"></div>
<div class="icons">
<a href="https://github.com/anujkkarmakar" target="_blank"><i class="ion-social-github" id="github"></i></a>
<a href="https://twitter.com/anujkkarmakar" target="_blank"><i class="ion-social-twitter" id="twitter"></i></a>
<a href="https://www.linkedin.com/in/anujkkarmakar/" target="_blank"><i class="ion-social-linkedin" id="linkedin"></i></a>
</div>
</figcaption>
</figure>


<!-- Please place the code above this line -->

</div>

Expand Down