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

Testimonials #1

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

Last updated 2 years ago

Was this helpful?

<!-- Start - Block - Testimonials #1 -->
<div class="rui-card-testimonials-grid wrapper-xxl">
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">"Everything you need and nothing you don’t"</div>
        <h4 class="rui-block-testimonials--author w-100">Ryan Cook</h4>
        <span class="rui-block-testimonials--additional">CEO | SoSimple</span>
    </div>
    <!-- End item -->
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">ā€œI couldn’t imagine using anything else!ā€</div>
        <h4 class="rui-block-testimonials--author w-100">Tim Smith</h4>
        <span class="rui-block-testimonials--additional">UX Designer | Clean&amp;Simple</span>
    </div>
    <!-- End item -->
    <!-- Start item -->
    <div class="rui-block-testimonials-item text-center">
        <div class="rui-block-testimonials--quote">"Lorem ipsum dolar setā€</div>
        <h4 class="rui-block-testimonials--author w-100">Anna van Diesel</h4>
        <span class="rui-block-testimonials--additional">Senior Product Designer | ABC Design</span>
    </div>
    <!-- End item -->
</div>
<!-- End - Block - Testimonials #2 -->
<!-- Start - Block - Testimonials #1 -->
<div class="wrapper-fw rui-block-testimonials-2">
    <div class="rui-card-testimonials-grid">

        <!-- Start item -->
        <div class="rui-block-testimonials-item d-flex justify-content-center text-center">
            <div class="rui-block-testimonials--quote">"Everything you need and nothing you don’t"</div>
            <span class="rui-block-testimonials--author">Ryan Cook</span>
            <span class="rui-block-testimonials--additional mb-3">CEO | SoSimple</span>
            <img src="https://assets.rosea.io/demofiles/alpha/block6/logo-1.svg" alt="Logo" width="100" height="34" class="atto_image_button_text-bottom">
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-testimonials-item d-flex justify-content-center text-center">
            <div class="rui-block-testimonials--quote">ā€œI couldn’t imagine using anything else!ā€</div>
            <span class="rui-block-testimonials--author">Tim Smith</span>
            <span class="rui-block-testimonials--additional mb-3">UX Designer | Clean&amp;Simple</span>
            <img src="https://assets.rosea.io/demofiles/alpha/block6/logo-2.svg" alt="Logo" width="100" height="34" class="atto_image_button_text-bottom">
        </div>
        <!-- End item -->

        <!-- Start item -->
        <div class="rui-block-testimonials-item d-flex justify-content-center text-center">
            <div class="rui-block-testimonials--quote">"One of the best Moodle Theme I've ever usedā€</div>
            <span class="rui-block-testimonials--author">Anna van Diesel</span>
            <span class="rui-block-testimonials--additional mb-3">Senior Product Designer | ABC Design</span>
            <img src="https://assets.rosea.io/demofiles/alpha/block6/logo-3.svg" alt="Logo" width="100" height="25" class="atto_image_button_text-bottom">
        </div>
        <!-- End item -->

    </div>
</div>
<!-- End - Block - Testimonials #1 -->

⭐
How to add more item to blocks?