mass_mailing/views/snippets/s_features.xml

35 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_features" name="Features">
<div class="s_features o_mail_snippet_general">
<div class="container">
<div class="row">
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-gear bg-primary" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>First Feature</h3>
<p>Tell what's the value for the customer for this feature.</p>
</div>
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-photo bg-o-color-5" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>Second Feature</h3>
<p>Write what the customer would like to know, not what you want to show.</p>
</div>
<div class="col-lg-4 o_cc pt16 pb16" style="text-align: center;">
<i class="fa fa-3x fa-leaf bg-secondary" style="padding: 10px; border-radius: 3px !important;"></i>
<br/>
<br/>
<h3>Third Feature</h3>
<p>A small explanation of this great feature, in clear words.</p>
</div>
</div>
</div>
</div>
</template>
</odoo>