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.
76 lines
3.9 KiB
76 lines
3.9 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- template for eco food testimonial-->
|
|
<template id="eco_food_testimonial" name="EcoFood Testimonial">
|
|
<section class="testimonial">
|
|
<div class="wrapper">
|
|
<div class="main_heading">
|
|
<h1>
|
|
Client Testimonials
|
|
</h1>
|
|
<p>
|
|
What our happy customers says !
|
|
</p>
|
|
</div>
|
|
<div class="test_slider">
|
|
<div class="owl-carousel test-carousel">
|
|
<div>
|
|
<div class="slider_content">
|
|
<div class="slider_img">
|
|
<img src="/theme_eco_food/static/src/images/testimonial/test-1 (1).jpg" alt=""/>
|
|
</div>
|
|
<div class="slider_info">
|
|
<p class="slider_disc">
|
|
All Perfect !! I have three sites with magento , this theme is the best !!
|
|
Excellent support , advice theme installation package , sorry for English, are Italian, but
|
|
I had no problem !! Thank you !
|
|
</p>
|
|
<div class="bottom">
|
|
<div class="quote">
|
|
<img src="/theme_eco_food/static/src/images/icons/quote.png" alt=""/>
|
|
</div>
|
|
<div class="info">
|
|
<h6>
|
|
Maria Curry
|
|
</h6>
|
|
<p>
|
|
Demo@cybrosys.com
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="slider_content">
|
|
<div class="slider_img">
|
|
<img src="/theme_eco_food/static/src/images/testimonial/test-1 (2).jpg" alt=""/>
|
|
</div>
|
|
<div class="slider_info">
|
|
<p class="slider_disc">
|
|
All Perfect !! I have three sites with magento , this theme is the best !!
|
|
Excellent support , advice theme installation package , sorry for English, are Italian, but
|
|
I had no problem !! Thank you !
|
|
</p>
|
|
<div class="bottom">
|
|
<div class="quote">
|
|
<img src="/theme_eco_food/static/src/images/icons/quote.png" alt=""/>
|
|
</div>
|
|
<div class="info">
|
|
<h6>
|
|
Jacob Thomas
|
|
</h6>
|
|
<p>
|
|
Demo@cybrosys.com
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|