Odoo18-Base/addons/website/views/snippets/s_mockup_image.xml
2025-01-06 10:57:38 +07:00

24 lines
1.4 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_mockup_image" name="Mockup Image">
<section class="s_mockup_image o_cc o_cc1 pt72 pb72" data-oe-shape-data="{'shape':'web_editor/Wavy/11', 'colors':{'c1': '#2D3142', 'c4': '#FFFFFF'}, 'showOnMobile':true}">
<div class="o_we_shape o_web_editor_Wavy_11 o_shape_show_mobile" style="background-image: url(&quot;/web_editor/shape/web_editor%2FWavy%2F11.svg?c1=%232D3142&amp;c4=%23FFFFFF&quot;);"/>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 pt16 pb16">
<h2>The Innovation Behind Our Product</h2>
<p>Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p>
<p>Start with the customer find out what they want and give it to them.</p>
<p><a href="#" class="btn btn-primary">Learn more</a></p>
</div>
<div class="col-lg-8 pt16 pb16">
<img src="/web_editor/image_shape/website.s_mockup_image_default_image/web_editor/devices/macbook_front.svg" class="img-fluid ms-auto" data-shape="web_editor/devices/macbook_front" data-shape-colors=";;#F3F2F2;;" data-file-name="s_text_image.jpg" data-original-mimetype="image/jpeg" alt=""/>
</div>
</div>
</div>
</section>
</template>
</odoo>