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. Stats

Stats #1

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

Last updated 2 years ago

To use social icons turn on FontAwesome Library: Site administration -> Appearance -> Moon -> General -> FontAwesome

<!-- Start - Block - Stats #1 -->
<div class="wrapper-fw rui-block-stats-1">
    <div class="w-lg-85 mx-lg-auto">
        <div class="row align-items-md-center col-md-divider">
            <div class="col-md-4">
                <div class="pr-lg-5 border-right">
                    <div class="d-flex align-items-end">
                        <span class="display-2 text-primary">2x&nbsp;</span>
                        <span class="badge-sm badge-primary mb-4 ml-2">50% less CSS - 1.1MB<br></span>
                    </div>
                    <p>faster than previous version of the Space theme.</p>
                </div>
            </div>
            <!-- End Col -->

            <div class="col-md-8 pt-5 pt-md-0">
                <div class="pl-lg-5">
                    <div class="row">
                        <div class="col-sm"><span class="h2 text-primary">3000+</span>
                            <p>customers</p>
                        </div>
                        <!-- End Col -->

                        <div class="col-sm"><span class="h2 text-primary">5 stars</span>
                            <p>people love this theme!</p>
                        </div>
                        <!-- End Col -->

                        <div class="col-sm">
                            <span class="h2 text-primary">2.0</span>
                            <p>completely redesigned, dedicated for Moodle 4.0</p>
                        </div>
                        <!-- End Col -->
                    </div>
                    <!-- End Row -->
                </div>
            </div>
        </div>
    </div>
    <!-- End Row -->
</div>
<!-- End - Block - Stats #1 -->
⭐
How to add more item to blocks?