mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
[IMP] theme_*: adapt s_carousel_intro
task-4077628 Part of task-4077427 Part-of: odoo/design-themes#919 Related: odoo/odoo#180736 Signed-off-by: Serge Bayet (seba) <seba@odoo.com> Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
@@ -466,6 +466,28 @@
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== CAROUSEL INTRO ======== -->
|
||||
<template id="s_carousel_intro" inherit_id="website.s_carousel_intro" name="Be Wise s_carousel_intro">
|
||||
<xpath expr="//h1" position="replace" mode="inner">
|
||||
Empowering your academic future
|
||||
</xpath>
|
||||
<xpath expr="//h2" position="replace" mode="inner">
|
||||
Programs designed for you
|
||||
</xpath>
|
||||
<xpath expr="(//h2)[2]" position="replace" mode="inner">
|
||||
Discover your potential
|
||||
</xpath>
|
||||
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
|
||||
Enhance your knowledge and skills with our comprehensive courses that prepare you for success, every step of the way.
|
||||
</xpath>
|
||||
<xpath expr="(//p[hasclass('lead')])[2]" position="replace" mode="inner">
|
||||
Refresh your career with our innovative programs and expert faculty.
|
||||
</xpath>
|
||||
<xpath expr="(//p[hasclass('lead')])[3]" position="replace" mode="inner">
|
||||
Explore more and find courses that align with your goals, crafted for academic excellence and personal growth.
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
<!-- ======== MEDIA LIST ======== -->
|
||||
<template id="s_media_list" inherit_id="website.s_media_list" name="Be Wise s_media_list">
|
||||
<!-- Shape options -->
|
||||
|
||||
@@ -77,6 +77,21 @@
|
||||
<field name="name">website.s_carousel_default_image_3</field>
|
||||
<field name="url">/theme_bewise/static/src/img/content/college_carousel_3.jpg</field>
|
||||
</record>
|
||||
<record id="s_carousel_intro_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_intro_default_image_1</field>
|
||||
<field name="name">website.s_carousel_intro_default_image_1</field>
|
||||
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg.jpg</field>
|
||||
</record>
|
||||
<record id="s_carousel_intro_default_image_2" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_intro_default_image_2</field>
|
||||
<field name="name">website.s_carousel_intro_default_image_2</field>
|
||||
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg</field>
|
||||
</record>
|
||||
<record id="s_carousel_intro_default_image_3" model="theme.ir.attachment">
|
||||
<field name="key">website.s_carousel_intro_default_image_3</field>
|
||||
<field name="name">website.s_carousel_intro_default_image_3</field>
|
||||
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_2.jpg</field>
|
||||
</record>
|
||||
<record id="s_media_list_default_image_1" model="theme.ir.attachment">
|
||||
<field name="key">website.s_media_list_default_image_1</field>
|
||||
<field name="name">website.s_media_list_default_image_1</field>
|
||||
|
||||
Reference in New Issue
Block a user