Psyduck - 可達鴨 之 鴨力山大 v0.1

Current Path : home/irplbiz/public_html/shree_ji_steel/html/
Upload File :
Current File : /home/irplbiz/public_html/shree_ji_steel/html/blog.php

<?php include('include/header.php'); ?>


<section class="inner-banner" style="background-image: url(images/banner1.jpg);">
	<div class="ib-overlaybg"></div>
	<div class="container">
		<h1>Blog</h1>
	</div>
</section>


<section class="blogpost">
      <div class="container">
        <div class="title-box wow fadeInUp animated">
          <h3>Blogs</h3>          
        </div>
        <div class="row">
          <div class="col-md-4">
            <div class="blogbox wow fadeInUp animated">
              <div class="blog-thum">
                <a href="blog-details.php"><img src="images/blog1.jpg" alt="images" class="d-block w-100"></a>
              </div>
              <div class="blog-title">
                <a href="blog-details.php">How Mild Steel Square Bars Improve the Durability of Bridges</a>
              </div>
              <div class="blog-excerpt">How Mild Steel Square Bars Improve the Durability of Bridges Mild...</div>
              <div class="moreblog-link">
                <div class="dls-button"><a href="blog-details.php">Know More <span><i class="fa fa-long-arrow-right" aria-hidden="true"></i></span></a></div>
              </div>
            </div>
          </div>

          <div class="col-md-4">
            <div class="blogbox wow fadeInUp animated">
              <div class="blog-thum">
                <a href="blog-details.php"><img src="images/blog2.jpg" alt="images" class="d-block w-100"></a>
              </div>
              <div class="blog-title">
                <a href="blog-details.php">How to Calculate the weight of the MS Plate</a>
              </div>
              <div class="blog-excerpt">How to Calculate the weight of the MS Plate MS Plates are an essential...</div>
              <div class="moreblog-link">
                <div class="dls-button"><a href="blog-details.php">Know More <span><i class="fa fa-long-arrow-right" aria-hidden="true"></i></span></a></div>
              </div>
            </div>
          </div>

          <div class="col-md-4">
            <div class="blogbox wow fadeInUp animated">
              <div class="blog-thum">
                <a href="blog-details.php"><img src="images/blog3.jpg" alt="images" class="d-block w-100"></a>
              </div>
              <div class="blog-title">
                <a href="blog-details.php">Why MS Round Bar is Important for Constructional Strength in Hill Side Areas</a>
              </div>
              <div class="blog-excerpt">Why MS Round Bar is Important for Constructional Strength in Hill Side...</div>
              <div class="moreblog-link">
                <div class="dls-button"><a href="blog-details.php">Know More <span><i class="fa fa-long-arrow-right" aria-hidden="true"></i></span></a></div>
              </div>
            </div>
          </div>


        </div>
         

    </section>

<?php
include('include/footer.php');?>