Scholastica Moodle Theme
  • Scholastica
  • Requirements
  • Getting started
    • Theme Installation/Update
    • Translations
    • Demo content
    • RTL Interface
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text
    • Paid Courses
    • Course Page
    • Custom Enrollment Page
    • Course Filter
    • Custom E-Mail Template
  • 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
      • Video Pop-up
      • Hero
        • Block #1
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
        • Re-usage FAQ Snippet
      • 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
    • Footer
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
    • Default Moodle Footer Links
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page

Was this helpful?

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

Content #3

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

PreviousContent #2NextBlock #5 - Logotypes

Was this helpful?

<div class="wrapper-fw">
    <!-- Start item -->
    <div class="row my-5">
        <div class="col-xs-12 col-md-6 rui-img--rounded-fluid">
            <img src="https://assets.rosea.io/themes/simg-1.jpg" alt="pic #1" width="600" height="472">
        </div>
        <div class="col-xs-12 col-md-6 d-flex flex-wrap align-content-center px-lg-6">
            <div>
                <h4 class="lead-4 my-3">baz makes it easy to create your e-learning website based on Moodle 3.11 and
                    later.</h4>
                <p>Lorem ipsum was purposefully designed to have no meaning, but appear like real text, making it the
                    perfect placeholder.</p>
                <a href="#" class="btn btn-sm btn-secondary mt-3">Explore theme UI
                </a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <hr class="hr-small">

    <!-- Start item -->
    <div class="row my-5">
        <div class="col-xs-12 col-md-6 d-flex flex-wrap align-content-center px-lg-6">
            <div>
                <h4 class="lead-4 my-3">Take full control of theme with the full access to all theme files and dozens of
                    settings.</h4>
                <p>According to McClintock, a 15th century typesetter likely scrambled part of Ciceros De Finibus in
                    order to provide placeholder text...</p>
                <a href="#" class="btn btn-sm btn-secondary my-3">Learn more about theme</a>
            </div>
        </div>

        <div class="col-xs-12 col-md-6 rui-img--rounded-fluid">
            <img src="https://assets.rosea.io/themes/simg-2.png" alt="pic #2" width="600" height="472">
        </div>
    </div>
    <!-- End item -->

    <hr class="hr-small">

    <!-- Start item -->
    <div class="row my-5">
        <div class="col-xs-12 col-md-6 rui-img--rounded-fluid">
            <img src="https://assets.rosea.io/themes/simg-3.jpg" alt="pic #4" width="600" height="472">
        </div>
        <div class="col-xs-12 col-md-6 d-flex flex-wrap align-content-center px-lg-6">
            <div>
                <h4 class="lead-4 my-3">Lifetime updates!</h4>
                <p>And anyways, as Cecil Adams reasoned, “[Do you really] think graphic arts supply houses were hiring
                    classics scholars in the 1960s?” Perhaps. But it seems reasonable to imagine that there was a
                    version in use far before the age of Letraset.</p>
                <a href="#" class="btn btn-sm btn-secondary my-3">Available courses</a>
            </div>
        </div>
    </div>
    <!-- End item -->
</div>
How to add more item to blocks?