[IMP] theme_bookstore: revamp the theme

task-4178030

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Antoine (anso)
2024-09-19 15:01:01 +02:00
committed by qsm-odoo
parent f06ffd5c26
commit 563bce5b46
22 changed files with 365 additions and 419 deletions
+17 -10
View File
@@ -2,23 +2,30 @@
<odoo>
<template id="s_key_images" inherit_id="website.s_key_images">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath>
<xpath expr="//h2" position="replace" mode="inner">
Discover a World of Stories
Our bestsellers of the moment
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Find Your Next Favorite Book Here
Finely hand-picked by our most avid readers
</xpath>
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace" mode="inner">
Explore a wide range of genres for every reader
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace">
<h5>Boundless</h5>
<p class="text-muted">by <em>Frantzou Fleurine</em></p>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace" mode="inner">
From bestsellers to hidden gems, we've got it all
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace">
<h5>Romans</h5>
<p class="text-muted">by <em>Steve Backwood</em></p>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace" mode="inner">
Cozy up with a book from our carefully curated selection
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace">
<h5>101 Essays That Will Change the Way You Think</h5>
<p class="text-muted">by <em>Brianna Wiest</em></p>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace" mode="inner">
Join our community of book lovers
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace">
<h5>What I Didn't Post On Instagram</h5>
<p class="text-muted">by <em>Christy Stockton</em></p>
</xpath>
</template>