Skip to content

Commit

Permalink
faculty coordinator section added
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavcodes committed Feb 14, 2023
1 parent 930ea03 commit 1b2e4a3
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
Binary file added images/kriti-sharma.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 images/shweta-bansal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -877,6 +877,73 @@ <h3 class="full-name">Sahil Sharma</h3>
</div>
</section>

<!-- faculty coordinator start-->

<section id="team" class="section-team">
<div class="container">
<!-- Start Header Section -->
<div class="row justify-content-center text-center">
<div class="col-md-8 col-lg-6">
<div class="header-section">
<h3 class="small-title"></h3>
<h2 class="title-team-member">FACULTY COORDINATORS</h2>
</div>
</div>
</div>
<!-- / End Header Section -->
<div class="justify-content-center d-flex row">
<!-- Start Single Person -->
<div class="col-sm-6 col-lg-4 col-xl-3">
<div class="single-person">
<div class="person-image">
<img src="images/shweta-bansal.jpg" alt="">
</div>
<div class="person-info">
<h3 class="full-name">Dr. Shweta A. Bansal</h3>
<span class="speciality">Head of Department, SOET</span>
<div class="social-links-team"
style="display: flex; justify-content: space-around; font-size: 28px; background-color: rgba(255, 255, 255, 0.85); border-radius: 6px; margin: 10px 0;">
<div class="linkedin">
<a style="color: #3e64ff;" href="https://www.linkedin.com/in/dr-shweta-a-bansal-a0495b17/" target="_blank">
<i class="bi bi-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- / End Single Person -->
<!-- Start Single Person -->
<div class="col-sm-6 col-lg-4 col-xl-3">
<div class="single-person">
<div class="person-image">
<img src="images/kriti-sharma.jpg" alt="">
</div>
<div class="person-info">
<h3 class="full-name">Kriti Sharma</h3>
<span class="speciality">Assistant Professor, SOET</span>
<div class="social-links-team"
style="display: flex; justify-content: space-around; font-size: 28px; background-color: rgba(255, 255, 255, 0.85); border-radius: 6px; margin: 10px 0;">
<div class="linkedin">
<a style="color: #3e64ff;" href="https://www.linkedin.com/in/skriti/" target="_blank">
<i class="bi bi-linkedin"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- / End Single Person -->


</div>
</div>
</section>

<!-- faculty coordinator end -->



<!-- faq part -->
<section class="faq" id="faq">
<div class="container">
Expand Down

0 comments on commit 1b2e4a3

Please sign in to comment.