> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/yummy/layout-customization/other-pages/meet-our-team.md).

# Meet our team

### 3. Meet our team module

![](/files/JAFFPZmaBFjY9Hp4tuOA)

We have used custom module.

Follow the below code to achieve the above

![](/files/UoGsT5iUva0uPxJw2CS2)

![](/files/Tx96mg1KTouHrxGFOudD)

![](/files/rJzcKGvu0DJgMYEqbBi4)

![](/files/0CdlI7NK8FZXOmfIZVjc)

**Code**

```html
<div class="meet-team col-lg-12 col-md-12 col-sm-12 col-xs-12">
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef1.jpg" alt="chef1" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Cristion</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </div>
    </div>
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef2.jpg" alt="chef2" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Daniel Green</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </div>
    </div>
    <div class="chef col-lg-4 col-md-4 col-sm-4 col-xs-12">
        <div class="chef-single">
            <div class="chef-img"><img src="images/themeparrot/chef/chef3.jpg" alt="chef3" /></div>
            <div class="social"><a href="#"><em class="fa fa-google"></em> </a> <a href="#"><em class="fa fa-twitter"></em></a></div>
            <div class="down">
                <div class="name">Marteen</div>
                <div class="sub-name">Head Chef</div>
            </div>
        </div>
    </div>
</div>
```
