File: s_image_hexagonal.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (27 lines) | stat: -rw-r--r-- 1,773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_image_hexagonal" name="Image Hexagonal">
    <section class="s_image_hexagonal">
        <div class="container-fluid">
            <div class="row o_grid_mode" data-row-count="14">
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-9 col-lg-4" style="grid-area: 3 / 2 / 12 / 6; z-index: 1;">
                    <img src="/web_editor/image_shape/website.s_image_hexagonal_default_image_1/web_editor/geometric/geo_hexagon.svg" class="img img-fluid" data-shape="web_editor/geometric/geo_hexagon" data-file-name="s_image_text.jpg" data-original-mimetype="image/jpeg" alt=""/>
                </div>
                <div class="o_grid_item g-col-lg-4 g-height-10 col-lg-4" style="grid-area: 3 / 5 / 13 / 9; z-index: 2;">
                    <h2 class="display-4-fs">Empowering<br/>Innovative<br/>Solutions</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 t-att-href="cta_btn_href" class="btn btn-primary btn-lg">Contact Us</a>
                    </p>
                </div>
                <div class="o_grid_item o_grid_item_image o_snippet_mobile_invisible g-col-lg-4 g-height-14 col-lg-4 d-none d-lg-block" style="grid-area: 1 / 9 / 15 / 13; z-index: 3; --grid-item-padding-y: 0px; --grid-item-padding-x: 0px;">
                    <img src="/web/image/website.s_image_hexagonal_default_image" class="img img-fluid" alt=""/>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>