MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.149.243.86
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/leetcoaching.co.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/leetcoaching.co.in/home-course.php
<div class="container">
    <div class="row ">
        <div class="col-xl-12">
            <div class="it-course-title-box text-center mt-25 mb-70">
                <span class="it-section-subtitle">Course</span>
                <h4 class="it-section-title">Top Popular Course Student
                    <span class="p-relative z-index">
                        <!--<svg class="title-shape-2" width="168" height="65" viewBox="0 0 168 65" fill="none" xmlns="http://www.w3.org/2000/svg">-->
                        <!--    <path d="M73.3761 8.49147C78.4841 6.01353 82.5722 4.25154 88.8933 3.3035C94.2064 2.50664 99.6305 2.0701 104.981 1.94026C120.426 1.56549 135.132 4.90121 146.506 9.70405C158.628 14.8228 166.725 22.5638 166.074 31.6501C165.291 42.5779 151.346 51.7039 133.508 56.8189C110.253 63.4874 81.7065 63.8025 58.5605 60.8285C37.5033 58.123 11.6304 51.7165 3.58132 40.0216C-3.43085 29.8337 12.0728 18.1578 27.544 11.645C40.3656 6.24763 55.7082 2.98328 70.8043 4.08403C81.9391 4.89596 93.2164 6.87822 102.462 9.99561C112.874 13.5066 120.141 18.5932 127.862 23.6332" stroke="#0AB99D" stroke-width="3" stroke-linecap="round" />-->
                        <!--</svg>-->
                    </span>
                    can <br> join with us.
                </h4>
            </div>
        </div>
        <?php
            $sqltour = "SELECT * FROM tbl_services WHERE tour_status='Active' ORDER BY `tour_order` ASC LIMIT 3";
            $runtour = mysqli_query($db,$sqltour) or die("Query Not run");
            while($datatour = mysqli_fetch_assoc($runtour)){
        ?>
        <div class="col-xl-4 col-lg-4 col-md-6 mb-20">
            <div class="it-course-item">
                <div class="it-course-thumb mb-20 p-relative">
                    <a href="<?php echo $wspath ?>course/<?php echo $datatour['slug_url'];?>.html">
                        <img style="height: 140px; width:100%;" src="<?php echo $wspath ?>admin/images/property-image/<?php echo $datatour['image'];?>" alt="<?php echo $datatour['name'];?>">
                    </a>
                    <div class="it-course-thumb-text">
                        <!-- <span>Development</span> -->
                    </div>
                </div>
                <div class="it-course-content">
                    <!-- <div class="it-course-rating mb-10">
                        <i class="fa-sharp fa-solid fa-star"></i>
                        <i class="fa-sharp fa-solid fa-star"></i>
                        <i class="fa-sharp fa-solid fa-star"></i>
                        <i class="fa-sharp fa-solid fa-star"></i>
                        <i class="fa-sharp fa-regular fa-star"></i>
                        <span>(4.7)</span>
                    </div> -->
                    <h4 class="it-course-title pb-5"><a href="<?php echo $wspath ?>course/<?php echo $datatour['slug_url'];?>.html"><?php echo $datatour['name'];?></a></h4>
                    <div class="it-course-info pb-15 mb-25 d-flex ">
                        <!--<span><i class="fa-light fa-file-invoice"></i>Mon-Sat</span>-->
                        <!--<span><i class="fa-sharp fa-regular fa-clock"></i>Duration 3 months</span>-->
                        <!--<span><i class="fa-light fa-user"></i>Only 6 students</span>-->
                    </div>
                    <!-- <div class="it-course-author pb-15">
                        <img src="assets/img/course/avata-1.png" alt>
                        <span>By <i>Angela</i> in <i>Development</i></span>
                    </div> -->
                    <div class="it-course-price-box d-flex justify-content-center pb-4">
                        <!--<span><?php echo $datatour['mrp'];?></span>-->
                        <a href="<?php echo $wspath ?>course/<?php echo $datatour['slug_url'];?>.html" class="it-btn text-light"><i class="fa fa-arrow-right" aria-hidden="true"></i>View Details</a>
                    </div> 
                </div>
            </div>
        </div>
        <?php }?>
        
        <div class="col-xl-12">
            <div class="it-course-button text-center pt-25 mb-20">
                <a class="it-btn" href="<?php echo $wspath ?>courses.html">
                    <span>
                        View All Courses
                        <svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg">
                            <path d="M11 1.24023L16 7.24023L11 13.2402" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
                            <path d="M1 7.24023H16" stroke="currentcolor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" />
                        </svg>
                    </span>
                </a>
            </div>
        </div>
    </div>
</div>
</div>

MMCT - 2023