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.
 
 
 
 
 

24 lines
1.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Template for the Trading Page of trading website. It inherits from the website layout and includes a banner with
a background image and a call-to-action button to start trading.-->
<template id="trading_page" name="Trading Page">
<t t-call="website.layout">
<div class="oe_structure">
<div class="container-fluid banner_default"
style="background-image: url(/theme_trading/static/src/images/trading.jpg);">
<div class="row">
<div class="col-7 col-sm-9 col-md-9 trading_page_text">
<h1 style="color:white;">
"Start maximizing your profits today by joining our trading community!"
</h1>
<a href="" class="btn btn-block btn-primary">Start Trading</a>
</div>
<div class="col-5">
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>