|
@@ -7,4 +7,60 @@
|
|
|
* @license http://www.fecshop.com/license/
|
|
|
*/
|
|
|
?>
|
|
|
-
|
|
|
+<div class="footer-container">
|
|
|
+ <!--======= footer navigation =======-->
|
|
|
+
|
|
|
+ <div class="container">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-lg-12">
|
|
|
+ <!--======= widget block =======-->
|
|
|
+
|
|
|
+ <div class="widget-block">
|
|
|
+ <h4 class="footer-widget-title mt-sm-20 mb-sm-10 text-xl-center">JOIN OUR NEWSLETTER NOW</h4>
|
|
|
+ <!--======= newsletter formq =======-->
|
|
|
+ <div class="text-xl-center">
|
|
|
+ <form class="mc-form" method="get" action="<?= Yii::$service->url->getUrl('customer/newsletter') ?>">
|
|
|
+ <input type="email" placeholder="Enter your email adress" class="foot_email_input" required>
|
|
|
+ <button type="submit" value="submit" class="foot_email_button">submit</button>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <!--======= End of newsletter formq =======-->
|
|
|
+ <div class="social-links text-xl-center ">
|
|
|
+ <ul>
|
|
|
+ <li><a href="http://www.twitter.com/" class="twitter" data-tooltip="Twitter"><i class="fa fa-twitter"></i></a></li>
|
|
|
+ <li><a href="http://www.facebook.com/" class="facebook" data-tooltip="Facebook"><i class="fa fa-facebook"></i></a></li>
|
|
|
+ <li><a href="http://www.behance.com/" class="behance" data-tooltip="Behance"><i class="fa fa-behance"></i></a></li>
|
|
|
+ <li><a href="http://www.pinterest.com/" class="pinterest" data-tooltip="Pinterest"><i class="fa fa-pinterest"></i></a></li>
|
|
|
+ <li><a href="http://www.rss.com/" class="rss" data-tooltip="RSS"><i class="fa fa-rss"></i></a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <!--======= End of widget block =======-->
|
|
|
+ </div>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--======= footer copyright =======-->
|
|
|
+ <div class="container">
|
|
|
+ <div class="row align-items-center">
|
|
|
+ <div class=" text-center mb-20 mb-md-0">
|
|
|
+ <!--======= footer copyright text =======-->
|
|
|
+ <div class="footer-copyright-text">
|
|
|
+ <p>Copyright © 2018 <a href="http://www.fecshop.com/">Fecshop</a>, All Rights Reserved.</p>
|
|
|
+ </div>
|
|
|
+ <!--======= End of footer copyright text =======-->
|
|
|
+ </div>
|
|
|
+ <div class=" text-center ">
|
|
|
+ <!--======= payment logo =======-->
|
|
|
+ <div class="payment-logo">
|
|
|
+ <img src="<?= Yii::$service->image->getImgUrl('addons/fectfurnilife/payment.png'); ?>" class="img-fluid" alt="">
|
|
|
+ </div>
|
|
|
+ <!--======= End of payment logo =======-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <!--======= End of footer copyright =======-->
|
|
|
+</div>
|