ok
Direktori : /home/importfo/public_html/anantamultispecialityhospital.in/ |
Current File : /home/importfo/public_html/anantamultispecialityhospital.in/blog.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 Blogs & Latest News</li> </ol> </nav> <!-- Title --> <h4 class="h4-sm steelblue-color" style="color:black;">Blog</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 --> <h3 class="h3-md steelblue-color">Our Latest News & Blog</h3> <!-- Text --> <center>"Stay updated with Ananta Hospital's latest news and blog posts for insights on healthcare advancements and community events." </center> </div> </div> <!-- BLOG POSTS HOLDER --> <div class="row"> <?php $sql="SELECT * from blog"; $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="blog_detail.php?slug=<?php echo $row['id']; ?>"> <img class="img-fluid" src="admin/upload/<?php echo $row['image']; ?>" alt="blog-post-image" /> </a> </div> <!-- BLOG POST TITLE --> <div class="blog-post-txt"> <!-- Post Title --> <h4 class="h5-sm steelblue-color"><a href="blog_detail.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title']; ?></a></h4> <!-- Post Data --> <span>Post Date:<?php echo $row ['post_date']; ?> <br/><span>Post By:<?php echo $row['post_by']; ?></span></span> <!-- Post Text --> <p><a href="blog_detail.php?slug=<?php echo $row['id']; ?>">Read More </a> </p> </div> </div> </div> <!-- END BLOG POST #1 --> <?php }?> </div> <!-- END BLOG POSTS HOLDER --> </div> <!-- End container --> </section> <!-- END BLOG-1 --> <?php include 'f.php' ?> </div> <!-- END PAGE CONTENT --> <?php include 'wh.php' ?> <!-- 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>