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.
 
 
 
 
 

27 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template defining the layout of Investing Page of trading website. It inherits from the website.layout template
and includes a banner image with a call-to-action button to start investing.-->
<template id="investing_page" name="Investing 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/investing.jpg);">
<div class="row" id="investing_row">
<div class="col-7 col-sm-9 col-md-9 investing_page_text">
<h1 style="color:white;">
Join the investment revolution and
<br/>
secure your financial future today by investing with us!!
</h1>
<a href="" class="btn btn-block btn-primary">Start Investing</a>
</div>
<div class="col-5">
</div>
</div>
</div>
</div>
</t>
</template>
</odoo>