Alpha Moodle Theme
  • Alpha 2.5.x
  • Requirements
  • Changelog
  • Theme Installation and Update
  • Support Page
  • Translations
  • RTL Interface
  • Paid Courses
  • Getting started
    • Demo content
    • Course Layout
  • Theme Settings
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text Modifications
    • 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
        • 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
        • 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 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

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks
  3. Team

Team #1

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

Last updated 2 years ago

Was this helpful?

To use social icons turn on FontAwesome Library:

Site administration -> Appearance -> Alpha -> General -> FontAwesome

<!-- Start - Block - Team #1 -->
<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-smpl"><img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-6.jpg" alt="Team #1" width="600" height="600" class="img-fluid atto_image_button_middle"></div>
            <h4 class="mt-3 mb-0">Tom McMuffin</h4>
            <div class="rui-block-text--3 rui-block-text--light">Professor of Child and Family Psychology</div>
            <div class="rui-block-text--2 mt-2">Paneer cheesy feet when the cheese comes out everybody's happy.</div>
            <div class="rui-block-social-list"><a href=""><i class="fab fa-linkedin"></i></a> <a href=""><i class="fab fa-instagram"></i></a> <a href=""><i class="fab fa-twitter"></i></a></div>
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-team-item text-center text-md-left">
            <div class="rui-card-team--img-smpl"><img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-1.jpg" alt="Team #1" width="600" height="600" class="img-fluid atto_image_button_middle"></div>
            <h4 class="mt-3 mb-0">Adam Zahradnik</h4>
            <div class="rui-block-text--3 rui-block-text--light">
                <div>
                    <div>
                        <div>Associate Professor in Comparative Social Policy.&nbsp;<span style="font-size: 0.75rem;">Director of Graduate Studies</span></div>
                    </div>
                </div>
            </div>
            <div class="rui-block-text--2 mt-2">Cheese on toast cheesy grin parmesan gouda Lancashire queso port-Salut parmesan.</div>
            <div class="rui-block-social-list"><a href=""><i class="fab fa-linkedin"></i></a> <a href=""><i class="fab fa-instagram"></i></a> <a href=""><i class="fab fa-twitter"></i></a></div>
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-team-item text-center text-md-left">
            <div class="rui-card-team--img-smpl"><img src="https://roseathemes.com/monocolor/1/pluginfile.php/1/theme_monocolor/monocolorsettingsimgs/0/team-600x600-7.jpg" alt="Team #1" width="600" height="600" class="img-fluid atto_image_button_middle"></div>
            <h4 class="mt-3 mb-0">Alice Schneider</h4>
            <div class="rui-block-text--3 rui-block-text--light">Senior Departmental Research Lecturer in Quantitative Methods<br></div>
            <div class="rui-block-text--2 mt-2">Lancashire parmesan caerphilly croque monsieur fondue cheesy grin cheddar hard cheese.</div>
            <div class="rui-block-social-list"><a href=""><i class="fab fa-linkedin"></i></a> <a href=""><i class="fab fa-instagram"></i></a> <a href=""><i class="fab fa-twitter"></i></a></div>
        </div>
        <!-- End item -->

    </div>
    <!-- End - Block - Team #2 -->
</div>
⭐
How to add more item to blocks?