Server IP : 103.53.40.154 / Your IP : 3.15.239.145 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/theservicemen.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<title>Washing Machine & Refrigerator Repair Service in Firozabad, UP</title> <meta name="We are here to provide repairing service for all type of Home Appliance like R.O, Microwave, Washing Machine & Dispenser etc in Firozabad at affordable price." content="Free Web tutorials"> <meta name="keywords" content="HTML, CSS, JavaScript"> <?php include 'headtags.php';?> <?php include 'header.php';?> <style type="text/css"> .service-img img { width: 200px; height: auto; } .about-head h1 { margin-top:200px; } </style> <div style="background-color:black; height:300px;" class="container-fluid"> <div class="row"> <div class="about-head text-center text-white"> <h1>About</h1> </div> </div> </div> <?php include 'admin/config.php'; $sql = "SELECT * FROM tb2_about"; $run = mysqli_query($db,$sql); while($data = mysqli_fetch_assoc($run)){ ?> <section id="about" class="about"> <div class="container" data-aos="fade-up"> <div class="row"> <div class="col-lg-6 order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100"> <img src="assets/img/<?php echo $data['image']?>" class="img-fluid" alt=""> </div> <div class="col-lg-6 pt-4 pt-lg-0 order-2 order-lg-1 content" data-aos="fade-right" data-aos-delay="100"> <h3><?php echo $data['about_title']?></h3> <p class="fst-italic"> <?php echo $data['about_desc']?> </p> <!--<ul>--> <!-- <li><i class="ri-check-double-line"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>--> <!-- <li><i class="ri-check-double-line"></i> Duis aute irure dolor in reprehenderit in voluptate velit.</li>--> <!-- <li><i class="ri-check-double-line"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla pariatur.</li>--> <!--</ul>--> <!--<p>--> <!-- Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate--> <!-- velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident--> <!--</p>--> </div> </div> </div> </section> <?php } ?> <?php include 'footer.php';?>