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.
58 lines
2.9 KiB
58 lines
2.9 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!-- Template for Video section-->
|
|
<template id="video_section" name="Video Section">
|
|
<section class="home_about">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-md-6 col-12">
|
|
<div class="video_wrapper anime_video"
|
|
style="position: relative;z-index: 99;">
|
|
<iframe class="video_autoplay"
|
|
src="theme_upshift/static/src/img/video/dummy.mp4"
|
|
height="264"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-md-6 col-12">
|
|
<div class="about_right anime_video_right">
|
|
<img src="theme_upshift/static/src/img/icons/wave.svg"
|
|
class="wave" alt="wave"/>
|
|
<h3>The core mission behind all our work
|
|
</h3>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur
|
|
adipiscing elit, sed
|
|
do eiusmod tempor incididunt ut labore
|
|
et dolore magna
|
|
aliqua minim veniam.
|
|
</p>
|
|
<div class="results">
|
|
<div class="result_numbers">
|
|
<h4>330+</h4>
|
|
<p>Companies helped</p>
|
|
</div>
|
|
<div class="result_numbers">
|
|
<h4>330+</h4>
|
|
<p>Companies helped</p>
|
|
</div>
|
|
</div>
|
|
<a href="#" class="btn btn-secondary">
|
|
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>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
<template id="video_section_snippet" inherit_id="website.snippets"
|
|
priority="8">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_upshift.video_section"
|
|
t-thumbnail="/theme_upshift/static/description/images/icons/video-section.png"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|