ok
Direktori : /home/importfo/public_html/bosonphysics.com/ |
Current File : /home/importfo/public_html/bosonphysics.com/blog.php |
<!DOCTYPE html> <html class="no-js" lang="zxx"> <!-- Mirrored from edublink.html.devsblink.com/blog-list.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Feb 2023 09:29:25 GMT --> <head> <!-- Meta Data --> <title>Blog | BOSON Physics With Pranav</title> <?php include('links.php') ?> <style> .para { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; } </style> </head> <body class="sticky-header "> <!--[if lte IE 9]> v> </div> <div id="main-wrapper" class="main-wrapper"> <!--=====================================--> <!--= Header Area Start =--> <!--=====================================--> <?php include('header.php') ?> <!--=====================================--> <!--= Breadcrumb Area Start =--> <!--=====================================--> <!--<div class="edu-breadcrumb-area">--> <!-- <div class="container">--> <!-- <div class="breadcrumb-inner">--> <!-- <div class="page-title">--> <!-- <h1 class="title">Blog</h1>--> <!-- </div>--> <!-- <ul class="edu-breadcrumb">--> <!-- <li class="breadcrumb-item"><a href="index.php">Home</a></li>--> <!-- <li class="separator"><i class="icon-angle-right"></i></li>--> <!-- <li class="breadcrumb-item active" aria-current="page">Blog</li>--> <!-- </ul>--> <!-- </div>--> <!-- </div>--> <!-- <ul class="shape-group">--> <!-- <li class="shape-1">--> <!-- <span></span>--> <!-- </li>--> <!-- <li class="shape-2 scene"><img data-depth="2" src="assets/images/about/shape-13.png" alt="shape"></li>--> <!-- <li class="shape-3 scene"><img data-depth="-2" src="assets/images/about/shape-15.png" alt="shape"></li>--> <!-- <li class="shape-4">--> <!-- <span></span>--> <!-- </li>--> <!-- <li class="shape-5 scene"><img data-depth="2" src="assets/images/about/shape-07.png" alt="shape"></li>--> <!-- </ul>--> <!--</div>--> <!--=====================================--> <!--= Blog Area Start =--> <!--=====================================--> <section class="section-gap-equal"> <div class="container"> <div class="row row--30"> <div class="col-lg-8"> <?php $sql="SELECT * FROM `blog` order by id desc"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="edu-blog blog-style-list" data-sal-delay="150" data-sal="slide-up" data-sal-duration="800"> <div class="inner row"> <div class="thumbnail col-md-5"> <a href="blog-details.php?slug=<?php echo $row['id']; ?>"> <img src="admin/upload/<?php echo$row['image']; ?>" alt="Blog Images"> </a> </div> <div class="content col-md-7"> <h5 class="title"><a href="blog-details.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title']; ?></a></h5> <ul class="blog-meta"> <li><i class="icon-27"></i><?php echo $row['post_date']; ?></li> <li><i class="icon-28"></i><?php echo $row['post_by']; ?></li> </ul> <div class="para">Lorem ipsum dolor sit amet cons tetur adip isicing sed eiusmod.</div> <div class="read-more-btn"> <a class="edu-btn btn-border btn-medium" href="blog-details.php?slug=<?php echo $row['id']; ?>">Learn More <i class="icon-4"></i></a> </div> </div> </div> </div> <?php } ?> <!--<ul class="edu-pagination top-space-30 justify-content-start">--> <!-- <li><a href="#" aria-label="Previous"><i class="icon-west"></i></a></li>--> <!-- <li class="active"><a href="#">1</a></li>--> <!-- <li><a href="#">2</a></li>--> <!-- <li><a href="#">3</a></li>--> <!-- <li class="more-next"><a href="#"></a></li>--> <!-- <li><a href="#">8</a></li>--> <!-- <li><a href="#" aria-label="Next"><i class="icon-east"></i></a></li>--> <!--</ul>--> </div> <div class="col-lg-4"> <div class="edu-blog-sidebar"> <!-- Start Single Widget --> <div class="edu-blog-widget widget-latest-post"> <div class="inner"> <h4 class="widget-title">Latest Post</h4> <div class="content latest-post-list"> <?php $sql="SELECT * FROM `blog` order by id desc limit 5"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="latest-post row"> <div class="thumbnail col-md-4"> <a href="blog-details.php?slug=<?php echo $row['id']; ?>"> <img src="admin/upload/<?php echo$row['image']; ?>" alt="Blog Images"> </a> </div> <div class="post-content col-md-8"> <h6 class="title"><a href="blog-details.php?slug=<?php echo $row['id']; ?>"><?php echo $row['title']; ?></a></h6> <ul class="blog-meta"> <li><i class="icon-27"></i><?php echo $row['post_date']; ?></li> </ul> </div> </div> <?php } ?> </div> </div> </div> </div> </div> </div> </div> </section> <!--=====================================--> <!--= Footer Area Start =--> <!--=====================================--> <!-- Start Footer Area --> <?php include('footer.php') ?> <!-- End Footer Area --> </div> <!-- JS ============================================ --> <!-- Modernizer JS --> <?php include('javascript.php') ?> </body> <!-- Mirrored from edublink.html.devsblink.com/blog-list.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 23 Feb 2023 09:29:32 GMT --> </html>