mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
dbfbe10d70
task-4177978 Part of task-4177975 closes odoo/design-themes#911 Signed-off-by: Serge Bayet (seba) <seba@odoo.com>
28 lines
940 B
XML
28 lines
940 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_striped_center_top" inherit_id="website.s_striped_center_top">
|
|
<!-- Title -->
|
|
<xpath expr="//h1" position="replace" mode="inner">
|
|
Embrace the Future of Fashion
|
|
</xpath>
|
|
<!-- Paragraph -->
|
|
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
|
Discover the latest trends in fashion, sports, and fitness, designed to empower your unique style and elevate your active lifestyle.
|
|
</xpath>
|
|
<!-- Button -->
|
|
<xpath expr="//a[hasclass('btn')]/t" position="replace" mode="inner">
|
|
Shop Now
|
|
</xpath>
|
|
<!-- Figcaption -->
|
|
<xpath expr="//figcaption" position="replace" mode="inner">
|
|
Crafted with passion for every season
|
|
</xpath>
|
|
<!-- Image -->
|
|
<xpath expr="//img" position="attributes">
|
|
<attribute name="style">width: 50% !important;</attribute>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|