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.
 
 
 
 
 

105 lines
6.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="testimonial_snippet" inherit_id="website.snippets" name="Testimonial">
<!-- Inherit "website.snippets" to add the 'Testimonial' section of the theme_shopping -->
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_shopping.shopping_testimonial"
t-thumbnail="/theme_shopping/static/src/images/snippet_icons/testinomial-1.png"/>
</xpath>
</template>
<template id="shopping_testimonial" name="Testimonial">
<section class="container py-md-5 testimonial-section">
<div class="st-wrapper">
<div class="row">
<div class="col-md-4">
<span class="st-sm_highlight st-sm__testimonial--head">Testimonial</span>
<h3 class="st-abt__main--heading">What people say
About Our Company
</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</div>
<div class="col-md-8">
<div class="d-flex owl-carousel owl-carousel-about" id="testimonial_carousel">
<div class="item st-testimonial__card ">
<p class="st-testimonial__content">Lorem Ipsum is simply dummy text of the printing
and
typesetting industry. Lorem Ipsum
has
been the industry's standard dummy text ever since the 1500s.
</p>
<div class="st-testimonial__person--detail">
<div class="st-testimonial__person-img">
<img src="/theme_shopping/static/src/images/testimonial-img.png" alt=""
class="st-auto-image"/>
</div>
<div>
<p class="st-testimonial_name">Tony Olson</p>
<div>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
</div>
</div>
</div>
</div>
<div class="item st-testimonial__card ">
<p class="st-testimonial__content">Lorem Ipsum is simply dummy text of the printing
and
typesetting industry. Lorem
Ipsum
has
been the industry's standard dummy text ever since the 1500s.
</p>
<div class="st-testimonial__person--detail">
<div class="st-testimonial__person-img">
<img src="/theme_shopping/static/src/images/testimonial-pic.png" alt=""
class="st-auto-image"/>
</div>
<div>
<p class="st-testimonial_name">Tony Olson</p>
<div>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
<span class="st-star__icon">
<i class="ri-star-fill"/>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>