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.
30 lines
1.4 KiB
30 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Features 01 snippet template -->
|
|
<template id="a_features_01" name="Features 01">
|
|
<section class="pt32 pb32">
|
|
<div class="container">
|
|
<div class="row o_snippet_001">
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_001">
|
|
<i class="fa fa-3x fa-gear rounded bg-primary m-3 a_snippet_001"/>
|
|
<h3>First Feature</h3>
|
|
<p>Tell what's the value for the<br/>customer for this feature.
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_001">
|
|
<i class="fa fa-3x fa-photo rounded bg-o-color-5 m-3 a_snippet_001"/>
|
|
<h3>Second Feature</h3>
|
|
<p>Write what the customer would like to know,<br/>not what you want to show.
|
|
</p>
|
|
</div>
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_001">
|
|
<i class="fa fa-3x fa-leaf rounded bg-secondary m-3 a_snippet_001"/>
|
|
<h3>Third Feature</h3>
|
|
<p>A small explanation of this great<br/>feature, in clear words.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|