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.
89 lines
4.0 KiB
89 lines
4.0 KiB
<odoo>
|
|
<template id="footer_default_splash" inherit_id="website.layout" name="Footer Splash">
|
|
<xpath expr="//footer" position="replace">
|
|
<footer class="footer ">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12 col-lg-4 col-md-12 col-sm-12">
|
|
<div class="footer_part">
|
|
<h4>About Us</h4>
|
|
<p class="fp">
|
|
We are dedicated to the safety of our guests
|
|
and
|
|
employees and have updated
|
|
our safety measures. We believe in Simple,
|
|
Creative, Modern and Flexible
|
|
Design Standards with a Retina and
|
|
Responsive
|
|
Approach.
|
|
</p>
|
|
<a href="#" class="btn btn-quoteF">Get a Quote
|
|
>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
|
|
<h4>Contact Us</h4>
|
|
|
|
<address class="fp">
|
|
<div t-field="res_company.partner_id"
|
|
t-options='{
|
|
"widget": "contact",
|
|
"fields": ["name", "address", "phone", "mobile", "email"]}'/>
|
|
</address>
|
|
|
|
|
|
<div class="footer_icons">
|
|
<ul>
|
|
|
|
<a href="#">
|
|
<li class="fab fa-facebook-f fb"
|
|
aria-hidden="true"></li>
|
|
</a>
|
|
<a href="#">
|
|
<li class="fab fa-twitter tw"
|
|
aria-hidden="true"></li>
|
|
</a>
|
|
<a href="#">
|
|
<li class="fab fa-google-plus-g gg"
|
|
aria-hidden="true"></li>
|
|
</a>
|
|
<a href="#">
|
|
<li class="fab fa-dribbble dr"
|
|
aria-hidden="true"></li>
|
|
</a>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
<div class="col-12 col-lg-4 col-md-6 col-sm-12">
|
|
<h4>Subscribe Newslettres</h4>
|
|
<p class="fp">
|
|
Enter your email and receive the latest news,
|
|
updates and special offers from us.
|
|
</p>
|
|
|
|
<div class="ping">
|
|
<form class="form-inline">
|
|
<div class="md-form my-0">
|
|
<input class="form-control mr-sm-2"
|
|
type="text" placeholder="Email"
|
|
aria-label="Email"/>
|
|
</div>
|
|
</form>
|
|
|
|
<a class="btn btn-sub">Subscribe</a>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="footer_bottom text-center">
|
|
© 2021 Splash. All rights reserved | Design by
|
|
<a href="#">Cybrosys.</a>
|
|
</div>
|
|
</footer>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|