Files
2021-05-11 15:41:12 +02:00

30 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template name="Features Circle" id="s_features_circle">
<section class="s_features_circle">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 mt48 mb32 text-center">
<i class="fa fa-bug fa-2x img-circle bg-alpha"></i>
<h3 class="mt16">First Feature</h3>
<p class="text-muted">Tell what's the value for the customer for this feature.</p>
</div>
<div class="col-md-4 col-sm-4 mt48 mb32 text-center">
<i class="fa fa-rocket fa-2x img-circle bg-gray-darker"></i>
<h3 class="mt16">Second Feature</h3>
<p class="text-muted">Write what the customer would like to know, not what you want to show.</p>
</div>
<div class="col-md-4 col-sm-4 mt48 mb32 text-center">
<i class="fa fa-flask fa-2x img-circle bg-beta"></i>
<h3 class="mt16">Third Feature</h3>
<p class="text-muted">A small explanation of this great feature, in clear words.</p>
</div>
</div>
</div>
</section>
</template>
</data>
</openerp>