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.
45 lines
2.0 KiB
45 lines
2.0 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
|
|
<i style="padding:10px;background:#d5bc93;border-radius: 14px;height:35px;width:50px;color:black;margin-right:5px;" class="oi oi-arrow-right"/>
|
|
</a>
|
|
</div>
|
|
<div class="banner_right">
|
|
<img src="/theme_upshift/static/src/img/banner/hero-1.png" alt="icon"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="home_banner_snippet" inherit_id="website.snippets"
|
|
priority="8">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_upshift.home_banner"
|
|
t-thumbnail="/theme_upshift/static/description/images/icons/hero-section.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|