Skip to content

Commit

Permalink
/home/index: team updated
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Patel <[email protected]>
  • Loading branch information
meisabhishekpatel committed Oct 4, 2024
1 parent 7ff340a commit ad660f1
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 20 deletions.
Binary file added home/static/img/profile/abhi.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/dheeraj.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/pranav.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 80 additions & 20 deletions home/templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,62 +313,61 @@ <h2 class="h2 mb-5 text-center display-5 font-weight-bold">Our Team</h2>
<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/shank.jpg' %}" class="card-img-top w-100" alt="Card Image"
<img src="{% static 'img/profile/abhi.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">Shashank Verma</h5>
<h5 class="card-title">Abhishek Patel</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'24 | Associate Full-Stack Android Developer
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/shank03" class="btn btn-primary" style="margin-top: auto">See
<a href="https://github.com/meisabhishekpatel" 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/priyav.png' %}" class="card-img-top w-100" alt="Card Image"
<img src="{% static 'img/profile/pranav.jpeg' %}" 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">Priyav Kaneria</h5>
<h5 class="card-title">Pranav Sanand Puligandla</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'24 | Upcoming SDE @Oracle
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/priyavkaneria" class="btn btn-primary" style="margin-top: auto">See
<a href="https://github.com/Pra-San" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</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/sanskar.jpg' %}" class="card-img-top w-100" alt="Card Image"
<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">Sanskar Omar</h5>
<h5 class="card-title">Sai Dheeraj Peketi</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'24 | Upcoming SDE @Visa
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/sanskaromar" class="btn btn-primary" style="margin-top: auto">See
<a href="https://github.com/SaiDheerajPeketi" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</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/amit.jpg' %}" class="card-img-top w-100" alt="Card Image"
<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">Amit Kumar</h5>
<h5 class="card-title">Sai Dheeraj Peketi</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'24 | Upcoming SDE @Cisco
style="max-width: 250px; max-height: 200px; overflow-y: auto">CSE MNNIT'25 | CC Representative
</p>
<a href="https://github.com/hackeramitkumar" class="btn btn-primary" style="margin-top: auto">See
<a href="https://github.com/SaiDheerajPeketi" class="btn btn-primary" style="margin-top: auto">See
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/ldk.jpeg' %}" class="card-img-top w-100" alt="Card Image"
Expand Down Expand Up @@ -397,6 +396,67 @@ <h5 class="card-title">LDK</h5>
<!-- <hr class="my-5"> -->
<section id="pastorganizers" class="pt-5 pb-5 shadow-sm">
<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="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;">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Shashank Verma</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'24 | Associate Full-Stack Android Developer
</p>
<a href="https://github.com/shank03" 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/priyav.png' %}" 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">Priyav Kaneria</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'24 | Upcoming SDE @Oracle
</p>
<a href="https://github.com/priyavkaneria" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</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/sanskar.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">Sanskar Omar</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'24 | Upcoming SDE @Visa
</p>
<a href="https://github.com/sanskaromar" 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/amit.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">Amit Kumar</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'24 | Upcoming SDE @Cisco
</p>
<a href="https://github.com/hackeramitkumar" class="btn btn-primary" style="margin-top: auto">See
Profile</a>
</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 ad660f1

Please sign in to comment.