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.1 KiB

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<!-- Template for status section snippet-->
<template id="status_section" name="Status Section">
<!-- Status section starts here -->
<section class="status">
<div class="container">
<div class="stats_wrapp">
<div class="stat">
<h2 class="number" data-target="200">0</h2>
<p class="type">We’re a family</p>
<p>Speedily say has suitable disposal add
boy. On fourth doubt miles of child.
Exercise joy man children
rejoiced.
</p>
</div>
<div class="stat">
<h2 class="number" data-target="99">0</h2>
<p class="type">Graphic Design</p>
<p>Perceived end knowledge certainly day
sweetness why cordially. Ask a quick six
seven offer see among.
</p>
</div>
<div class="stat">
<h2 class="number" data-target="1500">0</h2>
<p class="type">Digital Marketing</p>
<p>Rooms oh fully taken by worse do. Points
afraid but may end law lasted. Was out
laughter raptures
returned outweigh.
</p>
</div>
</div>
</div>
</section>
<!-- Status section end here -->
</template>
<template id="status_section_snippet" inherit_id="website.snippets"
priority="8">
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
<t t-snippet="theme_upshift.status_section"
t-thumbnail="/theme_upshift/static/description/images/icons/status-section.png"/>
</xpath>
</template>
</odoo>