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.
 
 
 
 
 

136 lines
8.4 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Index Testimonial Snippet template -->
<template id="zen_members" name="Index Testimonial Snippet">
<section class="testimonial_main s_carousel_wrapper" data-vxml="001">
<t t-set="uniq" t-value="datetime.datetime.now().microsecond"/>
<div t-attf-id="myCarousel{{uniq}}" class="s_carousel s_carousel_default carousel slide"
data-interval="10000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li t-attf-data-target="#myCarousel{{uniq}}" data-slide-to="0" class="active"/>
<li t-attf-data-target="#myCarousel{{uniq}}" data-slide-to="1"/>
<li t-attf-data-target="#myCarousel{{uniq}}" data-slide-to="2"/>
<li t-attf-data-target="#myCarousel{{uniq}}" data-slide-to="3"/>
</ol>
<!-- Content -->
<div class="carousel-inner">
<!-- #01 -->
<div class="carousel-item active oe_img_bg o_bg_img_center pt152 pb152"
data-name="Slide">
<div class="container oe_unremovable">
<div class="row content">
<div class="test_content">
<div class="test_img">
<img src="/theme_zen/static/src/img/testimonial/1.jpg"/>
</div>
<div class="test_details">
Bushwick tumeric slow-carb photo booth letterpress
franzen kombucha tumblr listicle cronut waistcoat mustache.
Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO,
church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke
drinking vinegar single-origin coffee pop-up, whatever air plant austin
hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore
church-key authentic coloring book.
</div>
<div class="name">
Angeliena,
<span>CEO</span>
</div>
</div>
</div>
</div>
</div>
<!-- #02 -->
<div class="carousel-item oe_img_bg o_bg_img_center pt96 pb96"
data-name="Slide">
<div class="container oe_unremovable">
<div class="row content">
<div class="test_content">
<div class="test_img">
<img src="/theme_zen/static/src/img/testimonial/2.jpg"/>
</div>
<div class="test_details">
Bushwick tumeric slow-carb photo booth letterpress
franzen kombucha tumblr listicle cronut waistcoat mustache.
Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO,
church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke
drinking vinegar single-origin coffee pop-up, whatever air plant austin
hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore
church-key authentic coloring book.
</div>
<div class="name">
Jhon doe,
<span>DESIGNER</span>
</div>
</div>
</div>
</div>
</div>
<!-- #03 -->
<div class="carousel-item oe_img_bg o_bg_img_center pt128 pb128"
data-name="Slide">
<div class="container oe_unremovable">
<div class="row content">
<div class="test_content">
<div class="test_img">
<img src="/theme_zen/static/src/img/testimonial/3.jpg"/>
</div>
<div class="test_details">
Bushwick tumeric slow-carb photo booth letterpress
franzen kombucha tumblr listicle cronut waistcoat mustache.
Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO,
church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke
drinking vinegar single-origin coffee pop-up, whatever air plant austin
hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore
church-key authentic coloring book.
</div>
<div class="name">
Carl Jhon,
<span>WEB DEVELOPER</span>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item oe_img_bg o_bg_img_center pt128 pb128"
data-name="Slide">
<div class="container oe_unremovable">
<div class="row content">
<div class="test_content">
<div class="test_img">
<img src="/theme_zen/static/src/img/testimonial/4.jpg"/>
</div>
<div class="test_details">
Bushwick tumeric slow-carb photo booth letterpress
franzen kombucha tumblr listicle cronut waistcoat mustache.
Jean shorts tilde swag cray. Microdosing heirloom wayfarers YOLO,
church-key tattooed cred blue bottle viral lyft tacos retro. Bespoke
drinking vinegar single-origin coffee pop-up, whatever air plant austin
hexagon selfies tattooed. Fixie taxidermy forage hot chicken, locavore
church-key authentic coloring book.
</div>
<div class="name">
Christopher,
<span>MARKETING</span>
</div>
</div>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev o_not_editable nav-prev" contenteditable="false"
t-attf-href="#myCarousel{{uniq}}" data-slide="prev" role="img" aria-label="Previous"
title="Previous" style="display:none;">
<span class="carousel-control-prev-icon"/>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next o_not_editable nav-next" contenteditable="false" style="display:none;"
t-attf-href="#myCarousel{{uniq}}" data-slide="next" role="img" aria-label="Next" title="Next">
<span class="carousel-control-next-icon"/>
<span class="sr-only">Next</span>
</a>
</div>
</section>
</template>
</odoo>