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
4.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="choose_snippet" inherit_id="website.snippets" name=" Choose">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="theme_blast.choose"
t-thumbnail="/theme_blast/static/src/img/snippets/Video.png"/>
</xpath>
</template>
<template id="choose" name="Choose Snippet">
<section class="choose gap" id="choose">
<div class="container">
<div class="section_heading">
<h3>Why Choose Us</h3>
<hr/>
<p>A wonderful serenity has taken possession of my entire soul, like these<br/> sweet mornings of spring which I
enjoy with </p>
</div>
<div class="choose_contents">
<div class="row">
<div class="col-lg-6 col-12">
<div class="video_wrapper">
<video class="video-fluid z-depth-1 video" id="videoPlayer" controls="controls">
<source src="/theme_blast/static/src/img/banner/video.mp4" type="video/mp4"/>
</video>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="choose_right">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wrapper top_m">
<div class="img_wrapper">
<img src="/theme_blast/static/src/img/icons/choose/1-year.svg"/>
</div>
<h5 class="wht">
1 Year Guarantee
</h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wrapper">
<div class="img_wrapper">
<img src="/theme_blast/static/src/img/icons/choose/free-shipping.svg"/>
</div>
<h5>
Free Shipping
</h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wrapper">
<div class="img_wrapper">
<img src="/theme_blast/static/src/img/icons/choose/refund.svg"/>
</div>
<h5>
Product Return
</h5>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="wrapper bottom_m">
<div class="img_wrapper">
<img src="/theme_blast/static/src/img/icons/choose/online-support.svg"/>
</div>
<h5 class="wht">
24*7 Support
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>