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.
 
 
 
 
 

169 lines
9.6 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- new snippet for members-->
<template id="members" inherit_id="website.snippets" name=" Members">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_zen_dark.zen_members"
t-thumbnail="/theme_zen_dark/static/src/img/snippets/testinomial-1.png"/>
</xpath>
</template>
<!-- content in testimonial snippet-->
<template id="zen_members" name="Index Testimonial Snippet">
<section class="testimonial_main_dark 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-bs-interval="10000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-slide-to="0" class="active"/>
<li t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-slide-to="1"/>
<li t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-slide-to="2"/>
<li t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-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_dark/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_dark/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_dark/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_dark/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>
<div class="carousel-control-prev o_not_editable nav-prev d-none"
t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-slide="prev" role="img" aria-label="Previous"
title="Previous">
<span class="carousel-control-prev-icon"/>
<span class="visually-hidden">Previous</span>
</div>
<div class="carousel-control-next o_not_editable nav-next d-none"
t-attf-data-bs-target="#myCarousel{{uniq}}"
data-bs-slide="next" role="img" aria-label="Next"
title="Next">
<span class="carousel-control-next-icon"/>
<span class="visually-hidden">Next</span>
</div>
</div>
</section>
</template>
</odoo>