:: **Zploit** v1.0 | Current Path: **/home/kreativepixelz/www/demo/renusbengalcats.com/**
:: Editing File: blogs.php
<?php include"header.php"?> <!-- Jumbotron --> <div class="jumbotron jumbotron-fluid" data-center="background-size: 100%;" data-top-bottom="background-size: 110%;"> <div class="container" > <!-- jumbo-heading --> <div class="jumbo-heading" data-aos="fade-up"> <h1>Blog</h1> <!-- Breadcrumbs --> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Blog Home</li> </ol> </nav> <!-- /breadcrumb --> </div> <!-- /jumbo-heading --> </div> <!-- /container --> </div> <!-- /jumbotron --> <!-- ==== Page Content ==== --> <div id="blog-home" class="page"> <div class="container"> <div class="row"> <!-- Blog Entries Column --> <div class="col-lg-9 page-with-sidebar"> <div class="row"> <div class="col-lg-6 res-margin"> <!-- blog-box --> <div class="blog-box"> <!-- image --> <a href="blog-details1.php"> <div class="image"><img src="img/blog/1.jpg" alt=""/></div> </a> <!-- blog-box-caption --> <div class="blog-box-caption"> <!-- date --> <div class="date"><span class="day">28</span><span class="month">Dec</span></div> <a href="blog-details1.php"> <h4>How to Avoid Bengal Cat Scams</h4> </a> <!-- /link --> <p> You want to buy a Bengal, but you do not want to be scammed? Purchasing a pet online can be unnerving, but it does not have to be. There are scams out there, but with this guide, you will avoid them... </p> </div> <!-- blog-box-footer --> <div class="blog-box-footer"> <div class="text-center col-md-12"> <a href="blog-details1.php" class="btn btn-primary ">Read more</a> </div> </div> <!-- /blog-box-footer --> </div> <!-- /blog-box --> </div> <!-- /col-lg-6--> <div class="col-lg-6 res-margin"> <!-- blog-box --> <div class="blog-box"> <!-- image --> <a href="blog-details2.php"> <div class="image"><img src="img/blog/2.jpg" alt=""/></div> </a> <!-- blog-box-caption --> <div class="blog-box-caption"> <!-- date --> <div class="date"><span class="day">29</span><span class="month">Dec</span></div> <a href="blog-details2.php"> <h4>Are Bengal Cats Vocal Cats?</h4> </a> <!-- /link --> <p> Bengal cats are known to be vocal cats, but this is not necessarily a consistent breed trait, nor is it something that comes from their hybrid ancestry. In over 20 years of breeding Bengal cats... </p> </div> <!-- blog-box-footer --> <div class="blog-box-footer"> <div class="text-center col-md-12"> <a href="blog-details2.php" class="btn btn-primary ">Read more</a> </div> </div> <!-- /blog-box-footer --> </div> <!-- /blog-box --> </div> <!-- /col-lg-6--> <div class="col-lg-6 res-margin mt-lg-5"> <!-- blog-box --> <div class="blog-box"> <!-- image --> <a href="blog-details2.php"> <div class="image"><img src="img/blog/3.jpg" alt=""/></div> </a> <!-- blog-box-caption --> <div class="blog-box-caption"> <!-- date --> <div class="date"><span class="day">30</span><span class="month">Dec</span></div> <a href="blog-details2.php"> <h4>How Long do Bengal Cats Live?</h4> </a> <!-- /link --> <p> Bengal cat life expectancy does not differ from the average indoor cat life expectancy of 12-18 years however, there are steps both your breeder & you can make to extend the life of your cat... </p> </div> <!-- blog-box-footer --> <div class="blog-box-footer"> <div class="text-center col-md-12"> <a href="blog-details2.php" class="btn btn-primary ">Read more</a> </div> </div> <!-- /blog-box-footer --> </div> <!-- /blog-box --> </div> <!-- /col-lg-6--> <div class="col-lg-6 mt-lg-5 res-margin"> <!-- blog-box --> <div class="blog-box"> <!-- image --> <a href="blog-details1.php"> <div class="image"><img src="img/blog/1.jpg" alt=""/></div> </a> <!-- blog-box-caption --> <div class="blog-box-caption"> <!-- date --> <div class="date"><span class="day">28</span><span class="month">Dec</span></div> <a href="blog-details1.php"> <h4>How to Avoid Bengal Cat Scams</h4> </a> <!-- /link --> <p> You want to buy a Bengal, but you do not want to be scammed? Purchasing a pet online can be unnerving, but it does not have to be. There are scams out there, but with this guide, you will avoid them... </p> </div> <!-- blog-box-footer --> <div class="blog-box-footer"> <div class="text-center col-md-12"> <a href="blog-details1.php" class="btn btn-primary ">Read more</a> </div> </div> <!-- /blog-box-footer --> </div> <!-- /blog-box --> </div> <!-- /col-lg-6--> </div> <!-- /row -- <div class="col-md-12 mt-5"> <!-- pagination -- <center> <nav aria-label="pagination"> <center> <ul class="pagination" class="text"> <li class="page-item"><a class="page-link active" href="#">1</a></li> <li class="page-item"><a class="page-link" href="#">2</a></li> <li class="page-item"><a class="page-link" href="#">3</a></li> <li class="page-item"><a class="page-link" href="#">Next</a></li> </ul> </center> </nav> </center> <!-- /nav -- </div> <!-- /col-md --> </div> <!-- /page-with-sdiebar --> <!-- Sidebar --> <?php include"blog-siderbar.php";?> <!--/sidebar --> </div> <!-- /.row --> </div> <!-- /.container --> </div> <!-- /page --><!-- ==== Newsletter - call to action ==== --> <?php include"newsletter.php"?> <!--/ container--> </div> <!--/container-fluid--> <!-- ==== footer ==== --> <?php include"footer.php"?>