# Team

### Team

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FThMPQlsfBqSpCJyYh8j2%2Fteam.png?alt=media\&token=575b8cbf-8120-4eef-983f-3693736e40bc)

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FdIiSv2PFXMKJyDNv8JAL%2Fhomebanner1.png?alt=media\&token=38850e2f-4e95-4f73-8861-a779d2c9bf98)

#### code

```html
<div class="parallax" id="team-cont"> 
<div class="container team" id="team">
<div class="row">

<div class="col-md-4 team-description">
<img src="http://localhost/mist/wp-content/uploads/2017/06/profile-4-2-e1497610560187.jpg" alt="" width="187" height="281" class="alignnone size-full wp-image-162" />
<div class="team-content">
<h3>Steve Loren</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is a standard dummy text. </p>
</div>
</div>

<div class="col-md-4 team-description">
<img src="http://localhost/mist/wp-content/uploads/2017/06/profile-13-e1497610601362.jpg" alt="" width="187" height="281" class="alignnone size-full wp-image-177" />
<div class="team-content">
<h3>Anna Smith</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is a standard dummy text. </p>
</div>
</div>

<div class="col-md-4 team-description">
<img src="http://localhost/mist/wp-content/uploads/2017/06/profile-8-1-e1497610617805.jpg" alt="" width="187" height="281" class="alignnone size-full wp-image-166" />
<div class="team-content">
<h3>Mark Jaeson</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is a standard dummy text. </p>
</div>
</div>
</div>
</div>
</div>
```
