ok
Direktori : /home/importfo/public_html/rinaankola.in/ |
Current File : /home/importfo/public_html/rinaankola.in/blog.php |
<?php include("admin/config.php");?> <!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <!-- Mirrored from html.modernwebtemplates.com/craft/blog-mosaic.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 03 May 2024 09:15:42 GMT --> <?php include 'top.php' ?> <body> <!--[if lt IE 9]> <div class="bg-danger text-center">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/" class="highlight">upgrade your browser</a> to improve your experience.</div> <![endif]--> <!-- Unyson messages modal --> <div class="modal fade" tabindex="-1" role="dialog" id="messages_modal"> <div class="fw-messages-wrap ls with_padding"> <!-- Uncomment this UL with LI to show messages in modal popup to your user: --> <!-- <ul class="list-unstyled"> <li>Message To User</li> </ul> --> </div> </div> <!-- eof .modal --> <!-- wrappers for visual page editor and boxed version of template --> <div id="canvas"> <div id="box_wrapper"> <!-- template sections --> <?php include 'header.php' ?> <section class="page_breadcrumbs cs parallax gradient_overlay section_padding_top_65 section_padding_bottom_65"> <div class="container"> <div class="row"> <div class="col-sm-12 text-center"> <h2>Our Blogs</h2> <ol class="breadcrumb big-spacing darklinks"> <li> <a href="index.php"> Home </a> </li> <!--<li> <a href="#">Pages</a> </li>--> <li class="active">Our Blogs</li> </ol> </div> </div> </div> </section> <section class="ls section_padding_top_130 section_padding_bottom_130"> <div class="container"> <u><center><h2>Our Latest News & Blogs </h2></center></u> <div class="row"> <div class="col-sm-12"> <div class="isotope_container isotope row masonry-layout columns_margin_bottom_20"> <?php $sql="SELECT * from blog"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="isotope-item col-lg-4 col-md-6 col-sm-12"> <article class="vertical-item content-padding with_border text-center"> <div class="item-media"> <img src="admin/upload/<?php echo $row ['image']; ?>" alt=""> <div class="media-links"> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>" class="abs-link"></a> </div> </div> <div class="item-content"> <header class="entry-header"> <h3 class="entry-title"> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>"> <?php echo $row ['title']; ?></a> </h3> <!-- <div class="item-meta highlightlinks"> <a href="blog_detail.php?slug=<?php echo $row['id']; ?>">--> <!-- <time datetime="2017-10-03T08:50:40+00:00">Post Date:--> <!-- <?php echo $row['post_date']; ?>--> <!-- </time>--> <!--</a> </div>--> <!--<p class="content-3lines-ellipsis"> Sadipscing elitr, sed diam nonumy eirmod tempor invidunt lare dolore magna aliquyam sed diam voluptua at vero eos. </p>--> <a class="theme_button color1" href="blog_detail.php?slug=<?php echo $row['id']; ?>">Read More</a> </header> </div> </article> </div> <?php }?> </div> <!-- eof .isotope_container.row --> </div> </div> </div> </section> <?php include 'footer.php' ?> </div> <!-- eof #box_wrapper --> </div> <!-- eof #canvas --> <script data-cfasync="false" src="../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/compressed.js"></script> <script src="js/main.js"></script> <!-- <script src="js/switcher.js"></script> --> </body> <!-- Mirrored from html.modernwebtemplates.com/craft/blog-mosaic.html by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 03 May 2024 09:15:42 GMT --> </html>