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.
 
 
 
 
 

63 lines
3.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Template to showcase trading features. contains four blocks describing features and a call-to-action at the end.-->
<template name="Trading Feature" id="s_showcase">
<section class="s_showcase pt48 pb48" data-vcss="002">
<div class="container">
<div class="row g-0 s_col_no_resize s_col_no_bgcolor s_nb_column_fixed">
<div class="col-lg text-lg-end">
<div class="row">
<div class="col-lg-12 pt24 pb24" data-name="Block">
<div class="s_showcase_title d-flex flex-lg-row-reverse mb-2">
<i class="s_showcase_icon fa fa-2x fa-desktop text-secondary me-3 me-lg-0 ms-lg-3"/>
<h3>User-friendly Interface</h3>
</div>
<p>A short description of this great feature.
</p>
</div>
<div class="col-lg-12 pt24 pb24" data-name="Block">
<div class="s_showcase_title d-flex flex-lg-row-reverse mb-2">
<i class="s_showcase_icon fa fa-2x fa-star text-secondary me-3 me-lg-0 ms-lg-3"/>
<h3>Reliable Trading Platform</h3>
</div>
<p>A short description of this great feature.
</p>
</div>
</div>
</div>
<div class="col-1">
<div class="w-50 h-100 border-end"/>
</div>
<div class="col-lg">
<div class="row">
<div class="col-lg-12 pt24 pb24" data-name="Block">
<div class="s_showcase_title d-flex mb-2">
<i class="s_showcase_icon fa fa-2x fa-comments text-secondary me-3"/>
<h3>Customer Support</h3>
</div>
<p>A short description of this great feature.
</p>
</div>
<div class="col-lg-12 pt24 pb24" data-name="Block">
<div class="s_showcase_title d-flex mb-2">
<i class="s_showcase_icon fa fa-2x fa-copy text-secondary me-3"/>
<h3>Multiple Trading Options:</h3>
</div>
<p>A short description of this great feature.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container text-lg-center">
<p>
<br/>
</p>
<a href="#" class="btn btn-primary mb-2">Discover all the
features
</a>
</div>
</section>
</template>
</odoo>