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.
40 lines
2.0 KiB
40 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="s_fasion_sliders" name="Fashion Slider">
|
|
<section class="slider">
|
|
<div class="container">
|
|
<div class="sliderdiv">
|
|
<div class="owl-carousel owl-theme">
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">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, when an unknown
|
|
</span>
|
|
</div>
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">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, when an unknown
|
|
</span>
|
|
</div>
|
|
<div class="item">
|
|
<img src="/theme_fasion/static/src/images/Slider/testimonial/1.png"/>
|
|
<span style="color:#fff">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, when an unknown
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|