Stylish out team HTML Bootstrap website component for you website. You simply add this component to your website by copy and past the code in to your HTML and CSS files.
You can use this Our Team for Professional Websites web Component by simply copy and past the HTML code the HTML File and copy Past the CSS to the CSS file. You also Download the Project Folder on the Our Team for Professional Websites by Clicking the Download button at the bottom
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" >
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" />
<section id="teacher" class="team-member pt-5 contaienr-fluid">
<div class="container">
<div class="session-title">
<h2>Our Team</h2>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr sed diam nonumy eirmod <br> tempor invidunt ut labore et dolore magna aliquyam.</p>
</div>
<div class="team-row team row">
<div class="team-col col-md-3">
<div class="teamdiv">
<div class="image-part">
<img src="images/member-01.jpg" alt="">
</div>
<div class="detail-part">
<h3>Joney James</h3>
<span>Team Leader</span>
<p>Various versions have evolved over the years, purpose (injected humour and the like).</p>
<div class="social-links">
<a href="#" tabindex="-1"><i class="fab fa-facebook-f"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-twitter"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-google"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
<div class=" team-col col-md-3">
<div class="teamdiv">
<div class="image-part">
<img src="images/member-06.jpg" alt="">
</div>
<div class="detail-part">
<h3>James Anderson</h3>
<span>Team Leader</span>
<p>Various versions have evolved over the years, on purpose (injected humour and the like).</p>
<div class="social-links">
<a href="#" tabindex="-1"><i class="fab fa-facebook-f"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-twitter"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-google"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
<div class=" team-col col-md-3">
<div class="teamdiv">
<div class="image-part">
<img src="images/member-07.jpg" alt="">
</div>
<div class="detail-part">
<h3>James Anderson</h3>
<span>Team Leader</span>
<p>Various versions have evolved over the years, on purpose (injected humour and the like).</p>
<div class="social-links">
<a href="#" tabindex="-1"><i class="fab fa-facebook-f"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-twitter"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-google"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
<div class=" team-col col-md-3">
<div class="teamdiv">
<div class="image-part">
<img src="images/member-08.jpg" alt="">
</div>
<div class="detail-part">
<h3>James Anderson</h3>
<span>Team Leader</span>
<p>Various versions have evolved over the years, on purpose (injected humour and the like).</p>
<div class="social-links">
<a href="#" tabindex="-1"><i class="fab fa-facebook-f"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-twitter"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-google"></i></a>
<a href="#" tabindex="-1"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
.team-member {
background-color: #f9fbff;
}
.team-row .team-col .teamdiv {
margin-bottom: 30px;
}
.team-row .team-col .teamdiv .image-part {
text-align: center;
}
.team-row .team-col .teamdiv .image-part img {
width: 90px;
border-radius: 50px;
margin-bottom: -40px;
}
.team-row .team-col .teamdiv .detail-part {
background-color: #FFF;
border-radius: 10px;
padding: 20px;
padding-top: 60px;
text-align: center;
box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35);
}
.team-row .team-col .teamdiv .detail-part h3 {
font-weight: 600;
font-size: 1.2rem;
margin-bottom: 0px;
}
.team-row .team-col .teamdiv .detail-part span {
color: #1965fd;
font-weight: 600;
font-size: 0.9rem;
}
.team-row .team-col .teamdiv .detail-part p {
margin-top: 12px;
margin-bottom: 12px;
font-size: 0.9rem;
}
.team-row .team-col .teamdiv .detail-part .social-links a i {
width: 30px;
text-align: center;
font-size: 0.9rem;
}
.session-title {
padding: 30px;
margin: 0px;
}
.session-title h2 {
width: 100%;
text-align: center;
}
.session-title p {
width: 100%;
text-align: center;
}
Copyright © 2018 Smarteyeapps.com Design & Developed by Smarteye Technologies