BAZ Moodle Theme
Get BAZ ThemeSupport
  • BAZ Premium Moodle Theme
  • Requirements
  • Changelog
  • Getting started
    • Theme Installation/Update
    • Demo content
    • RTL Layout
    • Custom Enrollment Page
    • Custom E-Mail Template
  • 🤩Global Styles
    • Typography
    • UI Elements
    • Headings/Text Modifications
  • Theme Settings
    • General
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • Block #1
      • Block #2
      • Block #3
      • Block #4
      • Block #5
      • Block #6
      • Block #7
      • Block #8
      • Block #9
      • Block #10
      • Block #11
      • Block #12
      • Block #13
      • todo Block #14
      • Block #15
      • Block #16
      • Block #17
      • todo Block #18
      • Block #19
      • How to add more item to blocks?
    • Top Bar
      • User Menu - Custom Icons
    • Dashboard
    • Course Page
    • Footer
    • Custom Fonts
  • More
    • 🕶️Show/hide for non-logged in users
    • 🌑Show/hide on the Dark Mode
    • Translations
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page
  • Available options
  • Preview
  • Code snippet

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks

Block #17

PreviousBlock #16Nexttodo Block #18

Last updated 3 years ago

Was this helpful?

Tips:

  1. How to hide any element for non-logged in users or show it only for logged in users?

  2. Title modifications -

Available options

  • Turn on

  • Show Block Separator (hr)

  • Additional Class Name (only for developers)

  • Intro Title

  • Intro Content

  • HTML Content

  • Footer Content

Preview

Code snippet

<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 wrapper-xxl">
    <!-- Start item -->
    <div class="rui-card-item col mb-sm-4 mb-lg-0">
        <div class="rui-card h-100">
            <div class="rui-card-body">
                <h4 class="mb-3">Indigenous peoples Education Australia Queensland.</h4>
                <a href="https://rosea.io">
                    <div class="rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-4.jpg?time=1635624685924" alt="img 4" width="400" height="225"></div>
                </a>
                <p class="rui-card-text mt-3">Auto-generated reports: Get accurate insights on your performance with auto-generated reports that help create successful campaigns.</p>
                <ul class="rui-special-list rui-special-list--light">
                    <li>Personal asset watchlists</li>
                    <li>Curated market data feed</li>
                    <li class="list-icon-x">Sansheets plugin with pre-made templates</li>
                </ul>
                <a href="https://rosea.io" class="rui-card-btn-link mt-2">Learn more about moodle themes</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-sm-4 mb-lg-0">
        <div class="rui-card h-100">
            <div class="rui-card-body">
                <span class="badge-xs badge-warning">Updated: October 11, 2011</span>
                <h4 class="mt-2 mb-3">Aboriginal Australians Study and teaching Australia Queensland.</h4>
                <a href="https://rosea.io">
                    <div class="rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-5.jpg" alt="img 5" width="400" height="225"></div>
                </a>
                <p class="rui-card-text mt-3">Auto-generated reports: Get accurate insights on your performance with auto-generated reports that help create successful campaigns.</p>
                <ul class="rui-special-list rui-special-list--primary">
                    <li>Personal asset watchlists</li>
                    <li>Curated market data feed</li>
                    <li class="list-icon-x">Sansheets plugin with pre-made templates</li>
                </ul>
                <a href="https://demo.rosea.io/baz/1/course/index.php?categoryid=1" class="rui-card-btn-link mt-2">For beginners</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-sm-4 mb-lg-0">
        <div class="rui-card h-100">
            <div class="rui-card-body">
                <span class="badge-xs badge-info">New</span>
                <h4 class="mt-2 mb-3">Curriculum-based assessment Aids and devices.</h4>
                <a href="https://rosea.io">
                    <div class="rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-6.jpg" alt="img 6" width="400" height="225"></div>
                </a>
                <p class="rui-card-text mt-3">Auto-generated reports: Get accurate insights on your performance with auto-generated reports that help create successful campaigns.</p>
                <ul class="rui-special-list rui-special-list--light">
                    <li>Personal asset watchlists</li>
                    <li>Curated market data feed</li>
                    <li class="list-icon-x">Sansheets plugin with pre-made templates</li>
                </ul>
                <a href="https://demo.rosea.io/baz/1/course/index.php?categoryid=3" class="rui-card-btn-link mt-2">For Pro</a>
            </div>
        </div>
    </div>
    <!-- End item -->

</div>
How to add more item to blocks?
Learn more
Learn more