File: s_image_punchy.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 (19 lines) | stat: -rw-r--r-- 848 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_image_punchy" name="Image Punchy">
    <section class="s_image_punchy o_cc o_cc2 pt64 pb64">
        <div class="container">
            <div class="row o_grid_mode" data-row-count="13">
                <div class="o_grid_item o_grid_item_image g-height-11 g-col-lg-12 col-lg-12" style="grid-area: 1 / 1 / 12 / 13; z-index: 1">
                    <img src="/web/image/website.s_image_punchy_default_image" class="figure-img img-fluid rounded" alt=""/>
                </div>
                <div class="o_grid_item g-height-5 g-col-lg-7 col-lg-7" style="grid-area: 9 / 6 / 14 / 13; z-index: 2;">
                    <h2 class="display-1-fs" style="text-align: right;">A PUNCHY HEADLINE</h2>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>