# Team #3

{% tabs %}
{% tab title="Preview" %}

<figure><img src="/files/4vJRTs4Qcjoqpc0xoQxP" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="HTML Code" %}
{% code lineNumbers="true" %}

```html
<!-- Start - Block - Team #3 -->
<div class="wrapper-md">
    <div class="rui-card-team-grid">
        <!-- Start item -->
        <div class="rui-block-team-item text-center text-md-left">
            <div class="rui-card-team--img-fw">
                <img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-6.jpg" alt="Team #1" width="300" height="300" class="img-fluid atto_image_button_middle">
                <div class="rui-card-team-desc--absolute">
                    <h4 class="mb-0">Tom McMuffin</h4>
                    <div class="rui-block-text--3 rui-block-text--light">Professor of Child and Family Psychology</div>
                </div>
            </div>
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-team-item text-center text-md-left">
            <div class="rui-card-team--img-fw">
                <img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-1.jpg" alt="Team #1" width="300" height="300" class="img-fluid atto_image_button_middle">
                <div class="rui-card-team-desc--absolute">
                    <h4 class="mb-0">Adam Zahradnik</h4>
                    <div class="rui-block-text--3 rui-block-text--light">Associate Professor of Comparative Social Policy</div>
                </div>
            </div>
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-team-item text-center text-md-left">
            <div class="rui-card-team--img-fw">
                <img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-7.jpg" alt="Team #1" width="300" height="300" class="img-fluid atto_image_button_middle">
                <div class="rui-card-team-desc--absolute">
                    <h4 class="mb-0">Alice Schneider</h4>
                    <div class="rui-block-text--3 rui-block-text--light">Course Director for Comparative Social Policy</div>
                </div>
            </div>
        </div>
        <!-- End item -->

    </div>
    <!-- End - Block - Team #3 -->
</div>
```

{% endcode %}
{% endtab %}
{% endtabs %}

{% content-ref url="/pages/1qUbO4Fl0XGCANPYeLMK" %}
[How to add more item to blocks?](/scholastica-moodle-theme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rosea.gitbook.io/scholastica-moodle-theme/theme-settings/front-page-blocks/team/team-3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
