Moon IOMAD Theme
  • Moon 1.x
  • Requirements
  • Changelog
  • Getting started
    • Theme Installation/Update
    • Recommended Plugins to Install
      • Atto Editor: Full Screen
      • Atto Editor: Advanced Link
    • Translations
    • Demo content
    • RTL Interface
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text Modifications
  • Theme Settings
    • General
    • Dark Mode
      • 🌑Show/hide on the Dark Mode
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • ⭐Front Page Blocks
      • 🕶️Show/hide for non-logged in users
      • Block Order
      • Block #0 - Default Moodle Front Page Blocks
      • Hero
        • Block #1, #2
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
      • Grid Content
        • Grid Content #1
        • Grid Content #2
        • Grid Content #3
        • Grid Content #4
        • Grid Content #5
        • Grid Content #6
        • Grid Content #7
        • Grid Content #8
        • Grid Content #9
      • Content
        • Content #1
        • Content #2
        • Content #3
        • Block #5 - Logotypes
      • Categories & Icons List
        • Categories List #1
        • Categories List #2
        • Logotypes List #1
        • Course List
        • Icons List
      • Stats
        • Stats #1
        • Stats #2
      • Team
        • Team #1
        • Team #2
        • Team #3
      • Testimonials
        • Testimonials #1
        • Testimonials #2
        • Testimonials #3
      • How to add more item to blocks?
    • Top Bar
    • Course Page/Card
      • Course Card
      • Main Course Page
      • Course List
    • Sidebar
    • Sidebar navigation
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page
  1. Theme Settings
  2. Front Page Blocks
  3. Team

Team #3

Site administration -> Appearance -> Moon -> Block #.

Last updated 2 years ago

<!-- 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>
⭐
How to add more item to blocks?