syntax

                Never    
Text
       
<?php

$view->inc('elements/header.php');
$this->view->inc('elements/mobile.php');
$this->view->inc('elements/search.php');

?>
    <!--SECTION START-->
    <section>
        <div class="container com-sp pad-bot-70">
            <div class="row">
                <div class="cor about-sp">
                    <div class="ed-about-tit">
                        <div class="con-title">
                            <h2>About our <span> Academy</span></h2>
                            <p>Lean more about our Academy, the kind and type of education we offer and several other important constituent of our institution</p>
                        </div>
                    </div>
                    <div class="ed-about-sec1">
                        <div class="ed-advan">
                            <ul>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/award.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Awards</h4>
                                        <p>In our few years of existence, we have strived and succeeded in bagging a few hononary and distinguishable awards, Check them out below.
                                        </p>
                                        <a href="awards.php">Read more</a>
                                    </div>
                                </li>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/course/arch.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Research</h4>
                                        <p>Our School research team has been up and running, constantly innovating and inventing new ways to accomplish things.</p>
                                        <a href="research.php">Read more</a>
                                    </div>
                                </li>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/courses.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Educations</h4>
                                        <p>Our Institution offers a comprehensive list of moden day courses with real life application to make our students useful and valuable in the society.</p>
                                        <a href="all-courses.php">Read more</a>
                                    </div>
                                </li>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/alumni.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Alumni</h4>
                                        <p>Our Institution has graduated a great deal of brilliant minds from the year of inception. They have made us proud and always serve as a role model to our students.</p>
                                        <a href="alumni.php">Read more</a>
                                    </div>
                                </li>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/facility.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Facilities</h4>
                                        <p>We believe our students can perform better in a better and well suited environment. In that regard we have setup different facilities to enforce that believe.</p>
                                        <a href="facilities.php">Read more</a>
                                    </div>
                                </li>
                                <li>
                                    <div class="ed-ad-img">
                                        <img src="images/dept.png" alt="">
                                    </div>
                                    <div class="ed-ad-dec">
                                        <h4>Departments</h4>
                                        <p>In order to accomodate the magnitude of students we have in our school, we have established different department to guide, direct and follow up student activities in school</p>
                                        <a href="departments.php">Read more</a>
                                    </div>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="ed-about-sec1">
                        <div class="col-md-6"></div>
                        <div class="col-md-6"></div>
                    </div>
                </div>
            </div>
        </div>
    </section>
    <!--SECTION END-->

<?php
    $view->inc('elements/footer.php');
?>

Raw Text