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.
39 lines
1.9 KiB
39 lines
1.9 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Features 08 snippet template -->
|
|
<template id="a_features_08" name="Features 08">
|
|
<section class="a_features_08 pt32 pb32">
|
|
<div class="container">
|
|
<div class="row o_snippet_013">
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_013">
|
|
<div class="circle013">
|
|
<i class="fa fa-2x fa-gear a_snippet_013"/>
|
|
</div>
|
|
<h3 class="header_013">First Feature</h3>
|
|
<p>Tell what's the value for the<br/>customer for this feature.
|
|
</p>
|
|
<a href="#" class="btn btn-primary mb-2 btn013">More Details</a>
|
|
</div>
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_013">
|
|
<div class="circle013">
|
|
<i class="fa fa-2x fa-photo a_snippet_013"/>
|
|
</div>
|
|
<h3 class="header_013">Second Feature</h3>
|
|
<p>Write what the customer would like to know,<br/>not what you want to show.
|
|
</p>
|
|
<a href="#" class="btn btn-primary mb-2 btn013">More Details</a>
|
|
</div>
|
|
<div class="col-lg-4 pt32 pb32 text-center o_box_013">
|
|
<div class="circle013">
|
|
<i class="fa fa-2x fa-leaf a_snippet_013"/>
|
|
</div>
|
|
<h3 class="header_013">Third Feature</h3>
|
|
<p>A small explanation of this great<br/>feature, in clear words.
|
|
</p>
|
|
<a href="#" class="btn btn-primary mb-2 btn013">More Details</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|