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.
55 lines
2.3 KiB
55 lines
2.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- template for home banner snippet-->
|
|
<template id="home_banner" name="Home Banner">
|
|
<section class="hero">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="hero_content">
|
|
<div class="hero_left">
|
|
<h1>
|
|
Ready to take your
|
|
Business Growth
|
|
to the next level?
|
|
</h1>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur
|
|
adipiscing elit- et
|
|
ut massa libero egestas malesuada viverra
|
|
gravida libero
|
|
cursus nulla leo pulvinar.
|
|
</p>
|
|
|
|
<a href="#" class="btn btn-primary">
|
|
Learn more
|
|
<span>
|
|
<img
|
|
src="/theme_upshift/static/src/img/icons/arrow.svg"
|
|
class="ml-1"
|
|
width="25px"
|
|
alt=""
|
|
/>
|
|
</span>
|
|
</a>
|
|
</div>
|
|
<div class="banner_right">
|
|
<img src="/theme_upshift/static/src/img/banner/hero-1.png" alt=""/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="home_banner_snippet" inherit_id="website.snippets"
|
|
priority="8">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_upshift.home_banner"
|
|
t-thumbnail="/theme_upshift/static/description/images/icons/hero-section.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|
|
|
|
|