D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home2
/
technoi4
/
www
/
Filename :
footer.phpv2
back
Copy
<footer id="footer" class="footer bg-overlay"> <div class="footer-main"> <div class="container"> <div class="row justify-content-between"> <div class="col-lg-4 col-md-6 footer-widget footer-about"> <h3 class="widget-title">About Us</h3> <p>Established in 2006, Techno Gulf Trading & Contracting W.L.L. was founded to service the emerging Qatar Construction Market. From the outset the company has experience rapid growth, expanding to Dubai with Rumix Building Materials Trading L.L.C. and Techno Gulf Trading L.L.C. at Abu Dhabi. </p> <a href="contact.php"><button class="btn btn-primary solid blank">Contact Us</button></a> </div> <div class="col-lg-4 col-md-6 footer-widget mt-5 mt-md-0"> <h3 class="widget-title">Our Products</h3> <div class="working-hours"> <?php include("config.php"); $query=mysqli_query($conn,"SELECT product.*, brand.id as bid, brand.brand_name, categary.id as cid, categary.categary_title FROM `product` LEFT JOIN categary ON product.cid=categary.id LEFT JOIN brand ON product.bid=brand.id LIMIT 8"); while($row=mysqli_fetch_array($query)){ $pid = $row['pid']; $cid = $row['cid']; $bid = $row['bid']; $product_name = $row['product_name']; $image = $row['image']; ?> <a href="product_detail.php?pid=<?php echo $pid; ?>"><span class="text-left"><?php echo $product_name; ?><br/></span></a> <?php } ?> </div> </div> <div class="col-lg-3 col-md-6 mt-5 mt-lg-0 footer-widget"> <h3 class="widget-title">Find Our Location</h3> <div class="footer-social"> <p>Techno Gulf Trading & Contracting W.L.L.</p> <p>P.O. Box: 55901 Doha, Qatar</p> <p> <span class="ts-service-icon icon-round"> <i class="fa fa-phone-square mr-0" style="line-height: 0px;"></i> </span> +974 4431 5882 / 44314010 </p> <p> <span class="ts-service-icon icon-round"> <i class="fa fa-fax mr-0" style="line-height: 0px;"></i> </span> +974 44360559</p> <p> <span class="ts-service-icon icon-round"> <i class="fa fa-envelope mr-0" style="line-height: 0px;"></i> </span> <a href="mailto:info@technogulf.net">info@technogulf.net</a></p> </div> </div> </div> </div> </div> <div class="copyright"> <div class="container"> <div class="row align-items-center"> <div class="col-md-6"> <div class="copyright-info text-center text-md-left"> <span>Copyright © <?php echo date('Y'); ?>. All Rights Reserved | Techno_Gulf</span> </div> </div> </div> <div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top position-fixed"> <button class="btn btn-primary" title="Back to Top"> <i class="fa fa-angle-double-up"></i> </button> </div> </div> </div> </footer> <script src="plugins/jQuery/jquery.min.js"></script> <script src="plugins/bootstrap/bootstrap.min.js" defer></script> <script src="plugins/slick/slick.min.js"></script> <script src="plugins/slick/slick-animation.min.js"></script> <script src="plugins/colorbox/jquery.colorbox.js"></script> <script src="plugins/shuffle/shuffle.min.js" defer></script> <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script> <script src="plugins/google-map/map.js" defer></script> <script src="js/script.js"></script> </div> </body> </html>