21 lines
750 B
XML
21 lines
750 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_adventure" name="Adventure">
|
|
<section class="s_adventure pt184 pb200 oe_img_bg o_bg_img_center" style="background-image: url('/web/image/website.s_adventure_default_image');">
|
|
<div class="o_we_bg_filter bg-white-50"/>
|
|
<div class="container s_allow_columns">
|
|
<h1 class="display-1" style="text-align: center;">
|
|
<span class="display-4-fs">Embark on your</span>
|
|
<br/>Next Adventure
|
|
</h1>
|
|
<p><br/></p>
|
|
<p style="text-align: center;">
|
|
<a t-att-href="cta_btn_href" class="btn btn-lg btn-primary">Start Now</a>
|
|
</p>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
</odoo>
|