ok
Direktori : /home/importfo/public_html/anantamultispecialityhospital.in/ |
Current File : /home/importfo/public_html/anantamultispecialityhospital.in/services.php |
<?php include ("admin/config.php");?> <!DOCTYPE html> <!-- MedService - Medical & Medical Health Landing Page Template design by Jthemes --> <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]--> <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!-- Mirrored from jthemes.net/themes/html/medservices/files/about-us.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 31 Oct 2023 04:25:15 GMT --> <head> <?php include 'top.php' ?> <body> <!-- PAGE CONTENT ============================================= --> <div id="page" class="page"> <?php include 'header.php' ?> <!-- BREADCRUMB ============================================= --> <div id="breadcrumb" class="division" style="height:300px;"> <div class="container"> <div class="row"> <div class="col"> <div class=" breadcrumb-holder"> <!-- Breadcrumb Nav --> <nav aria-label="breadcrumb"> <ol class="breadcrumb" style="padding:63px;"> <li class="breadcrumb-item"><a href="index.php" style="color:black;">Home</a></li> <li class="breadcrumb-item active" aria-current="page" style="color:black;">Our Services</li> </ol> </nav> <!-- Title --> <h4 class="h4-sm steelblue-color" style="color:black;">Our Services</h4> </div> </div> </div> <!-- End row --> </div> <!-- End container --> </div> <!-- END BREADCRUMB --> <!-- BLOG-1 ============================================= --> <section id="blog-1" class="wide-60 blog-section division"> <div class="container"> <!-- SECTION TITLE --> <div class="row"> <div class="col-lg-10 offset-lg-1 section-title"> <!-- Title --> <h5 class="h3-md steelblue-color">What We Offer</h5> <!-- Text --> <h1>Our Services:</h1> </div> </div> <!-- BLOG POSTS HOLDER --> <div class="row"> <?php $sql="SELECT * from parts"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <!-- BLOG POST #1 --> <div class="col-lg-4"> <div class="blog-post wow fadeInUp" data-wow-delay="0.4s"> <!-- BLOG POST IMAGE --> <div class="blog-post-img"> <a href="services_detail.php?slug=<?php echo $row ['p_id']; ?>"> <img class="img-fluid" src="admin/upload/<?php echo $row['parts_image']; ?>" style="height: 250px; width:330px;" alt="blog-post-image" /> </a> </div> <!-- BLOG POST TITLE --> <div class="blog-post-txt"> <!-- Post Title --> <a href="services_detail.php?slug=<?php echo $row ['p_id']; ?>"> <h5 class="h5-sm steelblue-color"><?php echo $row['short_desc']; ?></h5></a> <!-- Post Data --> </div> </div> </div> <!-- END BLOG POST #1 --> <?php }?> </div> <!-- END BLOG POSTS HOLDER --> </div> <!-- End container --> </section> <!-- END BLOG-1 --> <!-- BANNER-3 ============================================= --> <section id="banner-3" class="pt-100 banner-section division"> <div class="container"> <div class="row d-flex align-items-center"> <!-- BANNER TEXT --> <div class="col-lg-5"> <div class="banner-txt wow fadeInUp" data-wow-delay="0.4s"> <!-- Section ID --> <span class="section-id blue-color">Why Choose Ananta Multispeciality Hospital </span> <!-- Title --> <h3 class="h2-xl steelblue-color">High Quality Medical Care</h3> <h3 class="h3-md blue-color">✆ +91 98248 20108</h3> <!-- Text --> <p>Delivering high-quality medical care with precision and compassion, our dedicated team strives for excellence in every patient's journey to ensure optimal health outcomes and well-being. </p> <!-- Button --> <a href="appoinemnt.php" class="btn btn-blue blue-hover mt-15">Make An Apointment</a> </div> </div> <!-- END BANNER TEXT --> <!-- BANNER IMAGE --> <div class="col-lg-7"> <div class="banner-3-img"> <img class="img-fluid" src="images/image-06.png" alt="banner-image" /> </div> </div> </div> <!-- End row --> </div> <!-- End container --> </section> <!-- END BANNER-3 --> <?php include 'f.php' ?> </div> <!-- END PAGE CONTENT --> <!-- EXTERNAL SCRIPTS ============================================= --> <script src="js/jquery-3.3.1.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/modernizr.custom.js"></script> <script src="js/jquery.easing.js"></script> <script src="js/jquery.appear.js"></script> <script src="js/jquery.stellar.min.js"></script> <script src="js/menu.js"></script> <script src="js/sticky.js"></script> <script src="js/jquery.scrollto.js"></script> <script src="js/materialize.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.magnific-popup.min.js"></script> <script src="js/imagesloaded.pkgd.min.js"></script> <script src="js/isotope.pkgd.min.js"></script> <script src="js/hero-form.js"></script> <script src="js/contact-form.js"></script> <script src="js/comment-form.js"></script> <script src="js/appointment-form.js"></script> <script src="js/jquery.datetimepicker.full.js"></script> <script src="js/jquery.validate.min.js"></script> <script src="js/jquery.ajaxchimp.min.js"></script> <script src="js/wow.js"></script> <!-- Custom Script --> <script src="js/custom.js"></script> <script> new WOW().init(); </script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. --> <!-- [if lt IE 9]> <script src="js/html5shiv.js" type="text/javascript"></script> <script src="js/respond.min.js" type="text/javascript"></script> <![endif] --> <!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. --> <!-- <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> --> <!-- End Google Analytics --> <script src="js/changer.js"></script> <script defer src="js/styleswitch.js"></script> </body> <!-- Mirrored from jthemes.net/themes/html/medservices/files/about-us.html by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 31 Oct 2023 04:25:15 GMT --> </html>