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.
112 lines
5.8 KiB
112 lines
5.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="Features" inherit_id="website.snippets" name=" Features">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_blast.features"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/s_features_grid.svg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="features" name="Features snippet">
|
|
<section class="features gap" id="features">
|
|
<div class=" container">
|
|
<div class="section_heading">
|
|
<h3>Attractive Features</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="feature_content">
|
|
<div class="row">
|
|
<div class="col-lg-4 col-12">
|
|
<div class="wrapper">
|
|
<div class="feature_details">
|
|
<h5>
|
|
Water Resistent
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/water-proof.svg"/>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="feature_details">
|
|
<h5>
|
|
Customizable Fit and Universal
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/infinite-sign.svg"/>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="feature_details">
|
|
<h5>
|
|
Up to 15 hour battery Life
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/battery.svg"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-4 col-12">
|
|
<div class="feature_img">
|
|
<img src="/theme_blast/static/src/img/feature/feature.jpg"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-4 col-12">
|
|
<div class="wrapper_right">
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/circular-headphones-side-view.svg"/>
|
|
</div>
|
|
<div class="feature_details">
|
|
<h5>
|
|
Adaptive EQ
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper_right">
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/circular-headphones-side-view.svg"/>
|
|
</div>
|
|
<div class="feature_details">
|
|
<h5>
|
|
Ergonomic pivoting ear cups.
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="wrapper_right">
|
|
<div class="feature_details_img">
|
|
<img src="/theme_blast/static/src/img/icons/feature/control.svg"/>
|
|
</div>
|
|
<div class="feature_details">
|
|
<h5>
|
|
Convenient on-ear controls
|
|
</h5>
|
|
<p>
|
|
One morning, when Gregor Samsa woke from troubled dreams, he found himself
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|