Skip to content
Open
Show file tree
Hide file tree
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
Binary file added Task1/img/Ankita123.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 27 additions & 6 deletions Task1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1246,8 +1246,6 @@ <h5 class="card-title text-center">Yael Steinberger</h5>
</div>




<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/devtanna.jpg" class="pic w-full">
<div class="card-body">
Expand Down Expand Up @@ -1282,17 +1280,40 @@ <h5 class="card-title text-center">Abhishek Kumar</h5>
</div>
</div>


<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/galacticGhoul.jpg" class="pic w-full">
</div>

<div class="row">

<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/Ankita123.jpg" class="pic w-full">
<div class="card-body">
<h5 class="card-title text-center">Ankita Panjwani</h5>
<div class="text-center">
<a href="https://github.com/Programmer-learner123/"><i class="fa fa-github-square icon fa-3x"></i></a>
<a href="https://www.linkedin.com/in/ankita-panjwani-827aab141/"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
</div>
</div>

<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/galacticGhoul.jpg" class="pic w-full">
<div class="card-body">
<h5 class="card-title text-center">galacticGhoul</h5>
<div class="text-center">
<a href="https://github.com/galacticGhoul"><i class="fa fa-github-square icon fa-3x"></i></a>
<a href="#"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
</div>
</div>
</div>

</div>








<!-- Paste Above this line -->
</div> <!-- end row -->
Expand Down