mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
34d61b2815
task-2319488 closes odoo/design-themes#17 Related: odoo/odoo#70843 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
23 lines
914 B
XML
23 lines
914 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<template id="s_cover" inherit_id="website.s_cover">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_half_screen_height" separator=" "/>
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/01_001","flip":[]}</attribute>
|
|
</xpath>
|
|
<!-- Title -->
|
|
<xpath expr="//div[hasclass('container')]" position="replace">
|
|
<div class="container s_allow_columns">
|
|
<h1 style="text-align: center;">
|
|
<font style="font-size: 62px;"><b>Live life in full bloom</b></font>
|
|
</h1>
|
|
</div>
|
|
</xpath>
|
|
<!-- Shape -->
|
|
<xpath expr="//section/*[last()]" position="after">
|
|
<div class="o_we_shape o_web_editor_Wavy_01_001"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|