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.
87 lines
4.0 KiB
87 lines
4.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index2_testimonial" inherit_id="website.snippets"
|
|
name="Index2_Testimonial">
|
|
<xpath expr="//snippets[@id='snippet_content']"
|
|
position="inside">
|
|
<t t-snippet="theme_diva.diva_index2_testimonial"
|
|
t-thumbnail="/theme_diva/static/src/images/snippets/index-2/testimonials.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="diva_index2_testimonial"
|
|
name="Index 2 Testimonial">
|
|
<!-- Testimonial section starts here -->
|
|
<section class="testimonial icon" id="theme_1">
|
|
<div class="wrapper">
|
|
<div class="container test_m subline">
|
|
<div class="container">
|
|
<t t-if="editable">
|
|
<div class="alert alert-warning text-center">
|
|
<strong>Heads up!</strong>
|
|
Index Product section will be loaded after saving the page.
|
|
</div>
|
|
</t>
|
|
|
|
</div>
|
|
<div id="owl-theme3" class=" owl-carousel ">
|
|
<div>
|
|
<div class="words">
|
|
<p>
|
|
Pure has a great range of everyday
|
|
makeup products. I’ll definitely be a
|
|
returning
|
|
client here.
|
|
</p>
|
|
<div class="p_wrapp">
|
|
<div class="person">
|
|
<img src="/theme_diva/static/src/images/testimonial/1.jpg"/>
|
|
</div>
|
|
<span>
|
|
By Jho Doe, Client
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="words">
|
|
<p>
|
|
I like your skincare products,
|
|
especially creams and cleansers. Also,
|
|
your customer
|
|
service is out of this world!
|
|
</p>
|
|
<div class="p_wrapp">
|
|
<div class="person">
|
|
<img src="/theme_diva/static/src/images/testimonial/1.jpg"/>
|
|
</div>
|
|
<span>
|
|
By Jho Doe, Client
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="words">
|
|
<p>
|
|
Pure has a great range of everyday
|
|
makeup products. I’ll definitely be a
|
|
returning
|
|
client here.
|
|
</p>
|
|
<div class="p_wrapp">
|
|
<div class="person">
|
|
<img src="/theme_diva/static/src/images/testimonial/1.jpg"/>
|
|
</div>
|
|
<span>
|
|
By Jho Doe, Client
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Testimonial section ends here -->
|
|
</template>
|
|
</odoo>
|