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.
 
 
 
 
 

78 lines
3.9 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for Testimonial snippet-->
<template id="testimonial_section" name="Testimonial Section">
<!-- Testimonials Section -->
<section class="testimonial-carousel">
<div class="container">
<div id="testimonialCarousel" class="carousel slide testimonial"
data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="testimonial-content text-center">
<img src="/theme_upshift/static/src/img/testimonial/test1.png"
alt="Testimonial"
class="rounded-circle mb-4"/>
<p class="testimonial-text mb-4">
"Be genuine in your assessment, and
provide constructive feedback to benefit
both potential customers and the company
providing the product or service."
</p>
<h5 class="testimonial-author mb-1">
Jacqueline Miller
</h5>
<p class="testimonial-position">CEO of
Eduport
</p>
</div>
</div>
<div class="carousel-item">
<div class="testimonial-content text-center">
<img src="/theme_upshift/static/src/img/testimonial/test1.png"
alt="Testimonial"
class="rounded-circle mb-4"/>
<p class="testimonial-text mb-4">
"Our experience with this company has
been outstanding. Their attention to
detail and customer service is
unparalleled in the industry."
</p>
<h5 class="testimonial-author mb-1">Robert
Johnson
</h5>
<p class="testimonial-position">CTO of
TechInnovate
</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button"
data-bs-target="#testimonialCarousel"
data-bs-slide="prev">
<span class="carousel-control-prev-icon"
aria-hidden="true"/>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button"
data-bs-target="#testimonialCarousel"
data-bs-slide="next">
<span class="carousel-control-next-icon"
aria-hidden="true"/>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
</template>
<template id="testimonial_section_snippet" inherit_id="website.snippets"
priority="8">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_upshift.testimonial_section"
t-thumbnail="/theme_upshift/static/description/images/icons/tesimonail-section.png"/>
</xpath>
</template>
</odoo>