Edmo – Moodle Theme Documentation

About Area

About Area

Use HTML Into Editor

Copying the HTML and add into editor and update content following Use HTML Into Editor

<!-- Start About Area -->
<section class="about-area bg-fef8ef ptb-100">
    <div class="container">
        <div class="row align-items-center">
            <div class="col-lg-6 col-md-12">
                <div class="about-image">
                    <div class="row">
                        <div class="col-lg-6 col-sm-6 col-md-6 col-6">
                            <div class="image wow fadeInLeft">
                                <img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/about-img1.png" alt="Image">
                            </div>
                        </div>

                        <div class="col-lg-6 col-sm-6 col-md-6 col-6">
                            <div class="image wow fadeInDown">
                                <img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/about-img2.png" alt="Image">
                            </div>
                        </div>

                        <div class="col-lg-6 col-sm-6 col-md-6 col-6">
                            <div class="image wow fadeInUp">
                                <img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/about-img3.png" alt="Image">
                            </div>
                        </div>

                        <div class="col-lg-6 col-sm-6 col-md-6 col-6">
                            <div class="image wow fadeInRight">
                                <img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/about-img4.png" alt="Image">
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <div class="col-lg-6 col-md-12">
                <div class="about-content">
                    <span class="sub-title">Online learning</span>
                    <h2>Develop Your Skills, Learn Something New, and Grow Your Skills From Anywhere in the World!</h2>
                    <p>We understand better that online-based learning can make a significant change to reach students from all over the world! Giving options to learn better always can offer the best outcomes!</p>
                    <ul class="features-list">
                        <li><span><i class="flaticon-experience"></i> Expert Trainers</span></li>
                        <li><span><i class="flaticon-time-left"></i> Lifetime Acces</span></li>
                        <li><span><i class="flaticon-tutorials"></i> Remote Learning</span></li>
                        <li><span><i class="flaticon-self-growth"></i> Self Development</span></li>
                    </ul>
                    <a href="https://edmo.envytheme.com/course/index.php?categoryid=14" class="default-btn"><i class="flaticon-user"></i>View All Courses<span></span></a>
                </div>
            </div>
        </div>
    </div>

    <div class="shape1" data-speed="0.06" data-revert="true"><img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/shape1.png" alt="image"></div>
    <div class="shape2" data-speed="0.06" data-revert="true"><img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/Shape2.png" alt="image"></div>
    <div class="shape3" data-speed="0.06" data-revert="true"><img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/shape3.png" alt="image"></div>
    <div class="shape4" data-speed="0.06" data-revert="true"><img src="https://edmo.envytheme.com/draftfile.php/5/user/draft/381349341/shape4.png" alt="image"></div>
</section>
<!-- End About Area -->