Skip to content

Commit

Permalink
team page update
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 8fc3f2b commit 4cced7c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
Binary file added home/static/img/profile/eleena.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added home/static/img/profile/nandika.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 31 additions & 1 deletion home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ <h5 class="card-title">Pranav Sanand Puligandla</h5>
</div>
</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"
Expand All @@ -352,7 +354,35 @@ <h5 class="card-title">Sai Dheeraj Peketi</h5>
Profile</a>
</div>
</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/nandika.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/eleena.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 4cced7c

Please sign in to comment.