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.
51 lines
2.8 KiB
51 lines
2.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!-- Showcase snippet template -->
|
|
<template id="a_showcase" name="Showcase">
|
|
<section class="a_012 pt48 pb48" data-vcss="002">
|
|
<div class="container">
|
|
<div class="row no-gutters s_col_no_resize s_col_no_bgcolor s_nb_column_fixed">
|
|
<div class="col-lg text-right">
|
|
<div class="row">
|
|
<div class="col-lg-12 pt24 pb24 a_box_012" data-name="Block">
|
|
<div class="a_012_title d-flex flex-lg-row-reverse mb-2">
|
|
<i class="a_012_icon-right fa fa-2x fa-desktop text-secondary mr-3 mr-lg-0 ml-lg-3 a_012"/>
|
|
<h3>First feature</h3>
|
|
</div>
|
|
<p class="p_012">A short description of this great feature.</p>
|
|
</div>
|
|
<div class="col-lg-12 pt24 pb24 a_box_012" data-name="Block">
|
|
<div class="a_012_title d-flex flex-lg-row-reverse mb-2">
|
|
<i class="a_012_icon-right fa fa-2x fa-paint-brush text-secondary mr-3 mr-lg-0 ml-lg-3 a_012"/>
|
|
<h3>Second feature</h3>
|
|
</div>
|
|
<p class="p_012">A short description of this great feature.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-1">
|
|
<div class="w-50 border-right b_012"/>
|
|
</div>
|
|
<div class="col-lg">
|
|
<div class="row">
|
|
<div class="col-lg-12 pt24 pb24 a_box_012" data-name="Block">
|
|
<div class="a_012_title d-flex mb-2">
|
|
<i class="a_012_icon-left fa fa-2x fa-heart text-secondary mr-3 a_012"/>
|
|
<h3>Another feature</h3>
|
|
</div>
|
|
<p>A short description of this great feature.</p>
|
|
</div>
|
|
<div class="col-lg-12 pt24 pb24 a_box_012" data-name="Block">
|
|
<div class="a_012_title d-flex mb-2">
|
|
<i class="a_012_icon-left fa fa-2x fa-gift text-secondary mr-3 a_012"/>
|
|
<h3>Last Feature</h3>
|
|
</div>
|
|
<p>A short description of this great feature.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|