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.
32 lines
1.5 KiB
32 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--This template defines a section with an image and text, promoting the community aspect of the website.
|
|
The section includes a heading, descriptive text, and a call-to-action button inviting the user to join the community.-->
|
|
<template id="s_image_text" name="Trading Community">
|
|
<section class="s_text_image pt32 pb32">
|
|
<div class="container">
|
|
<div class="row align-items-center community">
|
|
<div class="col-lg-6 pt16 pb16">
|
|
<img src="/theme_trading/static/src/images/community.jpg"
|
|
class="img img-fluid mx-auto community_image"
|
|
alt=""/>
|
|
</div>
|
|
<div class="col-lg-6 pt16 pb16">
|
|
<h2>Join Our Community</h2>
|
|
<p class="join_community_text">Join our trading
|
|
community now to get access to insightful advice
|
|
and assistance from
|
|
seasoned traders. Reach your financial objectives
|
|
with us and enhance your trading
|
|
abilities.
|
|
</p>
|
|
<p>
|
|
<a href="#" class="btn btn-primary mb-2">Join Now
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|