mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_artists: revamp the theme
Revamp the themes, add new images and adapt the existing snippets to fit
the new design.
task-4178014
Part of task-4177975
X-original-commit: 14993a5a1e
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -4,20 +4,25 @@
|
||||
<template id="s_shape_image" inherit_id="website.s_shape_image">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc4" separator=" "/>
|
||||
<attribute name="class" add="o_colored_level o_cc o_cc4 pt56 pb56" remove="pt32 pb32" separator=" "/>
|
||||
</xpath>
|
||||
|
||||
<!-- Image -->
|
||||
<xpath expr="//img" position="attributes">
|
||||
<attribute name="src">/web_editor/image_shape/website.s_shape_image_default_image/web_editor/geometric/geo_square_1.svg</attribute>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Where music meets Art
|
||||
Dylan Doe
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p" position="replace" mode="inner">
|
||||
Dive into a world where rhythms blend with colors. Our DJ sets are more than music—they're live art experiences. Join us and feel the beat come to life on canvas.
|
||||
Dylan Doe is a 3D artist known for his vibrant and immersive digital creations that captivate audiences worldwide.
|
||||
</xpath>
|
||||
<xpath expr="//p[2]" position="replace"/>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a[hasclass('btn')]" position="replace" mode="inner">
|
||||
Join the Experience
|
||||
Contact Me
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user