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.
47 lines
2.2 KiB
47 lines
2.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- template for about banner snippet-->
|
|
<template id="about_banner" name="About Banner">
|
|
<section class="hero_sub sample-class">
|
|
<div class="oe_structure"/>
|
|
<div class="wrapper">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-8 col-12">
|
|
<div class="hero_sub_left">
|
|
<h1>
|
|
Passionate about unlocking the
|
|
full potential of
|
|
<span>your business</span>
|
|
</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>
|
|
<div class="">
|
|
<div class="banner_right">
|
|
<img src="/theme_upshift/static/src/img/banner/hero-2.png" alt="icon"/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="about_banner_snippet_thumbnail" inherit_id="website.snippets"
|
|
priority="8">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_upshift.about_banner"
|
|
t-thumbnail="/theme_upshift/static/description/images/icons/about-section.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|