<footer class="row">
<div class="row m0 topFooter">
<center>
<div class="container line2">
<div class="row">
<div class="col-sm-3 widget">
<div class="row m0">
<a href="index.php">
<img src="images/abc.png" style="width: 75%">
</a>
</div>
</div>
<div class="col-sm-3 widget">
<div class="row m0">
<h4>About Sri Lekha Jewellers</h4>
<p>We provide the best Quality of products to you.We are always here to help our lovely customers.</p>
<ul class="list-inline">
<li><a href="https://www.facebook.com/forbesjeweller/"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-sm-3 widget">
<div class="row m0">
<h4>information</h4>
<ul class="nav">
<li><a href="index.php">Home</a></li>
<li><a href="about_us.php">About</a></li>
<li><a href="product-type.php">Product Type</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="contact_us.php">Contact</a></li>
</ul>
</div>
</div>
<div class="col-sm-3 widget">
<div class="row m0">
<h4>Product Types</h4>
<ul class="nav">
<?php
$PRODUCT_TYPE = new ProductType(NULL);
foreach ($PRODUCT_TYPE->all() as $key => $product_type) {
if ($key == 5) {
break;
}
?>
<li><a href="product.php?id=<?php echo $product_type["id"]; ?>"><?php echo $product_type["name"]; ?></a></li>
<?php
}
?>
</ul>
<div id="google_translate_element"></div>
</div>
</div>
<!-- <div class="col-sm-3 widget">
<div class="row m0">
<h4>subscribe to our latest news</h4>
<form action="http://veepixel.com/tf/html/d-shine/subscriptionList.php" method="post" role="form">
<div class="input-group">
<span class="input-group-addon"><i class="fas fa-envelope"></i></span>
<input type="email" class="form-control" id="subscribeEmail" name="subscribeEmail" placeholder="EMAIL ADDRESS">
</div>
<input type="submit" class="form-control" value="Subscribe" id="submit" name="submit">
</form>
</div>
</div>-->
</div>
</div>
</center>
</div>
<div class="row m0 copyRight">
<div class="container">
<div class="row">
<div class="col-md-6">
<p style="color:white;text-align:left;">Copyright Sri Lekha Jewellers @ <?php echo date("Y"); ?>.
</div>
<div class="col-md-6">
<p style="color:white;text-align:right;">
Website By: <a href="https://www.synotec.lk/" target="_blank" style="color:white;"> <i class="fa fa-hand-o-right text-primary heart" style="color:white;"></i> Synotec Holdings (Pvt) Ltd. </p>
</p>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script>
|