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.
169 lines
9.7 KiB
169 lines
9.7 KiB
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<!-- Footer customization template -->
|
|
<template id="footer_cts_theme_rozz" inherit_id="website.footer_custom"
|
|
name="Footer Sample" active="True">
|
|
<xpath expr="//div[@id='footer']" position="replace">
|
|
<div id="footer" class="oe_structure oe_structure_solo">
|
|
<section class="footer ">
|
|
<div class="wrap wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-sm-6 col-lg-3">
|
|
<!-- Logo and Introduction -->
|
|
<div class="footer-item">
|
|
<div class="footer-logo logo">
|
|
<a href="index.html">
|
|
<img src="/cts_theme_rozz/static/src/images/logo-white.svg"
|
|
alt="Logo"/>
|
|
</a>
|
|
<p>Lorem Ipsum is simply dummy text
|
|
of the printing and typesetting
|
|
industry. It has survived not
|
|
only five centuries, but also
|
|
the leap
|
|
into electronic.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-sm-6 col-lg-3">
|
|
<!-- Company Links -->
|
|
<div class="footer-item">
|
|
<div class="footer-company">
|
|
<h3>Company</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">About
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">Services
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">Projects
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">Team
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/blog"
|
|
target="_blank">Blog
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Support Links -->
|
|
<div class="col-sm-6 col-lg-3">
|
|
<div class="footer-item">
|
|
<div class="footer-company">
|
|
<h3>Support</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">FAQ
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">Privacy
|
|
Policy
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">Terms
|
|
&
|
|
Conditions
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/"
|
|
target="_blank">
|
|
Community
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="/contactus"
|
|
target="_blank">Contact
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Contact Information and Social Links -->
|
|
<div class="col-sm-6 col-lg-3">
|
|
<div class="footer-item">
|
|
<div class="footer-contact">
|
|
<h3>Contact Info</h3>
|
|
<ul>
|
|
<li>
|
|
<span>Location: 11 Stanley
|
|
Road London W21 0IV
|
|
</span>
|
|
</li>
|
|
<li>
|
|
<span>Email:</span>
|
|
<a href="mailto:info@lixi.com"
|
|
target="_blank">
|
|
hello@rozz.com
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<span>Phone:</span>
|
|
<a href="tel:+0123456789"
|
|
target="_blank">+0123
|
|
456
|
|
789
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer-social">
|
|
<ul>
|
|
<li>
|
|
<a href="#"
|
|
target="_blank">
|
|
<i class='fa fa-facebook'/>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#"
|
|
target="_blank">
|
|
<i class='fa fa-twitter'/>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#"
|
|
target="_blank">
|
|
<i class='fa fa-linkedin'/>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#"
|
|
target="_blank">
|
|
<i class='fa fa-instagram'/>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|