mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_shape_image
task-4094366 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
committed by
qsm-odoo
parent
1ae012f908
commit
21bc9a1106
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
@@ -596,5 +596,21 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
<!-- ======== SHAPE IMAGE ======== -->
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Designing the future
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Our architectural vision shapes spaces that inspire. We blend innovation with sustainability to create designs that stand the test of time. Let us build your dream, one blueprint at a time.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Explore our projects
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
|
||||
@@ -457,5 +457,10 @@ Check in images.scss, primary_variables.scss, main.scss and theme_common's mixin
|
||||
<field name="name">website.s_images_mosaic_default_image_5</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/pictures/s_images_mosaic_default_image_5.jpg</field>
|
||||
</record>
|
||||
<record id="s_shape_image_default_image" model="theme.ir.attachment">
|
||||
<field name="key">website.s_shape_image_default_image</field>
|
||||
<field name="name">website.s_shape_image_default_image</field>
|
||||
<field name="url">/theme_avantgarde/static/src/img/pictures/s_shape_image_default_image.jpg</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user