Skip to content

Commit

Permalink
home:index.html - team 2024 css changed to fit in one row
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Patel <ap9506332677@gmail.com>
  • Loading branch information
meisabhishekpatel committed Oct 4, 2024
1 parent 50d16bf commit b578a1d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ <h5 class="card-title">LDK</h5>
<h2 class="h2 mb-5 text-center display-5 font-weight-bold">Past organizers</h2>
<div class="container">
<div class="row">
<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="col-xs-12 col-sm-12 col-md-6 col-lg-3 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/shank.jpg' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
Expand All @@ -412,7 +412,7 @@ <h5 class="card-title">Shashank Verma</h5>
</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="col-xs-12 col-sm-12 col-md-6 col-lg-3 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/priyav.png' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
Expand All @@ -426,7 +426,7 @@ <h5 class="card-title">Priyav Kaneria</h5>
</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="col-xs-12 col-sm-12 col-md-6 col-lg-3 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/sanskar.jpg' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
Expand All @@ -440,7 +440,7 @@ <h5 class="card-title">Sanskar Omar</h5>
</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="col-xs-12 col-sm-12 col-md-6 col-lg-3 mb-3 d-flex align-items-stretch justify-content-center">
<div class="card justify-content-center align-items-center">
<img src="{% static 'img/profile/amit.jpg' %}" class="card-img-top w-100" alt="Card Image"
style="max-height: 250px; object-fit: cover;">
Expand All @@ -455,6 +455,7 @@ <h5 class="card-title">Amit Kumar</h5>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-4 mb-3 d-flex align-items-stretch justify-content-center">
Expand Down

0 comments on commit b578a1d

Please sign in to comment.