> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/mist/layout-customization/home-page/team.md).

# Team

### Team

![](/files/SGpUu3xKCwx22zTz2SwX)

![](/files/UKKkaSLGGGUyp5yx7B3c)

#### 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>
```
