Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Patel <[email protected]>
  • Loading branch information
meisabhishekpatel committed Oct 7, 2024
1 parent 79c7adc commit 8fc3f2b
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,35 +353,6 @@ <h5 class="card-title">Sai Dheeraj Peketi</h5>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/dheeraj.jpg' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Nandika Agrawal</h5>
<p id="member-intro" class="custom-scrollbar-js card-text mb-4 sm-6"
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/Nandika-A" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/dheeraj.jpg' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Eleena Sarah Mathew</h5>
<p id="member-intro" class="custom-scrollbar-js card-text mb-4 sm-6"
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/eleensmathew" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</div>
</div>
</div>
<!-- <div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/ldk.jpeg' %}" class="card-img-top w-100" alt="Card Image"
Expand Down

0 comments on commit 8fc3f2b

Please sign in to comment.