MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.221.102.0
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  ]

Current File : /home2/ppcad7no/nextvisioneducation.com/services.php
<!DOCTYPE html>
<html lang="en">
<head>
    <?php include "top-links.php"; ?>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><?php echo $datah['meta_title'] ?></title>
	<meta name="description" content=" <?php echo $datah['meta_desc']?>"/>
</head>
<body>
    <?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>Our Courses</h1>
						<ul>
							<li><a href="<?php echo $wspath ?>">Home</a></li>
							<li><a href="<?php echo $wspath ?>services.html">Our Courses</a></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
	</div>

    <div class="service2-sec pt-50 pb-50">
		<div class="container">
			<div class="row">
				<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
					<div class="sec-title" style="text-align:center;">
						<h2> <span>Our</span> Courses</h2>
						<p style="color:black;">Next Vision Computer: Empowering Success with Excel, Tally, and Comprehensive Computer Courses for Excellence in Learning.</p>
					</div>
				</div>
			</div>
			<div class="row">
				<div class="service2-item">
                    <?php 

                        $sqls = "SELECT * FROM tbl_services";
                        $querys = mysqli_query($db,$sqls);
                        while($datas = mysqli_fetch_assoc($querys)){

                    ?>
					<div class="col-md-4 col-sm-6">
						<div class="service-inner">
							<div class="service-img"
								style="background-image: url('<?php echo $wspath ?>admin/images/services/<?php echo $datas['image'] ?>'); background-size: cover; background-position: center center;">
							</div>
							<div class="service-details">
								<h2><a href="<?php echo $wspath?>service-detail<?php echo $datas['slug_url']?>.html"><?php echo $datas['name']?></a></h2>
								<p><?php echo substr($datas['desc'],0,250)?>...</p>
							</div>
						</div>
					</div>
                    <?php } ?>
				</div>
			</div>
		</div>
	</div>


    <?php include "footer.php"; ?>  
    
</body>
</html>

MMCT - 2023