You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

134 lines
7.0 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template customized for footer-->
<template id="theme_boec_footer" inherit_id="website.layout" name="Boec Footer">
<xpath expr="//div[@id='footer']" position="replace">
<section class="footer ">
<div class="wrapper ">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-6">
<div class="name">
<a class="navbar-brand" href="/">
<img src="/theme_boec/static/src/images/logo/logo.png"
alt=""/>
</a>
<p>
Cu decore tamquam democritum qui. Cu
quem probatus vix. Cu per sanctus
mnesarchum, ut civibus
signiferumque eum.
</p>
<div class="footer_icons">
<a href="#">
<span class="fab fa-cc-visa"/>
</a>
<a href="#">
<span class="fab fa-cc-paypal"/>
</a>
<a href="#">
<span class="fab fa-cc-mastercard"/>
</a>
<a href="#">
<span class="fab fa-bitcoin"/>
</a>
<a href="#">
<span class="fab fa-cc-amex"/>
</a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<div class="i_wrapper">
<h5 class="footer_heading">ABOUT US</h5>
<ul class="footer_items">
<li>
<a href="#">Who we are</a>
</li>
<li>
<a href="#">Work with us</a>
</li>
<li>
<a href="#">Become a supplier</a>
</li>
<li>
<a href="#">Investor relations</a>
</li>
<li>
<a href="#">Our delivery</a>
</li>
<li>
<a href="#">Affiliate program</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-3 col-sm-6">
<div class="s_wrapper">
<h5 class="footer_heading">SHOPPING</h5>
<ul class=" footer_items">
<li>
<a href="#">Clothing Store</a>
</li>
<li>
<a href="#">Men Suite</a>
</li>
<li>
<a href="#">Women Saree</a>
</li>
<li>
<a href="#">Shoe Store</a>
</li>
<li>
<a href="#">Accessories</a>
</li>
<li>
<a href="#">Sale</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12 col-sm-6">
<div class="s_wrapper">
<h5 class="footer_heading">NEWSLETTER</h5>
<div class="send">
<p>
Be the first to know about new
arrivals, look books, sales &amp;
promos!
</p>
<div class="search_box">
<div class="form-group has-search">
<a href="#"
class="material-icons form-control-feedback btn">
&#xe0be;
</a>
<input type="text"
class="form-control"
placeholder="Your Mail"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="copyright">
<hr/>
<div class="copy">
Copyright © 2021 All rights reserved | This
template is made with
<span class="far fa-heart"/>
by
<a href="https://www.cybrosys.com/"
target="_blank">Cybrosys
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</xpath>
</template>
</odoo>