mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_orchid: revamp the theme
task-4178087
part of task-4177975
X-original-commit: de490359d6
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
668c048be2
commit
77f3ab8f61
@@ -2,9 +2,32 @@
|
||||
<odoo>
|
||||
|
||||
<template id="s_framed_intro" inherit_id="website.s_framed_intro">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="data-oe-shape-data">{'shape':'web_editor/Blobs/03','showOnMobile':true}</attribute>
|
||||
<attribute name="class" add="o_cc5" remove="" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Section Shape -->
|
||||
<xpath expr="//section//div" position="before">
|
||||
<div class="o_we_shape o_web_editor_Blobs_03 o_shape_show_mobile"/>
|
||||
</xpath>
|
||||
<!-- Subtitle -->
|
||||
<xpath expr="//h1" position="before">
|
||||
<p class="lead">Bloom with Joy:</p>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Blossoms for Every Moment: Fresh, Vibrant, and Beautiful
|
||||
Fresh Flowers Delivered to Your Doorstep! Hello
|
||||
</xpath>
|
||||
<xpath expr="//h1" position="attributes">
|
||||
<attribute name="class" add="display-2" remove="display-4" separator=" "/>
|
||||
</xpath>
|
||||
<!-- CTA -->
|
||||
<xpath expr="//a" position="before">
|
||||
<a href="#" class="btn btn-lg btn-secondary">See the Full Bloom</a>
|
||||
</xpath>
|
||||
<xpath expr="//a" position="replace" mode="inner">
|
||||
About Us
|
||||
</xpath>
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
|
||||
Reference in New Issue
Block a user