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.
64 lines
2.7 KiB
64 lines
2.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Templates for the "our service" snippet.-->
|
|
<template id="services_highlight" name="Service Highlight">
|
|
<section class="service">
|
|
<h3 class="section_heading">
|
|
Service
|
|
</h3>
|
|
<div class="container">
|
|
<div class="service_wrapper">
|
|
<div class="grid-item">
|
|
<img src="theme_og_store/static/src/img/service/gridicons_shipping.svg"
|
|
alt=""/>
|
|
<h6>
|
|
Donec vitae.
|
|
</h6>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
elit. Nunc nunc vestibulum ect
|
|
</p>
|
|
</div>
|
|
<div class="grid-item">
|
|
<img src="theme_og_store/static/src/img/service/eos-icons_service.svg" alt=""/>
|
|
<h6>
|
|
Donec vitae.
|
|
</h6>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
elit. Nunc nunc vestibulum ect
|
|
</p>
|
|
</div>
|
|
<div class="grid-item">
|
|
<img src="theme_og_store/static/src/img/service/solar_card-bold.svg" alt=""/>
|
|
<h6>
|
|
Donec vitae.
|
|
</h6>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
elit. Nunc nunc vestibulum ect
|
|
</p>
|
|
</div>
|
|
<div class="grid-item">
|
|
<img src="theme_og_store/static/src/img/service/wpf_chat.svg" alt=""/>
|
|
<h6>
|
|
Donec vitae.
|
|
</h6>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
elit. Nunc nunc vestibulum ect
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
|
|
<template id="service_highlight_snippet" inherit_id="website.snippets"
|
|
name="Service Highlight Snippet">
|
|
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
|
|
<t t-snippet="theme_og_store.services_highlight"
|
|
t-thumbnail="/theme_og_store/static/src/images/snippets/banner.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|