Server IP : 103.53.40.154 / Your IP : 18.225.255.196 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/nextvisioneducation.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <?php include "top-links.php";?> <title><?php echo $dataa['meta_title'] ?></title> <meta name="<?php echo $dataa['meta_title'] ?>" content="<?php echo $dataa['meta_desc'] ?>"/> </head> <body> <!-- Header --> <?php include "header.php";?> <div class="pagehding-sec"> <div class="pagehding-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-heading"> <h1>About Us</h1> <ul> <li><a href="<?php echo $wspath ?>">Home</a></li> <li><a href="<?php echo $wspath ?>about.html">About Us</a></li> </ul> </div> </div> </div> </div> </div> <!-- About --> <div class="about-sec pt-100 pb-100"> <div class="container"> <div class="row"> <div class="col-md-7"> <div class="about-desc"> <div class="sec-title"> <h2><span>About </span>Next Vision Computer</h2> <p><?php echo $dataa['about_desc'] ?></p> </div> <div class="about-countup"> <div class="counting-inner"> <div class="countup-text"> <h2 class="counter">15</h2> <h4>Expert Teachers</h4> </div> </div> <div class="counting-inner"> <div class="countup-text"> <h2 class="counter">2500</h2> <h4>happy Students</h4> </div> </div> <div class="counting-inner"> <div class="countup-text"> <h2 class="counter">2000</h2> <h4>Students Learning</h4> </div> </div> </div> </div> </div> <div class="col-md-5"> <div class="about-us-img"> <img src="<?php echo $wspath ?>admin/images/about/<?php echo $dataa['about_img'] ?>" alt="Next Visinn Computer" /> </div> </div> </div> </div> </div> <!-- Why Choose Us --> <?php include "home-why-chose-2.php";?> <!-- Our Guards --> <?php include "home-team.php";?> <!-- Footer --> <?php include "footer.php";?> </body> </html>