Files
design-themes/theme_common/views/s_showcase.xml
T
2021-05-11 15:41:12 +02:00

43 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template name="Showcase" id="s_showcase">
<section class="s_showcase">
<div class="box">
<div class="hidden-xs line" />
<div class="row">
<div class="col-md-5 col-sm-5 text-right feature">
<h4>
<i class="fa fa-desktop"/>First feature</h4>
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
</div>
<div class="col-md-5 col-sm-5 col-sm-offset-2 text-left feature">
<h4>
<i class="fa fa-heart"/>Another feature</h4>
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
</div>
</div>
<div class="row">
<div class="col-md-5 col-sm-5 text-right feature">
<h4>
<i class="fa fa-paint-brush "/>Second feature</h4>
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
</div>
<div class="col-md-5 col-sm-5 col-sm-offset-2 text-left feature">
<h4>
<i class="fa fa-sliders "/>Last Feature</h4>
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
</div>
</div>
</div>
<div class="container mt16 text-center">
<a class="btn btn-default" href="">Discover all the features</a>
</div>
</section>
</template>
</data>
</openerp>