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.
 
 
 
 
 

43 lines
2.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Defines the `s_aboutus` snippet with header and a description paragraph-->
<template id="s_aboutus" name="Trading About Us">
<section class="aboutus">
<div class="container">
<div class="row align-items-center ">
<div class="col-lg-6 pt16 pb16 aboutus_header">
<h2>
About Us
</h2>
<br/>
<p class="aboutus_text">
<b>Welcome to our stock trading company, where we
aim to provide the best investment
experience
for our clients. Our team of experts are
dedicated to guiding you through the
complexities
of the stock market and help you make informed
decisions to maximize your returns.
</b>
<br/>
With access to a wide range of investment options,
including stocks, bonds, and mutual
funds, we provide personalized solutions tailored to
meet your unique financial goals. Our
commitment to transparency, integrity, and client
satisfaction sets us apart from the rest.
Join us and take the first step towards a successful
investment journey.
</p>
</div>
<div class="col-lg-6 pt16 pb16">
<img src="/theme_trading/static/src/images/aboutus.jpg"
class="img img-fluid mx-auto"
alt=""/>
</div>
</div>
</div>
</section>
</template>
</odoo>