[IMP] theme_*: improve SEO by correcting heading tag hierarchy

* anelusia, artists, avantgarde, aviato, beauty, bewise, bistro,
bookstore, buzzy, clean, cobalt, enark, graphene, kea, kiddo, loftspace,
monglia, nano, notes, odoo_experts, orchid, paptic, real estate,
treehouse, vehicle, yes, zap

This commit adapts all the `xpath` expressions inside design themes to
target the new heading tags that were changed within the snippet files.

task-4349019

closes odoo/design-themes#1043

Related: odoo/odoo#191300
Related: odoo/enterprise#92978
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Chrysanthe (chgo)
2025-08-18 14:54:15 +02:00
committed by qsm-odoo
parent fee5fc75fe
commit 376ab972ea
93 changed files with 316 additions and 316 deletions
@@ -15,10 +15,10 @@
<xpath expr="//div[hasclass('col-lg-9')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-9')]" position="attributes">
<attribute name="class" add="col-lg-12" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-12" remove="col-lg-9" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Be yourself, create your own style Be yourself, create your own style
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="style">text-align: center;</attribute> <attribute name="style">text-align: center;</attribute>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Redefining Style with Every Step Redefining Style with Every Step
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -7,14 +7,14 @@
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath> </xpath>
<!-- Main Title --> <!-- Main Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Redefining Fashion Redefining Fashion
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//div[hasclass('card')])[1]" position="attributes"> <xpath expr="(//div[hasclass('card')])[1]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Timeless Elegance Timeless Elegance
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
@@ -24,7 +24,7 @@
<xpath expr="(//div[hasclass('card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('card')])[2]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Sustainable Craftsmanship Sustainable Craftsmanship
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -34,7 +34,7 @@
<xpath expr="(//div[hasclass('card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('card')])[3]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Versatile Style Versatile Style
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -44,7 +44,7 @@
<xpath expr="(//div[hasclass('card')])[4]" position="attributes"> <xpath expr="(//div[hasclass('card')])[4]" position="attributes">
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Innovative Design Innovative Design
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -12,7 +12,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/> <attribute name="class" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<!-- Team #01 - Title --> <!-- Team #01 - Title -->
<xpath expr="//div[hasclass('col-lg-6')]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-6')]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Tony Fred</font> <font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Tony Fred</font>
</xpath> </xpath>
<!-- Team #01 - Work Description --> <!-- Team #01 - Work Description -->
@@ -37,7 +37,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/> <attribute name="class" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<!-- Team #02 - Title --> <!-- Team #02 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][2]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-6')][2]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Mich Stark</font> <font style="background-image: linear-gradient(135deg, var(--o-color-1) 0%, var(--o-color-5) 100%);" class="text-gradient">Mich Stark</font>
<br/> <br/>
</xpath> </xpath>
@@ -63,7 +63,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/> <attribute name="class" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<!-- Team #03 - Title --> <!-- Team #03 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][3]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-6')][3]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Aline Turner</font> <font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Aline Turner</font>
</xpath> </xpath>
<!-- Team #03 - Work Description --> <!-- Team #03 - Work Description -->
@@ -88,7 +88,7 @@
<attribute name="class" remove="rounded-circle" separator=" "/> <attribute name="class" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<!-- Team #04 - Title --> <!-- Team #04 - Title -->
<xpath expr="//div[hasclass('col-lg-6')][4]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-6')][4]//h3" position="replace" mode="inner">
<font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Iris Joe</font> <font style="background-image: linear-gradient(135deg, var(--o-color-2) 0%, var(--o-color-5) 100%);" class="text-gradient">Iris Joe</font>
</xpath> </xpath>
<!-- Team #04 - Work Description --> <!-- Team #04 - Work Description -->
@@ -3,7 +3,7 @@
<template id="s_company_team_basic" inherit_id="website.s_company_team_basic"> <template id="s_company_team_basic" inherit_id="website.s_company_team_basic">
<!-- Team #01 - Title --> <!-- Team #01 - Title -->
<xpath expr="//h4" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Tony Fred Tony Fred
</xpath> </xpath>
<!-- Team #01 - Work Description --> <!-- Team #01 - Work Description -->
@@ -21,7 +21,7 @@
</xpath> </xpath>
<!-- Team #02 - Title --> <!-- Team #02 - Title -->
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Mich Stark Mich Stark
</xpath> </xpath>
<!-- Team #02 - Work Description --> <!-- Team #02 - Work Description -->
@@ -39,7 +39,7 @@
</xpath> </xpath>
<!-- Team #03 - Title --> <!-- Team #03 - Title -->
<xpath expr="(//h4)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Aline Turner Aline Turner
</xpath> </xpath>
<!-- Team #03 - Work Description --> <!-- Team #03 - Work Description -->
@@ -57,7 +57,7 @@
</xpath> </xpath>
<!-- Team #04 - Title --> <!-- Team #04 - Title -->
<xpath expr="(//h4)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Iris Joe Iris Joe
</xpath> </xpath>
<!-- Team #04 - Work Description --> <!-- Team #04 - Work Description -->
@@ -7,7 +7,7 @@
<attribute name="class" add="pb208 o_cc4" remove="pb64 o_cc5" separator=" "/> <attribute name="class" add="pb208 o_cc4" remove="pb64 o_cc5" separator=" "/>
</xpath> </xpath>
<!-- Title & Paragraph --> <!-- Title & Paragraph -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Want to discover more? Want to discover more?
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Discover Art that Inspires Your Soul Discover Art that Inspires Your Soul
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -8,7 +8,7 @@
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Distinctive Creations: Art That Speaks Distinctive Creations: Art That Speaks
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
@@ -16,7 +16,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Unique Creative Vision Unique Creative Vision
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
@@ -27,7 +27,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Original and Handcrafted Works Original and Handcrafted Works
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -38,7 +38,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Bold Use of Color and Texture Bold Use of Color and Texture
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -49,7 +49,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Personalized Art Commissions Personalized Art Commissions
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -15,7 +15,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<!-- Column #1 - Title --> <!-- Column #1 - Title -->
<xpath expr="//div[hasclass('card-body')]//h5" position="replace" mode="inner"> <xpath expr="//div[hasclass('card-body')]//h2" position="replace" mode="inner">
My artistic process My artistic process
</xpath> </xpath>
<!-- Column #1 - Paragraph --> <!-- Column #1 - Paragraph -->
@@ -35,7 +35,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<!-- Column #2 - Title --> <!-- Column #2 - Title -->
<xpath expr="(//div[hasclass('card-body')])[2]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card-body')])[2]//h2" position="replace" mode="inner">
My work My work
</xpath> </xpath>
<!-- Column #2 - Paragraph --> <!-- Column #2 - Paragraph -->
@@ -55,7 +55,7 @@
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<!-- Column #3 - Title --> <!-- Column #3 - Title -->
<xpath expr="(//div[hasclass('card-body')])[3]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card-body')])[3]//h2" position="replace" mode="inner">
About me About me
</xpath> </xpath>
<!-- Column #3 - Paragraph --> <!-- Column #3 - Paragraph -->
+6 -6
View File
@@ -146,7 +146,7 @@
<attribute name="class" add="shadow border" separator=" "/> <attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">border-color: var(--o-color-2) !important; box-shadow: var(--o-color-2) -25px -25px 0px 0px !important; border-width: 8px !important;</attribute> <attribute name="style">border-color: var(--o-color-2) !important; box-shadow: var(--o-color-2) -25px -25px 0px 0px !important; border-width: 8px !important;</attribute>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
<span style="font-weight: bolder;">Excellence</span> <span style="font-weight: bolder;">Excellence</span>
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[1]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[1]" position="replace" mode="inner">
@@ -155,7 +155,7 @@
<attribute name="class" add="shadow border" separator=" "/> <attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">border-color: var(--o-color-4) !important; border-width: 8px !important; box-shadow: var(--o-color-5) 0px 0px 100px -40px !important;</attribute> <attribute name="style">border-color: var(--o-color-4) !important; border-width: 8px !important; box-shadow: var(--o-color-5) 0px 0px 100px -40px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
<span style="font-weight: bolder;">Collaboration</span> <span style="font-weight: bolder;">Collaboration</span>
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
@@ -165,7 +165,7 @@
<attribute name="class" add="shadow border" separator=" "/> <attribute name="class" add="shadow border" separator=" "/>
<attribute name="style">box-shadow: var(--o-color-1) 25px 25px 0px 0px !important; border-color: var(--o-color-1) !important; border-width: 8px !important;</attribute> <attribute name="style">box-shadow: var(--o-color-1) 25px 25px 0px 0px !important; border-color: var(--o-color-1) !important; border-width: 8px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
<span style="font-weight: bolder;">Sustainability</span> <span style="font-weight: bolder;">Sustainability</span>
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
@@ -231,8 +231,8 @@
<!-- ======== CALL TO ACTION ======== --> <!-- ======== CALL TO ACTION ======== -->
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Avantgarde s_call_to_action"> <template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Avantgarde s_call_to_action">
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h3 style="text-align: right;"><b>Since 1992</b> creating around the world.</h3> <h2 style="text-align: right;"><b>Since 1992</b> creating around the world.</h2>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
We partner with ambitious clients. Wed love to hear from you. We partner with ambitious clients. Wed love to hear from you.
@@ -570,7 +570,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Innovative Design Meets Fine Art Innovative Design Meets Fine Art
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Your Gateway to Unforgettable Journeys Your Gateway to Unforgettable Journeys
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Main Title --> <!-- Main Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Unravel your next adventure Unravel your next adventure
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Relax in Marbella Relax in Marbella
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Marbella is a city on the southern coast of Spain known for its luxurious lifestyle, beautiful beaches, and vibrant nightlife. Marbella is a city on the southern coast of Spain known for its luxurious lifestyle, beautiful beaches, and vibrant nightlife.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Rest in Finland Rest in Finland
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Enjoy the peace and quiet of Finland's forests and lakes. Rest and relax in one of our best partnered resorts. Enjoy the peace and quiet of Finland's forests and lakes. Rest and relax in one of our best partnered resorts.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Tan in Thailand Tan in Thailand
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Known for its stunning beaches Thailand is a Southeast Asian country, enjoy its lush forests and vibrant culture. Known for its stunning beaches Thailand is a Southeast Asian country, enjoy its lush forests and vibrant culture.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Hike in Switzerland Hike in Switzerland
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -7,8 +7,8 @@
<attribute name="class" add="pt72 pb0" remove="pt48 pb48" separator=" "/> <attribute name="class" add="pt72 pb0" remove="pt48 pb48" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2>Meet our travel agents</h2> Meet our travel agents
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace"/> <xpath expr="//div[hasclass('col-lg-9')]//p" position="replace"/>
@@ -22,7 +22,7 @@
<!-- Add Text --> <!-- Add Text -->
<xpath expr="//div[hasclass('o_grid_item')]" position="inside"> <xpath expr="//div[hasclass('o_grid_item')]" position="inside">
<div class="o_we_bg_filter bg-black-50"></div> <div class="o_we_bg_filter bg-black-50"></div>
<h3 style="text-align: left;">Brazil</h3> <h2 class="h3-fs" style="text-align: left;">Brazil</h2>
<p style="text-align: left;">From $699</p> <p style="text-align: left;">From $699</p>
</xpath> </xpath>
@@ -32,11 +32,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/> <attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/>
<attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_carousel_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/> <attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_carousel_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h3" position="before"> <xpath expr="(//div[hasclass('o_grid_item')])[2]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div> <div class="o_we_bg_filter bg-black-50"></div>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[2]/h3" position="replace" mode="inner"> <xpath expr="(//div[hasclass('o_grid_item')])[2]/h2" position="replace" mode="inner">
Greece Greece
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -50,11 +50,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc3 rounded-4" separator=" "/> <attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc3 rounded-4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_quotes_carousel_demo_image_2');" separator=";"/> <attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_quotes_carousel_demo_image_2');" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h3" position="before"> <xpath expr="(//div[hasclass('o_grid_item')])[3]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div> <div class="o_we_bg_filter bg-black-50"></div>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[3]/h3" position="replace" mode="inner"> <xpath expr="(//div[hasclass('o_grid_item')])[3]/h2" position="replace" mode="inner">
Italy Italy
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -68,11 +68,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc4 rounded-4" separator=" "/> <attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc4 rounded-4" separator=" "/>
<attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_key_images_default_image_4');" separator=";"/> <attribute name="style" remove="--grid-item-padding-y: 20px; background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_key_images_default_image_4');" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h3" position="before"> <xpath expr="(//div[hasclass('o_grid_item')])[4]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div> <div class="o_we_bg_filter bg-black-50"></div>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[4]/h3" position="replace" mode="inner"> <xpath expr="(//div[hasclass('o_grid_item')])[4]/h2" position="replace" mode="inner">
Romania Romania
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -86,11 +86,11 @@
<attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/> <attribute name="class" add="oe_img_bg o_bg_img_center o_cc o_cc5 overflow-hidden rounded" remove="o_cc o_cc2 rounded-4" separator=" "/>
<attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_three_columns_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/> <attribute name="style" add="--grid-item-padding-y: 0px; background-image: url('/web/image/website.s_three_columns_default_image_1');" remove="--grid-item-padding-y: 20px" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h3" position="before"> <xpath expr="(//div[hasclass('o_grid_item')])[5]/h2" position="before">
<div class="o_we_bg_filter bg-black-50"></div> <div class="o_we_bg_filter bg-black-50"></div>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('o_grid_item')])[5]/h3" position="replace" mode="inner"> <xpath expr="(//div[hasclass('o_grid_item')])[5]/h2" position="replace" mode="inner">
France France
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
+5 -5
View File
@@ -11,23 +11,23 @@
<attribute name="class" add="align-items-center" separator=" "/> <attribute name="class" add="align-items-center" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2>Why Choose Us</h2> Why Choose Us
</xpath> </xpath>
<!-- Content --> <!-- Content -->
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Expertly Curated Trips Expertly Curated Trips
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][2]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][2]//p" position="replace" mode="inner">
We select only the best destinations, ensuring your travel experience is nothing short of extraordinary. We select only the best destinations, ensuring your travel experience is nothing short of extraordinary.
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Itineraries Personalized Itineraries
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][3]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][3]//p" position="replace" mode="inner">
Your journey is tailored to match your preferences, making every trip uniquely yours. Your journey is tailored to match your preferences, making every trip uniquely yours.
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Seamless Travel Experience Seamless Travel Experience
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][4]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][4]//p" position="replace" mode="inner">
@@ -13,7 +13,7 @@
<xpath expr="//figure" position="attributes"> <xpath expr="//figure" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Paris Paris
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -29,7 +29,7 @@
<xpath expr="(//figure)[2]" position="attributes"> <xpath expr="(//figure)[2]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Rome Rome
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -45,7 +45,7 @@
<xpath expr="(//figure)[3]" position="attributes"> <xpath expr="(//figure)[3]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Prague Prague
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -14,7 +14,7 @@
<attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/> <attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/>
</xpath> </xpath>
<!-- Paragraphs --> <!-- Paragraphs -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h2>Beauty without <br/>expression is boring</h2> <h2>Beauty without <br/>expression is boring</h2>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Unveil Your Natural Beauty Unveil Your Natural Beauty
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Innovative Beauty Treatments for Radiant Results Innovative Beauty Treatments for Radiant Results
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Premium Beauty Products Premium Beauty Products
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Discover our exclusive range of high-quality beauty products, crafted with natural ingredients to enhance your skin's radiance and health. Discover our exclusive range of high-quality beauty products, crafted with natural ingredients to enhance your skin's radiance and health.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Skincare Solutions Personalized Skincare Solutions
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our experts provide tailored skincare consultations, recommending products and treatments designed specifically for your skin type and concerns. Our experts provide tailored skincare consultations, recommending products and treatments designed specifically for your skin type and concerns.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Advanced Beauty Treatments Advanced Beauty Treatments
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Experience cutting-edge beauty treatments, from innovative facial therapies to advanced body treatments, designed to enhance your natural beauty. Experience cutting-edge beauty treatments, from innovative facial therapies to advanced body treatments, designed to enhance your natural beauty.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Expert Beauty Consultations Expert Beauty Consultations
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -7,16 +7,16 @@
<attribute name="class" add="o_cc o_cc4 pt80 pb80" remove="pb48 pt48" separator=" "/> <attribute name="class" add="o_cc o_cc4 pt80 pb80" remove="pb48 pt48" separator=" "/>
</xpath> </xpath>
<!-- Titles --> <!-- Titles -->
<xpath expr="(//div[hasclass('col-lg-9')])[1]/h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[1]/h3" position="replace" mode="inner">
Tony Tony
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[2]/h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[2]/h3" position="replace" mode="inner">
Mich Mich
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[3]/h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[3]/h3" position="replace" mode="inner">
Aline Aline
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[4]/h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[4]/h3" position="replace" mode="inner">
Iris Iris
</xpath> </xpath>
<!-- Images --> <!-- Images -->
+15 -15
View File
@@ -250,8 +250,8 @@
<div class="o_we_shape o_web_editor_Blobs_05_001" style="background-image: url('/web_editor/shape/web_editor/Blobs/05_001.svg?c1=rgba(0,0,0,0.25)&amp;flip=xy'); background-position: 50% 0%;"/> <div class="o_we_shape o_web_editor_Blobs_05_001" style="background-image: url('/web_editor/shape/web_editor/Blobs/05_001.svg?c1=rgba(0,0,0,0.25)&amp;flip=xy'); background-position: 50% 0%;"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h4>3,000 students graduate each year and find a job within 2 months</h4> <h2 class="h4-fs">3,000 students graduate each year and find a job within 2 months</h2>
</xpath> </xpath>
<!-- Subtitle --> <!-- Subtitle -->
<xpath expr="//div[hasclass('col-lg-9')]/p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-9')]/p" position="replace" mode="inner">
@@ -282,7 +282,7 @@
<!-- ======== TEAM ======== --> <!-- ======== TEAM ======== -->
<template id="s_company_team" inherit_id="website.s_company_team" name="Be Wise s_company_team"> <template id="s_company_team" inherit_id="website.s_company_team" name="Be Wise s_company_team">
<!-- Profile #1 --> <!-- Profile #1 -->
<xpath expr="//div[hasclass('row')]/div//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div//h3" position="replace" mode="inner">
<b>Tony Fred</b> <b>Tony Fred</b>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div//p" position="replace" mode="inner">
@@ -292,7 +292,7 @@
Tony received a degree in Electrical and Mechanical Engineering and a Ph D. degree in 1998 and 2004. After a post-doctoral experience he joined the school as professor of mechatronics in 2006. In 2010, he became Head of IT. Tony received a degree in Electrical and Mechanical Engineering and a Ph D. degree in 1998 and 2004. After a post-doctoral experience he joined the school as professor of mechatronics in 2006. In 2010, he became Head of IT.
</xpath> </xpath>
<!-- Profile #2 --> <!-- Profile #2 -->
<xpath expr="//div[hasclass('row')]/div[2]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[2]//h3" position="replace" mode="inner">
<b>Mich Stark</b> <b>Mich Stark</b>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[2]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[2]//p" position="replace" mode="inner">
@@ -302,7 +302,7 @@
He is professor in the Institute of Mechanics, Materials and Civil Engineering since 2000. He lectures in mechanical drawing and mechanical design for undergraduate and graduate students. He is active in Problem and Project based learning. He is the promoter of 8 doctoral theses. He is professor in the Institute of Mechanics, Materials and Civil Engineering since 2000. He lectures in mechanical drawing and mechanical design for undergraduate and graduate students. He is active in Problem and Project based learning. He is the promoter of 8 doctoral theses.
</xpath> </xpath>
<!-- Profile #3 --> <!-- Profile #3 -->
<xpath expr="//div[hasclass('row')]/div[3]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[3]//h3" position="replace" mode="inner">
<b>Aline Turner</b> <b>Aline Turner</b>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[3]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[3]//p" position="replace" mode="inner">
@@ -312,7 +312,7 @@
She has been practicing law at the French-speaking Brussels Bar since 2006. She has worked in various major law firms based in Brussels, as member and then head of their litigation/arbitration practice groups. She has been practicing law at the French-speaking Brussels Bar since 2006. She has worked in various major law firms based in Brussels, as member and then head of their litigation/arbitration practice groups.
</xpath> </xpath>
<!-- Profile #4 --> <!-- Profile #4 -->
<xpath expr="//div[hasclass('row')]/div[4]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[4]//h3" position="replace" mode="inner">
<b>Iris Joe</b> <b>Iris Joe</b>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[4]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[4]//p" position="replace" mode="inner">
@@ -322,18 +322,18 @@
<!-- ======== TEAM BASIC ======== --> <!-- ======== TEAM BASIC ======== -->
<template id="s_company_team_basic" inherit_id="website.s_company_team_basic"> <template id="s_company_team_basic" inherit_id="website.s_company_team_basic">
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Discover our dedicated staff Discover our dedicated staff
</xpath> </xpath>
<!-- Profile #1 --> <!-- Profile #1 -->
<xpath expr="(//h4)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Tony Fred Tony Fred
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[1]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[1]" position="replace" mode="inner">
Faculty Head of IT Faculty Head of IT
</xpath> </xpath>
<!-- Profile #2 --> <!-- Profile #2 -->
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Mich Stark Mich Stark
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner">
@@ -806,32 +806,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Elevate Your Academic Journey Elevate Your Academic Journey
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Cutting-Edge Research Facilities Cutting-Edge Research Facilities
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Explore our state-of-the-art research facilities, equipped with the latest technology to support groundbreaking research and innovative projects. Explore our state-of-the-art research facilities, equipped with the latest technology to support groundbreaking research and innovative projects.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Academic Support Personalized Academic Support
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Benefit from tailored academic advising and support services, designed to guide you through your educational journey. Benefit from tailored academic advising and support services, designed to guide you through your educational journey.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Advanced Learning Programs Advanced Learning Programs
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Engage in our cutting-edge learning programs that offer specialized courses, hands-on experiences for in-depth exploration in your field of interest. Engage in our cutting-edge learning programs that offer specialized courses, hands-on experiences for in-depth exploration in your field of interest.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Expert Faculty and Mentorship Expert Faculty and Mentorship
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -961,7 +961,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_2</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_2</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Shaping Tomorrow's Leaders Shaping Tomorrow's Leaders
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
A Culinary Journey Awaits You A Culinary Journey Awaits You
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Experience the Pinnacle of Fine Dining and Innovation Experience the Pinnacle of Fine Dining and Innovation
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Gourmet Dining Experiences Gourmet Dining Experiences
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Savor exquisite culinary creations crafted by top chefs. Our gourmet dining experiences feature innovative dishes and premium ingredients, promising an unforgettable meal. Savor exquisite culinary creations crafted by top chefs. Our gourmet dining experiences feature innovative dishes and premium ingredients, promising an unforgettable meal.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Culinary Consultations Personalized Culinary Consultations
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Enjoy tailored culinary advice with bespoke menus designed to suit your taste preferences and dietary needs. Our personalized consultations ensure a dining experience just for you. Enjoy tailored culinary advice with bespoke menus designed to suit your taste preferences and dietary needs. Our personalized consultations ensure a dining experience just for you.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Cutting-Edge Culinary Techniques Cutting-Edge Culinary Techniques
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Experience the latest in gastronomic innovation with advanced cooking techniques. Our unique flavor combinations and modern methods elevate the art of dining to new heights. Experience the latest in gastronomic innovation with advanced cooking techniques. Our unique flavor combinations and modern methods elevate the art of dining to new heights.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Expert Chef Workshops Expert Chef Workshops
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Discover a World of Knowledge Discover a World of Knowledge
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -3,7 +3,7 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Discover Your Next Great Read Discover Your Next Great Read
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
@@ -13,7 +13,7 @@
<xpath expr="(//div[hasclass('s_card')])[1]//img" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[1]//img" position="attributes">
<attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/> <attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Boundless Boundless
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
@@ -26,7 +26,7 @@
<xpath expr="(//div[hasclass('s_card')])[2]//img" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[2]//img" position="attributes">
<attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/> <attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Romans Romans
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -39,7 +39,7 @@
<xpath expr="(//div[hasclass('s_card')])[3]//img" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[3]//img" position="attributes">
<attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/> <attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Change the Way You Think Change the Way You Think
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -52,7 +52,7 @@
<xpath expr="(//div[hasclass('s_card')])[4]//img" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[4]//img" position="attributes">
<attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/> <attribute name="class" add="rounded-end" remove="rounded-start" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
What I Didn't Post on Social Media What I Didn't Post on Social Media
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -13,7 +13,7 @@
<attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" separator=";"/> <attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')]/h2" position="replace" mode="inner">
Science fiction Science fiction
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -28,7 +28,7 @@
<attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" separator=";"/> <attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')][2]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')][2]/h2" position="replace" mode="inner">
Biographies Biographies
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -42,7 +42,7 @@
<attribute name="class" add="rounded" remove="rounded-4" separator=" "/> <attribute name="class" add="rounded" remove="rounded-4" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-3')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-3')]/h2" position="replace" mode="inner">
Horror Horror
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -56,7 +56,7 @@
<attribute name="class" add="rounded" remove="rounded-4" separator=" "/> <attribute name="class" add="rounded" remove="rounded-4" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-3')][2]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-3')][2]/h2" position="replace" mode="inner">
Romance Romance
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -7,7 +7,7 @@
<attribute name="class" add="pt128 pb128 o_cc o_cc5" remove="pt48 pb48" separator=" "/> <attribute name="class" add="pt128 pb128 o_cc o_cc5" remove="pt48 pb48" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
We also sell prime quality second hand books We also sell prime quality second hand books
</xpath> </xpath>
<!-- Lead --> <!-- Lead -->
@@ -15,19 +15,19 @@
Prime quality second-hand books, carefully selected for value and charm. Timeless stories at great prices. Prime quality second-hand books, carefully selected for value and charm. Timeless stories at great prices.
</xpath> </xpath>
<!-- Features --> <!-- Features -->
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Timeless Reads Timeless Reads
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][2]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][2]//p" position="replace" mode="inner">
Explore beloved stories from every era. Find cherished classics to enjoy again and again. Explore beloved stories from every era. Find cherished classics to enjoy again and again.
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Affordable Classics Affordable Classics
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][3]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][3]//p" position="replace" mode="inner">
Own literary masterpieces without breaking the bank. Your favorite classic books at budget-friendly prices. Own literary masterpieces without breaking the bank. Your favorite classic books at budget-friendly prices.
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Hidden Treasures Hidden Treasures
</xpath> </xpath>
<xpath expr="//div[hasclass('col-12')][4]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-12')][4]//p" position="replace" mode="inner">
@@ -7,21 +7,21 @@
<attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/> <attribute name="class" add="o_cc1" remove="o_cc2" separator=" "/>
</xpath> </xpath>
<!-- Column #1 --> <!-- Column #1 -->
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
A Belgian Story A Belgian Story
</xpath> </xpath>
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
Discover the history of Belgium in this well-documented book with many illustrations and testimonials. Discover the history of Belgium in this well-documented book with many illustrations and testimonials.
</xpath> </xpath>
<!-- Column #2 --> <!-- Column #2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
At the Mars conquest At the Mars conquest
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
Learn about the difficulties encountered by NASA engineers in sending the first men to Mars. Learn about the difficulties encountered by NASA engineers in sending the first men to Mars.
</xpath> </xpath>
<!-- Column #3 --> <!-- Column #3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Re-edition Re-edition
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
@@ -11,7 +11,7 @@
<attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Start to build your robust activity with these powerful tools Start to build your robust activity with these powerful tools
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Innovation at the Heart of Business Innovation at the Heart of Business
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+1 -1
View File
@@ -5,7 +5,7 @@
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/shape/theme_buzzy/s_showcase.svg?c1=o-color-2</attribute> <attribute name="src">/web_editor/shape/theme_buzzy/s_showcase.svg?c1=o-color-2</attribute>
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Features <span class="o_text_highlight o_translate_inline o_text_highlight_scribble_3 o_text_highlight_fill">showcase</span> Features <span class="o_text_highlight o_translate_inline o_text_highlight_scribble_3 o_text_highlight_fill">showcase</span>
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes"> <xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
@@ -13,7 +13,7 @@
<attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-01.svg?c1=o-color-1</attribute> <attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-01.svg?c1=o-color-1</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('card')]//h5" position="replace" mode="inner"> <xpath expr="//div[hasclass('card')]//h2" position="replace" mode="inner">
Built to <br/>your effigy Built to <br/>your effigy
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -32,7 +32,7 @@
<attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-02.svg?c1=o-color-1</attribute> <attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-02.svg?c1=o-color-1</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('card')])[2]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card')])[2]//h2" position="replace" mode="inner">
Editable from <br/>A to Z Editable from <br/>A to Z
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -51,7 +51,7 @@
<attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-03.svg?c1=o-color-1</attribute> <attribute name="src">/web_editor/shape/theme_buzzy/s_three_columns-03.svg?c1=o-color-1</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="(//div[hasclass('card')])[3]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card')])[3]//h2" position="replace" mode="inner">
All data <br/>in your hands All data <br/>in your hands
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -10,7 +10,7 @@
<xpath expr="//div[hasclass('col-lg-9')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-9')]" position="attributes">
<attribute name="class" add="pt16" separator=" "/> <attribute name="class" add="pt16" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
<b>50,000 people</b>, run Clean to grow their financial wealth. <b>50,000 people</b>, run Clean to grow their financial wealth.
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_quotes_carousel_demo_image_1</attribute> <attribute name="src">/web/image/website.s_quotes_carousel_demo_image_1</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Expert Legal Solutions for Business Expert Legal Solutions for Business
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+2 -2
View File
@@ -9,10 +9,10 @@
<xpath expr="(//h2)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Simplify things Simplify things
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Efficient team processes Efficient team processes
</xpath> </xpath>
<xpath expr="//h6" position="replace"/> <xpath expr="//div[hasclass('carousel-item')][3]//p" position="replace"/>
<!-- Paragraphs --> <!-- Paragraphs -->
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
@@ -10,7 +10,7 @@
<xpath expr="//div[hasclass('card')]" position="attributes"> <xpath expr="//div[hasclass('card')]" position="attributes">
<attribute name="style">border-width: 0px !important;</attribute> <attribute name="style">border-width: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="//h5[hasclass('card-title')]" position="replace" mode="inner"> <xpath expr="//h2[hasclass('card-title')]" position="replace" mode="inner">
Our mission Our mission
</xpath> </xpath>
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
@@ -20,7 +20,7 @@
<xpath expr="(//div[hasclass('card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('card')])[2]" position="attributes">
<attribute name="style">border-width: 0px !important;</attribute> <attribute name="style">border-width: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5[hasclass('card-title')])[2]" position="replace" mode="inner"> <xpath expr="(//h2[hasclass('card-title')])[2]" position="replace" mode="inner">
Our values Our values
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
@@ -30,7 +30,7 @@
<xpath expr="(//div[hasclass('card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('card')])[3]" position="attributes">
<attribute name="style">border-width: 0px !important;</attribute> <attribute name="style">border-width: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5[hasclass('card-title')])[3]" position="replace" mode="inner"> <xpath expr="(//h2[hasclass('card-title')])[3]" position="replace" mode="inner">
Our team Our team
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
+1 -1
View File
@@ -598,7 +598,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Pioneering IT Solutions &amp; Development Pioneering IT Solutions &amp; Development
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -3,7 +3,7 @@
<template id="s_call_to_action" inherit_id="website.s_call_to_action"> <template id="s_call_to_action" inherit_id="website.s_call_to_action">
<!-- Paragraph --> <!-- Paragraph -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
As 436 clients before you, lets work together As 436 clients before you, lets work together
</xpath> </xpath>
<xpath expr="//p" position="replace"/> <xpath expr="//p" position="replace"/>
+1 -1
View File
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.library_image_13</attribute> <attribute name="src">/web/image/website.library_image_13</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Building the Future of Business Building the Future of Business
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Crafting Tomorrow's Architectural Icons Crafting Tomorrow's Architectural Icons
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Innovative Building Design Innovative Building Design
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
We create visionary designs that transform spaces into functional works of art. Our approach blends creativity with cutting-edge technology to craft buildings that stand out. We create visionary designs that transform spaces into functional works of art. Our approach blends creativity with cutting-edge technology to craft buildings that stand out.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Modern Architecture Solutions Modern Architecture Solutions
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our modern architectural solutions are tailored to meet the needs of todays urban environments. We specialize in sleek, contemporary designs that optimize space and enhance livability. Our modern architectural solutions are tailored to meet the needs of todays urban environments. We specialize in sleek, contemporary designs that optimize space and enhance livability.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Sustainable Design Practices Sustainable Design Practices
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
We incorporate sustainable practices into every project, creating eco-friendly buildings that minimize environmental impact while maintaining aesthetic appeal and functionality. We incorporate sustainable practices into every project, creating eco-friendly buildings that minimize environmental impact while maintaining aesthetic appeal and functionality.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Comprehensive Project Management Comprehensive Project Management
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
+9 -9
View File
@@ -175,8 +175,8 @@
<!-- ======== 3 COLUMNS ======== --> <!-- ======== 3 COLUMNS ======== -->
<template id="s_three_columns" inherit_id="website.s_three_columns" name="Graphene s_three_columns"> <template id="s_three_columns" inherit_id="website.s_three_columns" name="Graphene s_three_columns">
<xpath expr="//div[hasclass('row')]/div//h5[1]" position="replace"> <xpath expr="//div[hasclass('row')]/div//h2[1]" position="replace">
<h5>Powerful API</h5> <h2 class="h5-fs">Powerful API</h2>
<div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator">
<hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/> <hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/>
</div> </div>
@@ -184,8 +184,8 @@
<xpath expr="//div[hasclass('row')]/div//p[1]" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div//p[1]" position="replace" mode="inner">
Thanks to our API, Developers report building their solutions 4x faster. Discover why and how. Thanks to our API, Developers report building their solutions 4x faster. Discover why and how.
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[2]//h5[1]" position="replace"> <xpath expr="//div[hasclass('row')]/div[2]//h2[1]" position="replace">
<h5>Mobile Experience</h5> <h2 class="h5-fs">Mobile Experience</h2>
<div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator">
<hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/> <hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/>
</div> </div>
@@ -193,8 +193,8 @@
<xpath expr="//div[hasclass('row')]/div[2]//p[1]" position="replace" mode="inner"> <xpath expr="//div[hasclass('row')]/div[2]//p[1]" position="replace" mode="inner">
Probably the only CRM with a full mobile experience. Never wondered how it works? That's because it just works Probably the only CRM with a full mobile experience. Never wondered how it works? That's because it just works
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[3]//h5[1]" position="replace"> <xpath expr="//div[hasclass('row')]/div[3]//h2[1]" position="replace">
<h5>Support Team</h5> <h2 class="h5-fs">Support Team</h2>
<div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pt8 pb16" data-snippet="s_hr" data-name="Separator">
<hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/> <hr class="w-100 mx-auto" style="border-top-color: var(--o-color-3) !important;"/>
</div> </div>
@@ -206,8 +206,8 @@
<!-- ======== CALL TO ACTION ======== --> <!-- ======== CALL TO ACTION ======== -->
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Graphene s_call_to_action"> <template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Graphene s_call_to_action">
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h3 style="text-align: right;">50,000+ companies run our software.</h3> <h2 class="h3-fs" style="text-align: right;">50,000+ companies run our software.</h2>
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-9')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-9')]" position="attributes">
<attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/>
@@ -609,7 +609,7 @@
<attribute name="src">/web/image/website.s_numbers_default_image</attribute> <attribute name="src">/web/image/website.s_numbers_default_image</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Robotics &amp; Technology for Tomorrow Robotics &amp; Technology for Tomorrow
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Virtual Reality: Redefining Experience Virtual Reality: Redefining Experience
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -10,32 +10,32 @@
<div class="o_we_shape o_web_editor_Bold_01_001" style="background-image: url('/web_editor/shape/web_editor/Bold/01_001.svg?c5=o-color-2');"/> <div class="o_we_shape o_web_editor_Bold_01_001" style="background-image: url('/web_editor/shape/web_editor/Bold/01_001.svg?c5=o-color-2');"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Unlock a World of Possibilities Unlock a World of Possibilities
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Virtual Collaboration and Meetings Virtual Collaboration and Meetings
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Redefine your remote work experience with our VR headsets. Conduct meetings, collaborate in virtual environments, and connect with colleagues from around the globe in a more engaging way. Redefine your remote work experience with our VR headsets. Conduct meetings, collaborate in virtual environments, and connect with colleagues from around the globe in a more engaging way.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Elevate Your Gaming Experience Elevate Your Gaming Experience
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Transform your gameplay with our high-performance VR headsets. Feel the action, engage with realistic environments, and take your gaming to the next level with our state-of-the-art technology. Transform your gameplay with our high-performance VR headsets. Feel the action, engage with realistic environments, and take your gaming to the next level with our state-of-the-art technology.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Ultimate Comfort and Design Ultimate Comfort and Design
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Enjoy extended VR sessions with headsets designed for maximum comfort. Lightweight, adjustable, and crafted to fit perfectly, our VR headsets let you stay immersed for longer. Enjoy extended VR sessions with headsets designed for maximum comfort. Lightweight, adjustable, and crafted to fit perfectly, our VR headsets let you stay immersed for longer.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Explore Virtual Worlds Explore Virtual Worlds
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
+3 -3
View File
@@ -10,7 +10,7 @@
<xpath expr="//figure" position="attributes"> <xpath expr="//figure" position="attributes">
<attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/> <attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Gaming Gaming
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -20,7 +20,7 @@
<xpath expr="(//figure)[2]" position="attributes"> <xpath expr="(//figure)[2]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/> <attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Design Design
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -30,7 +30,7 @@
<xpath expr="(//figure)[3]" position="attributes"> <xpath expr="(//figure)[3]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/> <attribute name="class" remove="ratio-16x9" add="ratio-1x1" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Training Training
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -16,7 +16,7 @@
<!-- Paragraph --> <!-- Paragraph -->
<xpath expr="//div[hasclass('col-lg-9')]" position="replace"> <xpath expr="//div[hasclass('col-lg-9')]" position="replace">
<div class="col-lg-10 offset-lg-1 pt48 pb24"> <div class="col-lg-10 offset-lg-1 pt48 pb24">
<h3 style="text-align: center;">2,000 parents<br/> brought their kid to our nursery.</h3> <h2 class="h3-fs" style="text-align: center;">2,000 parents<br/> brought their kid to our nursery.</h2>
<p style="text-align: center;">Entrust us with your children and go to work with peace of mind</p> <p style="text-align: center;">Entrust us with your children and go to work with peace of mind</p>
<p><br/></p> <p><br/></p>
<p style="text-align: center;"><a t-att-href="cta_btn_href" class="btn btn-primary btn-lg o_translate_inline"><t t-out="cta_btn_text">Contact us</t></a></p> <p style="text-align: center;"><a t-att-href="cta_btn_href" class="btn btn-primary btn-lg o_translate_inline"><t t-out="cta_btn_text">Contact us</t></a></p>
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Toys That Spark Imagination Toys That Spark Imagination
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -10,32 +10,32 @@
<div class="o_we_shape o_web_editor_Floats_05 o_we_animated"/> <div class="o_we_shape o_web_editor_Floats_05 o_we_animated"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Caring for Your Child's Growth and Happiness Caring for Your Child's Growth and Happiness
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Nurturing Early Learning Nurturing Early Learning
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
We provide a safe and engaging environment where children can explore, learn, and grow. Our programs are designed to foster creativity, curiosity, and a love for learning from an early age. We provide a safe and engaging environment where children can explore, learn, and grow. Our programs are designed to foster creativity, curiosity, and a love for learning from an early age.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Professional and Caring Staff Professional and Caring Staff
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our team of trained caregivers and educators is dedicated to providing personalized attention and care. We focus on creating a warm and supportive atmosphere where every child feels valued and understood. Our team of trained caregivers and educators is dedicated to providing personalized attention and care. We focus on creating a warm and supportive atmosphere where every child feels valued and understood.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Fun and Educational Activities Fun and Educational Activities
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
We offer a range of activities that combine fun with learning, from creative arts and crafts to outdoor play and interactive storytelling, ensuring every child enjoys a balanced and enriching day. We offer a range of activities that combine fun with learning, from creative arts and crafts to outdoor play and interactive storytelling, ensuring every child enjoys a balanced and enriching day.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Safe and Secure Environment Safe and Secure Environment
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -19,15 +19,15 @@
<attribute name="data-shape-colors">;o-color-1;;;</attribute> <attribute name="data-shape-colors">;o-color-1;;;</attribute>
</xpath> </xpath>
<!-- Column n°1 - Title --> <!-- Column n°1 - Title -->
<xpath expr="//h5" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="style">text-align: center;</attribute> <attribute name="style">text-align: center;</attribute>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
<br/> <br/>
Our mission Our mission
</xpath> </xpath>
<!-- Column n°1 - Add separator --> <!-- Column n°1 - Add separator -->
<xpath expr="//h5" position="after"> <xpath expr="//h2" position="after">
<div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator">
<hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-2) !important;"/> <hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-2) !important;"/>
</div> </div>
@@ -56,15 +56,15 @@
<attribute name="data-shape-colors">;o-color-3;;;</attribute> <attribute name="data-shape-colors">;o-color-3;;;</attribute>
</xpath> </xpath>
<!-- Column n°2 - Title --> <!-- Column n°2 - Title -->
<xpath expr="(//h5)[2]" position="attributes"> <xpath expr="(//h2)[2]" position="attributes">
<attribute name="style">text-align: center;</attribute> <attribute name="style">text-align: center;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
<br/> <br/>
For every kid For every kid
</xpath> </xpath>
<!-- Column n°2 - Add separator --> <!-- Column n°2 - Add separator -->
<xpath expr="(//h5)[2]" position="after"> <xpath expr="(//h2)[2]" position="after">
<div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator">
<hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-1) !important;"/> <hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-1) !important;"/>
</div> </div>
@@ -93,15 +93,15 @@
<attribute name="data-shape-colors">;;;;o-color-2</attribute> <attribute name="data-shape-colors">;;;;o-color-2</attribute>
</xpath> </xpath>
<!-- Column n°3 - Title --> <!-- Column n°3 - Title -->
<xpath expr="(//h5)[3]" position="attributes"> <xpath expr="(//h2)[3]" position="attributes">
<attribute name="style">text-align: center;</attribute> <attribute name="style">text-align: center;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
<br/> <br/>
Open-door policy Open-door policy
</xpath> </xpath>
<!-- Column n°3 - Add separator --> <!-- Column n°3 - Add separator -->
<xpath expr="(//h5)[3]" position="after"> <xpath expr="(//h2)[3]" position="after">
<div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator"> <div class="s_hr pb32 pt8" data-snippet="s_hr" data-name="Separator">
<hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-2) !important;"/> <hr class="w-25 mx-auto" style="border-top: 5px dotted var(--o-color-2) !important;"/>
</div> </div>
@@ -14,7 +14,7 @@
<attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/> <attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/>
</xpath> </xpath>
<!-- Title & paragraph --> <!-- Title & paragraph -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Would you like more information <br/>about a product? Would you like more information <br/>about a product?
</xpath> </xpath>
<xpath expr="//p" position="replace"/> <xpath expr="//p" position="replace"/>
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Elegant Furniture for Modern Living Elegant Furniture for Modern Living
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Tailored Furniture Tailored Furniture
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Custom-Designed Furniture Custom-Designed Furniture
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Transform your living space with bespoke furniture pieces, crafted to reflect your unique style and fit perfectly in any room. Transform your living space with bespoke furniture pieces, crafted to reflect your unique style and fit perfectly in any room.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Personalized Interior Solutions Personalized Interior Solutions
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our expert designers collaborate with you to create furniture that meets your exact needs, ensuring every piece complements your home's aesthetic. Our expert designers collaborate with you to create furniture that meets your exact needs, ensuring every piece complements your home's aesthetic.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Handcrafted Quality and Comfort Handcrafted Quality and Comfort
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Experience the ultimate in comfort and durability with our handmade furniture, meticulously crafted from premium materials for a timeless appeal. Experience the ultimate in comfort and durability with our handmade furniture, meticulously crafted from premium materials for a timeless appeal.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Exclusive Collections Exclusive Collections
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -7,8 +7,8 @@
<attribute name="class" add="o_cc o_cc2" separator=" "/> <attribute name="class" add="o_cc o_cc2" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2>Frequently asked question</h2> Frequently asked question
</xpath> </xpath>
<xpath expr="//p" position="replace"/> <xpath expr="//p" position="replace"/>
</template> </template>
@@ -6,7 +6,7 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="pt72 pb128" remove="pt64 pb64" separator=" "/> <attribute name="class" add="pt72 pb128" remove="pt64 pb64" separator=" "/>
</xpath> </xpath>
<xpath expr="//div[hasclass('container')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('container')]/h2" position="replace" mode="inner">
Customer benefits Customer benefits
</xpath> </xpath>
<xpath expr="//div[hasclass('container')]/p" position="replace" mode="inner"> <xpath expr="//div[hasclass('container')]/p" position="replace" mode="inner">
@@ -11,7 +11,7 @@
<attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute> <attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute>
</xpath> </xpath>
<!-- Column #1 - Title --> <!-- Column #1 - Title -->
<xpath expr="//div[hasclass('card-body')]//h5" position="replace" mode="inner"> <xpath expr="//div[hasclass('card-body')]//h2" position="replace" mode="inner">
Unique Items Unique Items
</xpath> </xpath>
<!-- Column #1 - Paragraph --> <!-- Column #1 - Paragraph -->
@@ -23,7 +23,7 @@
<attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute> <attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute>
</xpath> </xpath>
<!-- Column #2 - Title --> <!-- Column #2 - Title -->
<xpath expr="(//div[hasclass('card-body')])[2]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card-body')])[2]//h2" position="replace" mode="inner">
Tailored advice Tailored advice
</xpath> </xpath>
<!-- Column #2 - Paragraph --> <!-- Column #2 - Paragraph -->
@@ -35,7 +35,7 @@
<attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute> <attribute name="style">box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05) !important;</attribute>
</xpath> </xpath>
<!-- Column #3 - Title --> <!-- Column #3 - Title -->
<xpath expr="(//div[hasclass('card-body')])[3]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('card-body')])[3]//h2" position="replace" mode="inner">
For the whole Family For the whole Family
</xpath> </xpath>
<!-- Column #3 - Paragraph --> <!-- Column #3 - Paragraph -->
+14 -14
View File
@@ -327,8 +327,8 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/> <attribute name="class" add="o_cc4" remove="o_cc5" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h3 style="text-align: left;"><b>APPLY FOR OUR V.I.P. CARD</b></h3> <h2 class="h3-fs" style="text-align: left;"><b>APPLY FOR OUR V.I.P. CARD</b></h2>
</xpath> </xpath>
<xpath expr="//p" position="replace"> <xpath expr="//p" position="replace">
<p style="text-align: left;">The vip card allows you to benefit from tickets before everyone else.</p> <p style="text-align: left;">The vip card allows you to benefit from tickets before everyone else.</p>
@@ -377,13 +377,13 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="pb0 o_cc5" remove="pb32 o_cc2" separator=" "/> <attribute name="class" add="pb0 o_cc5" remove="pb32 o_cc2" separator=" "/>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Wilson Holt Wilson Holt
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Theia Hayward Theia Hayward
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Bruce Porter Bruce Porter
</xpath> </xpath>
</template> </template>
@@ -816,7 +816,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Unforgettable Events &amp; Entertainment Unforgettable Events &amp; Entertainment
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -832,32 +832,32 @@
<!-- ======== CARDS GRID ======== --> <!-- ======== CARDS GRID ======== -->
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Exquisite Cocktails to Elevate Your Experience Exquisite Cocktails to Elevate Your Experience
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Berry Bliss Sangria Berry Bliss Sangria
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
A delightful mix of red wine, fresh berries, orange juice, and a hint of brandy, served chilled for a refreshing, fruity experience with every sip. A delightful mix of red wine, fresh berries, orange juice, and a hint of brandy, served chilled for a refreshing, fruity experience with every sip.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Tropical Mojito Tropical Mojito
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
A refreshing mix of white rum, fresh mint, lime juice, and a splash of soda, perfect for a vibrant, tropical flavor that dances on the palate. A refreshing mix of white rum, fresh mint, lime juice, and a splash of soda, perfect for a vibrant, tropical flavor that dances on the palate.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Spicy Margarita Spicy Margarita
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
A zesty blend of tequila, lime juice, and a hint of jalapeño, balanced with a touch of agave syrup for a fiery twist on a classic favorite. A zesty blend of tequila, lime juice, and a hint of jalapeño, balanced with a touch of agave syrup for a fiery twist on a classic favorite.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Smoky Old Fashioned Smoky Old Fashioned
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -1022,11 +1022,11 @@
<xpath expr="//div[hasclass('col-lg-7')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-7')]" position="attributes">
<attribute name="class" add="col-lg-8 offset-lg-2" remove="col-lg-7 offset-lg-1" separator=" "/> <attribute name="class" add="col-lg-8 offset-lg-2" remove="col-lg-7 offset-lg-1" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="style" add="text-align: center;" separator=";"/> <attribute name="style" add="text-align: center;" separator=";"/>
</xpath> </xpath>
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2 style="text-align: center;">Frequently Asked Questions</h2> Frequently Asked Questions
</xpath> </xpath>
<xpath expr="//p" position="attributes"> <xpath expr="//p" position="attributes">
<attribute name="style" add="text-align: center;" separator=";"/> <attribute name="style" add="text-align: center;" separator=";"/>
+1 -1
View File
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.library_image_03</attribute> <attribute name="src">/web/image/website.library_image_03</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Creativity Meets Cutting-Edge Technology Creativity Meets Cutting-Edge Technology
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -6,8 +6,8 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2 style="text-align: center;">Our talented crew</h2> Our talented crew
</xpath> </xpath>
<xpath expr="//h2" position="after"> <xpath expr="//h2" position="after">
<p class="lead" style="text-align: center;">Meet the masterminds behind our agency. With them, your project is in good hands for sure.</p> <p class="lead" style="text-align: center;">Meet the masterminds behind our agency. With them, your project is in good hands for sure.</p>
@@ -20,7 +20,7 @@
<xpath expr="(//img)[1]" position="attributes"> <xpath expr="(//img)[1]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/> <attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h4)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Evan Ray Evan Ray
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[1]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[1]" position="replace" mode="inner">
@@ -33,7 +33,7 @@
<xpath expr="(//img)[2]" position="attributes"> <xpath expr="(//img)[2]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/> <attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Ben Cole Ben Cole
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner">
@@ -46,7 +46,7 @@
<xpath expr="(//img)[3]" position="attributes"> <xpath expr="(//img)[3]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/> <attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h4)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Jane Ford Jane Ford
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[3]" position="replace" mode="inner">
@@ -59,7 +59,7 @@
<xpath expr="(//img)[4]" position="attributes"> <xpath expr="(//img)[4]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-circle" separator=" "/> <attribute name="class" add="rounded" remove="rounded-circle" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h4)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Mia Lee Mia Lee
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[4]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[4]" position="replace" mode="inner">
@@ -12,8 +12,8 @@
<div class="o_we_bg_filter bg-black-50"/> <div class="o_we_bg_filter bg-black-50"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2>Live the Miraillet <br/>Festival experience</h2> Live the Miraillet <br/>Festival experience
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Music That Moves You Music That Moves You
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -7,7 +7,7 @@
<attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc2" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Experience the Best of Our Festival Experience the Best of Our Festival
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
@@ -15,7 +15,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Engaging Social Activities Engaging Social Activities
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
@@ -26,7 +26,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Incredible Lineup of Artists Incredible Lineup of Artists
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
@@ -37,7 +37,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Exclusive Festival Merchandise Exclusive Festival Merchandise
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
@@ -48,7 +48,7 @@
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
High-Quality Music Experience High-Quality Music Experience
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -7,7 +7,7 @@
<attribute name="class" add="o_cc o_cc2 pb128" remove="pb48" separator=" "/> <attribute name="class" add="o_cc o_cc2 pb128" remove="pb48" separator=" "/>
</xpath> </xpath>
<!-- Member #1 --> <!-- Member #1 -->
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-9')]//h3" position="replace" mode="inner">
Tony Tony
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner"/> <xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner"/>
@@ -15,7 +15,7 @@
Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery. Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery.
</xpath> </xpath>
<!-- Member #2 --> <!-- Member #2 -->
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[2]//h3" position="replace" mode="inner">
Aline Aline
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner"/> <xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner"/>
@@ -23,7 +23,7 @@
Aline is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her radiance of French genius. Aline is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her radiance of French genius.
</xpath> </xpath>
<!-- Member #3 --> <!-- Member #3 -->
<xpath expr="(//div[hasclass('col-lg-9')])[3]//h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[3]//h3" position="replace" mode="inner">
Mich Starck Mich Starck
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[3]//p" position="replace" mode="inner"/> <xpath expr="(//div[hasclass('col-lg-9')])[3]//p" position="replace" mode="inner"/>
@@ -31,7 +31,7 @@
Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll. Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll.
</xpath> </xpath>
<!-- Member #4 --> <!-- Member #4 -->
<xpath expr="(//div[hasclass('col-lg-9')])[4]//h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[4]//h3" position="replace" mode="inner">
Joseris Joseris
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[4]//p" position="replace" mode="inner"/> <xpath expr="(//div[hasclass('col-lg-9')])[4]//p" position="replace" mode="inner"/>
@@ -2,11 +2,11 @@
<odoo> <odoo>
<template id="s_company_team_basic" inherit_id="website.s_company_team_basic"> <template id="s_company_team_basic" inherit_id="website.s_company_team_basic">
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Discover our talented artists Discover our talented artists
</xpath> </xpath>
<!-- Team #01 - Title --> <!-- Team #01 - Title -->
<xpath expr="//h4" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Tony Tony
</xpath> </xpath>
<!-- Team #01 - Work Description --> <!-- Team #01 - Work Description -->
@@ -15,7 +15,7 @@
</xpath> </xpath>
<!-- Team #02 - Title --> <!-- Team #02 - Title -->
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Mich Mich
</xpath> </xpath>
<!-- Team #02 - Work Description --> <!-- Team #02 - Work Description -->
@@ -24,7 +24,7 @@
</xpath> </xpath>
<!-- Team #03 - Title --> <!-- Team #03 - Title -->
<xpath expr="(//h4)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Aline Aline
</xpath> </xpath>
<!-- Team #03 - Work Description --> <!-- Team #03 - Work Description -->
@@ -33,7 +33,7 @@
</xpath> </xpath>
<!-- Team #04 - Title --> <!-- Team #04 - Title -->
<xpath expr="(//h4)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Iris Iris
</xpath> </xpath>
<!-- Team #04 - Work Description --> <!-- Team #04 - Work Description -->
@@ -4,7 +4,7 @@
<template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template"> <template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template">
<!-- Little block #01 --> <!-- Little block #01 -->
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')]/h2" position="replace" mode="inner">
Brussels Brussels
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -14,7 +14,7 @@
<!-- Little block #02 --> <!-- Little block #02 -->
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')][2]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')][2]/h2" position="replace" mode="inner">
Paris Paris
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -24,7 +24,7 @@
<!-- Little block #03 --> <!-- Little block #03 -->
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-3')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-3')]/h2" position="replace" mode="inner">
Barcelona Barcelona
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -34,7 +34,7 @@
<!-- Little block #04 --> <!-- Little block #04 -->
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-3')][2]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-3')][2]/h2" position="replace" mode="inner">
Amsterdam Amsterdam
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
@@ -21,8 +21,8 @@
<xpath expr="//div[hasclass('s_card')]" position="attributes"> <xpath expr="//div[hasclass('s_card')]" position="attributes">
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('s_card')]//h5" position="replace"> <xpath expr="//div[hasclass('s_card')]//h2" position="replace">
<h4 class="card-title">Belgium Tour</h4> <h2 class="card-title h4-fs">Belgium Tour</h2>
</xpath> </xpath>
<xpath expr="//div[hasclass('s_card')]//p" position="replace"> <xpath expr="//div[hasclass('s_card')]//p" position="replace">
<p class="o_small_fs">24th AUGUST</p> <p class="o_small_fs">24th AUGUST</p>
@@ -41,8 +41,8 @@
<xpath expr="(//div[hasclass('s_card')])[2]//img" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[2]//img" position="attributes">
<attribute name="src">/web/image/website.s_carousel_default_image_2</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_2</attribute>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_card')])[2]//h5" position="replace"> <xpath expr="(//div[hasclass('s_card')])[2]//h2" position="replace">
<h4 class="card-title">Barcelona Night</h4> <h2 class="card-title h4-fs">Barcelona Night</h2>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_card')])[2]//p" position="replace"> <xpath expr="(//div[hasclass('s_card')])[2]//p" position="replace">
<p class="o_small_fs">27th AUGUST</p> <p class="o_small_fs">27th AUGUST</p>
@@ -58,8 +58,8 @@
<xpath expr="(//div[hasclass('s_card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[3]" position="attributes">
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_card')])[3]//h5" position="replace"> <xpath expr="(//div[hasclass('s_card')])[3]//h2" position="replace">
<h4 class="card-title">Amsterdam Tour</h4> <h2 class="card-title h4-fs">Amsterdam Tour</h2>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_card')])[3]//p" position="replace"> <xpath expr="(//div[hasclass('s_card')])[3]//p" position="replace">
<p class="o_small_fs">9th SEPTEMBER</p> <p class="o_small_fs">9th SEPTEMBER</p>
@@ -18,8 +18,8 @@
<attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/> <attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/>
</xpath> </xpath>
<!-- Title & Paragraph --> <!-- Title & Paragraph -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h3 style="text-align: center;">50,000+ clients trust us <br/>to protect their assets</h3> <h2 class="h3-fs" style="text-align: center;">50,000+ clients trust us <br/>to protect their assets</h2>
</xpath> </xpath>
<xpath expr="//p" position="replace"> <xpath expr="//p" position="replace">
<p style="text-align: center;">Contact us for a personalized meeting</p> <p style="text-align: center;">Contact us for a personalized meeting</p>
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Strategic Business &amp; IT Advisory Strategic Business &amp; IT Advisory
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -6,12 +6,12 @@
<attribute name="class" add="col-lg-6" remove="col-lg-5" separator=" "/> <attribute name="class" add="col-lg-6" remove="col-lg-5" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<p class="o_small">SOME NUMBERS</p> <p class="o_small">SOME NUMBERS</p>
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
<xpath expr="//p" position="replace"> <xpath expr="//p" position="replace">
<h3>Over the last decade, we've help many businesses to grow.</h3> <h2 class="h3-fs">Over the last decade, we've help many businesses to grow.</h2>
</xpath> </xpath>
<!-- KPI's --> <!-- KPI's -->
<xpath expr="//div[hasclass('col-lg-3')]" position="replace"> <xpath expr="//div[hasclass('col-lg-3')]" position="replace">
@@ -18,7 +18,7 @@
<div class="col-12 pt8 pb8" data-name="Feature"> <div class="col-12 pt8 pb8" data-name="Feature">
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/> <i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<h5 class="s_showcase_title">Strategic Planning</h5> <h3 class="s_showcase_title h5-fs">Strategic Planning</h3>
<p>Aligning your business objectives with forward-thinking strategies for long-term success.</p> <p>Aligning your business objectives with forward-thinking strategies for long-term success.</p>
</div> </div>
</div> </div>
@@ -27,7 +27,7 @@
<div class="col-12 pt8 pb8" data-name="Feature"> <div class="col-12 pt8 pb8" data-name="Feature">
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/> <i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<h5 class="s_showcase_title">Financial Consulting</h5> <h3 class="s_showcase_title h5-fs">Financial Consulting</h3>
<p>Providing expert guidance to optimize your financial resources and maximize profitability.</p> <p>Providing expert guidance to optimize your financial resources and maximize profitability.</p>
</div> </div>
</div> </div>
@@ -36,7 +36,7 @@
<div class="col-12 pt8 pb8" data-name="Feature"> <div class="col-12 pt8 pb8" data-name="Feature">
<i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/> <i class="s_showcase_icon fa fa-check me-auto rounded-circle float-start bg-o-color-3" role="img"/>
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<h5 class="s_showcase_title">Market Analysis</h5> <h3 class="s_showcase_title h5-fs">Market Analysis</h3>
<p>Delivering in-depth insights and market trends to keep you ahead of the competition.</p> <p>Delivering in-depth insights and market trends to keep you ahead of the competition.</p>
</div> </div>
</div> </div>
@@ -7,7 +7,7 @@
<attribute name="class" add="pb88 pt88" remove="pb64 pt64" separator=" "/> <attribute name="class" add="pb88 pt88" remove="pb64 pt64" separator=" "/>
</xpath> </xpath>
<!-- Title & paragraph --> <!-- Title & paragraph -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
There are always flowers <br/>for those who want to see them. There are always flowers <br/>for those who want to see them.
</xpath> </xpath>
<xpath expr="//p" position="replace"/> <xpath expr="//p" position="replace"/>
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Bringing Nature to Your Doorstep Bringing Nature to Your Doorstep
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+5 -5
View File
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Blooming with Quality and Care Blooming with Quality and Care
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Freshness Like a Rose Freshness Like a Rose
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Just like a rose stands out for its timeless beauty, our commitment to freshness ensures that every arrangement leaves a lasting impression. Just like a rose stands out for its timeless beauty, our commitment to freshness ensures that every arrangement leaves a lasting impression.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Creativity Like a Wildflower Creativity Like a Wildflower
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our designs are as unique and diverse as a field of wildflowers, bringing creativity and flair to every bouquet we create. Our designs are as unique and diverse as a field of wildflowers, bringing creativity and flair to every bouquet we create.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Reliability Like a Sunflower Reliability Like a Sunflower
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Just as sunflowers always turn towards the sun, we are dedicated to providing reliable service that meets your floral needs, every time. Just as sunflowers always turn towards the sun, we are dedicated to providing reliable service that meets your floral needs, every time.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Elegance Like an Orchid Elegance Like an Orchid
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -5,33 +5,33 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace" mode="inner">
<h2 style="text-align: center">Meet the Team</h2> Meet the Team
</xpath> </xpath>
<!-- Person 1 --> <!-- Person 1 -->
<xpath expr="//h4" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Tony Fred, Floral Director Tony Fred, Floral Director
</xpath> </xpath>
<xpath expr="//p[2]" position="replace" mode="inner"> <xpath expr="//p[2]" position="replace" mode="inner">
Tony leads the creative vision for the shop. Tony leads the creative vision for the shop.
</xpath> </xpath>
<!-- Person 2 --> <!-- Person 2 -->
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Mich Stark, Operations Manager Mich Stark, Operations Manager
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[2]" position="replace" mode="inner">
Mich makes sure everything runs smoothly. Mich makes sure everything runs smoothly.
</xpath> </xpath>
<!-- Person 3 --> <!-- Person 3 -->
<xpath expr="(//h4)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Aline Turner, Bouquet Designer Aline Turner, Bouquet Designer
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[3]" position="replace" mode="inner">
Aline is the mastermind behind our bespoke floral arrangements. Aline is the mastermind behind our bespoke floral arrangements.
</xpath> </xpath>
<!-- Person 4 --> <!-- Person 4 -->
<xpath expr="(//h4)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Iris Joe, Customer Relations Iris Joe, Customer Relations
</xpath> </xpath>
<xpath expr="(//p[hasclass('o_small-fs')])[4]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('o_small-fs')])[4]" position="replace" mode="inner">
@@ -12,7 +12,7 @@
<attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/> <attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/>
</xpath> </xpath>
<!-- Column 1 - Title --> <!-- Column 1 - Title -->
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Local Producers Local Producers
</xpath> </xpath>
<!-- Column 1 - Paragraph --> <!-- Column 1 - Paragraph -->
@@ -29,7 +29,7 @@
<attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/> <attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/>
</xpath> </xpath>
<!-- Column 2 - Title --> <!-- Column 2 - Title -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Bio Flowers Bio Flowers
</xpath> </xpath>
<!-- Column 2 - Paragraph --> <!-- Column 2 - Paragraph -->
@@ -46,7 +46,7 @@
<attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/> <attribute name="style" add="--card-img-ratio-align: 20%;" separator=";"/>
</xpath> </xpath>
<!-- Column 3 - Title --> <!-- Column 3 - Title -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Eco-Friendly Packaging Eco-Friendly Packaging
</xpath> </xpath>
<!-- Column 3 - Paragraph --> <!-- Column 3 - Paragraph -->
+5 -5
View File
@@ -206,7 +206,7 @@
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card #1 - Title & text --> <!-- Card #1 - Title & text -->
<xpath expr="//h5[hasclass('card-title')]" position="replace" mode="inner"> <xpath expr="//h2[hasclass('card-title')]" position="replace" mode="inner">
HeyNosf Inc. Digital Transformation HeyNosf Inc. Digital Transformation
</xpath> </xpath>
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
@@ -225,7 +225,7 @@
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card #2 - Title & text --> <!-- Card #2 - Title & text -->
<xpath expr="(//h5[hasclass('card-title')])[2]" position="replace" mode="inner"> <xpath expr="(//h2[hasclass('card-title')])[2]" position="replace" mode="inner">
Fallanzy Integration Explained Fallanzy Integration Explained
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
@@ -244,7 +244,7 @@
<attribute name="style" add="border-width: 0px !important;" separator=";"/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card #3 - Title & text --> <!-- Card #3 - Title & text -->
<xpath expr="(//h5[hasclass('card-title')])[3]" position="replace" mode="inner"> <xpath expr="(//h2[hasclass('card-title')])[3]" position="replace" mode="inner">
Hotels Improvement Study Hotels Improvement Study
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
@@ -287,7 +287,7 @@
<attribute name="class" add="pt120 pb120 o_cc1" remove="pt64 pb64 o_cc5" separator=" "/> <attribute name="class" add="pt120 pb120 o_cc1" remove="pt64 pb64 o_cc5" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
50,000+ companies run Paptic to grow their businesses. 50,000+ companies run Paptic to grow their businesses.
</xpath> </xpath>
</template> </template>
@@ -650,7 +650,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Expert Consultancy in Tech &amp; Design Expert Consultancy in Tech &amp; Design
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -5,7 +5,7 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" remove="o_cc5" add="o_cc3" separator=" "/> <attribute name="class" remove="o_cc5" add="o_cc3" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Want To Become A Real Estate Agent? Want To Become A Real Estate Agent?
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.library_image_16</attribute> <attribute name="src">/web/image/website.library_image_16</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Real Estate Solutions for You Real Estate Solutions for You
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Explore Our Featured Properties Explore Our Featured Properties
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Spacious Urban Loft Spacious Urban Loft
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Experience city living at its finest in this expansive urban loft, featuring high ceilings, open-plan living spaces, and modern finishes, all in a prime location. Experience city living at its finest in this expansive urban loft, featuring high ceilings, open-plan living spaces, and modern finishes, all in a prime location.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Charming Suburban Home Charming Suburban Home
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Enjoy the comfort of this delightful suburban home with a spacious yard, cozy interior, and family-friendly neighborhood, perfect for making lasting memories. Enjoy the comfort of this delightful suburban home with a spacious yard, cozy interior, and family-friendly neighborhood, perfect for making lasting memories.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Luxurious Waterfront Villa Luxurious Waterfront Villa
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Indulge in opulence with this stunning waterfront villa, boasting panoramic views, a private pool, and exquisite design elements that offer a serene and exclusive living experience. Indulge in opulence with this stunning waterfront villa, boasting panoramic views, a private pool, and exquisite design elements that offer a serene and exclusive living experience.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Contemporary Penthouse Contemporary Penthouse
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -17,10 +17,10 @@
<xpath expr="//div[hasclass('card')]" position="attributes"> <xpath expr="//div[hasclass('card')]" position="attributes">
<attribute name="style">border-radius: 0px !important;</attribute> <attribute name="style">border-radius: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="//h5" position="before"> <xpath expr="//h2" position="before">
<p class="h4-fs">$295,000</p> <p class="h4-fs">$295,000</p>
</xpath> </xpath>
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
House On The Hill House On The Hill
</xpath> </xpath>
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
@@ -34,10 +34,10 @@
<xpath expr="(//div[hasclass('card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('card')])[2]" position="attributes">
<attribute name="style">border-radius: 0px !important;</attribute> <attribute name="style">border-radius: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="before"> <xpath expr="(//h2)[2]" position="before">
<p class="h4-fs">$1,295,000,000</p> <p class="h4-fs">$1,295,000,000</p>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Moutain View Moutain View
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
@@ -51,10 +51,10 @@
<xpath expr="(//div[hasclass('card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('card')])[3]" position="attributes">
<attribute name="style">border-radius: 0px !important;</attribute> <attribute name="style">border-radius: 0px !important;</attribute>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="before"> <xpath expr="(//h2)[3]" position="before">
<p class="h4-fs">$455,000</p> <p class="h4-fs">$455,000</p>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Paradise Residence Paradise Residence
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
@@ -15,8 +15,8 @@
<xpath expr="//div[hasclass('row')]/*[1]" position="attributes"> <xpath expr="//div[hasclass('row')]/*[1]" position="attributes">
<attribute name="class" add="col-lg-12" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-12" remove="col-lg-9" separator=" "/>
</xpath> </xpath>
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h3 style="text-align: center;">Help us protect and preserve for future generations</h3> <h2 class="h3-fs" style="text-align: center;">Help us protect and preserve for future generations</h2>
</xpath> </xpath>
<xpath expr="//p" position="replace"> <xpath expr="//p" position="replace">
<p class="lead" style="text-align: center;">Join us and make the planet a better place.</p> <p class="lead" style="text-align: center;">Join us and make the planet a better place.</p>
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Sustainability for a Better Tomorrow Sustainability for a Better Tomorrow
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -3,32 +3,32 @@
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Committed to a Greener Future Committed to a Greener Future
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Sustainable Practices Sustainable Practices
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
We implement sustainable practices across all aspects of our operations, from reducing waste and conserving resources to supporting eco-friendly initiatives. We implement sustainable practices across all aspects of our operations, from reducing waste and conserving resources to supporting eco-friendly initiatives.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Eco-Friendly Materials Eco-Friendly Materials
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our commitment to the environment includes using eco-friendly materials in our products and services, ensuring minimal impact on the planet while maintaining high quality. Our commitment to the environment includes using eco-friendly materials in our products and services, ensuring minimal impact on the planet while maintaining high quality.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Community Engagement Community Engagement
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
We actively engage with our community to promote environmental awareness and participate in local green initiatives, fostering a collective effort toward a more sustainable future. We actively engage with our community to promote environmental awareness and participate in local green initiatives, fostering a collective effort toward a more sustainable future.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Energy Efficiency Energy Efficiency
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -7,7 +7,7 @@
<attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/> <attribute name="class" add="o_cc3" remove="o_cc1" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Key milestones in our environmental impact Key milestones in our environmental impact
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
+13 -13
View File
@@ -179,10 +179,10 @@
<div class="o_we_shape o_web_editor_Floats_09"/> <div class="o_we_shape o_web_editor_Floats_09"/>
</xpath> </xpath>
<!-- Content --> <!-- Content -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
<b>50,000 pre-orders</b> already registered. <b>50,000 pre-orders</b> already registered.
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="style" add="text-align: left;" separator=";"/> <attribute name="style" add="text-align: left;" separator=";"/>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
@@ -272,21 +272,21 @@
<!-- ======== THREE COLUMNS ======== --> <!-- ======== THREE COLUMNS ======== -->
<template id="s_three_columns" inherit_id="website.s_three_columns"> <template id="s_three_columns" inherit_id="website.s_three_columns">
<!-- Column 1 --> <!-- Column 1 -->
<xpath expr="//h5" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Koran Mini Koran Mini
</xpath> </xpath>
<xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner"> <xpath expr="//p[hasclass('card-text')]" position="replace" mode="inner">
Unleashing power with elegance, the Koran Mini blends advanced engineering with classic design, delivering a thrilling ride thats both swift and smooth. Unleashing power with elegance, the Koran Mini blends advanced engineering with classic design, delivering a thrilling ride thats both swift and smooth.
</xpath> </xpath>
<!-- Column 2 --> <!-- Column 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Koran X Koran X
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[2]" position="replace" mode="inner">
A bold statement in every detail, the Koran X captures the spirit of modern adventure. Built for those who refuse to compromise on performance and style. A bold statement in every detail, the Koran X captures the spirit of modern adventure. Built for those who refuse to compromise on performance and style.
</xpath> </xpath>
<!-- Column 3 --> <!-- Column 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Koran GT Koran GT
</xpath> </xpath>
<xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner"> <xpath expr="(//p[hasclass('card-text')])[3]" position="replace" mode="inner">
@@ -746,7 +746,7 @@
<attribute name="src">/web/image/website.library_image_05</attribute> <attribute name="src">/web/image/website.library_image_05</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Reliable Vehicle Services &amp; Repairs Reliable Vehicle Services &amp; Repairs
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
@@ -800,32 +800,32 @@
<!-- ======== CARDS GRID ======== --> <!-- ======== CARDS GRID ======== -->
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Unleash the Power of Our Sports Cars Unleash the Power of Our Sports Cars
</xpath> </xpath>
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
High-Performance Engine High-Performance Engine
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Experience thrilling acceleration and top speeds with our sports cars high-performance engine, designed for an exhilarating driving experience on both the track and the road. Experience thrilling acceleration and top speeds with our sports cars high-performance engine, designed for an exhilarating driving experience on both the track and the road.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Sporty Interior Sporty Interior
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Immerse yourself in a driver-focused cockpit with sport seats, intuitive controls, and premium materials, all crafted to enhance your driving pleasure and comfort. Immerse yourself in a driver-focused cockpit with sport seats, intuitive controls, and premium materials, all crafted to enhance your driving pleasure and comfort.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Precision Handling Precision Handling
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
Enjoy exceptional control and responsiveness with advanced suspension systems and precise steering, offering unmatched agility and cornering capabilities. Enjoy exceptional control and responsiveness with advanced suspension systems and precise steering, offering unmatched agility and cornering capabilities.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Aerodynamic Design Aerodynamic Design
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
@@ -893,8 +893,8 @@
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="pt88 pb88" remove="pt48 pb48" separator=" "/> <attribute name="class" add="pt88 pb88" remove="pt48 pb48" separator=" "/>
</xpath> </xpath>
<xpath expr="//div[hasclass('o_grid_item')]//h3" position="replace"> <xpath expr="//div[hasclass('o_grid_item')]//h2" position="replace" mode="inner">
<h2>Key Metrics of our Achievements</h2> Key Metrics of our Achievements
</xpath> </xpath>
<xpath expr="//div[hasclass('o_grid_item')]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('o_grid_item')]//p" position="replace" mode="inner">
Our commitment to innovation, performance, and sustainability drives us forward, enabling us to deliver excellence across all categories of the automotive industry. Our commitment to innovation, performance, and sustainability drives us forward, enabling us to deliver excellence across all categories of the automotive industry.
@@ -10,7 +10,7 @@
<div class="o_we_bg_filter bg-black-25"/> <div class="o_we_bg_filter bg-black-25"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace"> <xpath expr="//h2" position="replace">
<h2>Discover how we can help you<br/>making this day unforgettable.</h2> <h2>Discover how we can help you<br/>making this day unforgettable.</h2>
</xpath> </xpath>
<!-- Paragraph --> <!-- Paragraph -->
+1 -1
View File
@@ -15,7 +15,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Capturing Your Love Story Capturing Your Love Story
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+4 -4
View File
@@ -2,28 +2,28 @@
<odoo> <odoo>
<template id="s_cards_grid" inherit_id="website.s_cards_grid"> <template id="s_cards_grid" inherit_id="website.s_cards_grid">
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h3)[1]" position="replace" mode="inner">
Dream Wedding Venues Dream Wedding Venues
</xpath> </xpath>
<xpath expr="(//p)[1]" position="replace" mode="inner"> <xpath expr="(//p)[1]" position="replace" mode="inner">
Discover breathtaking venues that capture the essence of romance, from grand castles to scenic beach resorts, perfect for your unforgettable day. Discover breathtaking venues that capture the essence of romance, from grand castles to scenic beach resorts, perfect for your unforgettable day.
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Bespoke Wedding Planning Bespoke Wedding Planning
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"> <xpath expr="(//p)[2]" position="replace" mode="inner">
Our expert team crafts personalized wedding experiences, managing every detail so you can enjoy a stress-free celebration with your loved ones. Our expert team crafts personalized wedding experiences, managing every detail so you can enjoy a stress-free celebration with your loved ones.
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Dance and Music Entertainment Dance and Music Entertainment
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"> <xpath expr="(//p)[3]" position="replace" mode="inner">
From romantic first dances to lively late-night parties, we'll create the perfect mood on a stunning dancefloor for your special day. From romantic first dances to lively late-night parties, we'll create the perfect mood on a stunning dancefloor for your special day.
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Luxury Honeymoon Packages Luxury Honeymoon Packages
</xpath> </xpath>
<xpath expr="(//p)[4]" position="replace" mode="inner"> <xpath expr="(//p)[4]" position="replace" mode="inner">
+2 -2
View File
@@ -8,7 +8,7 @@
</xpath> </xpath>
<xpath expr="//p" position="replace"/> <xpath expr="//p" position="replace"/>
<!-- Row #1 - Col #1 --> <!-- Row #1 - Col #1 -->
<xpath expr="//div[hasclass('col-lg-9')]//h4" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-9')]//h3" position="replace" mode="inner">
Livia Sailor Livia Sailor
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-9')]//p" position="replace" mode="inner">
@@ -18,7 +18,7 @@
Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest. Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.
</xpath> </xpath>
<!-- Row #1 - Col #2 --> <!-- Row #1 - Col #2 -->
<xpath expr="(//div[hasclass('col-lg-9')])[2]//h4" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[2]//h3" position="replace" mode="inner">
Clair Stark Clair Stark
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-lg-9')])[2]//p" position="replace" mode="inner">
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<odoo> <odoo>
<template id="s_company_team_basic" inherit_id="website.s_company_team_basic"> <template id="s_company_team_basic" inherit_id="website.s_company_team_basic">
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Meet our team Meet our team
</xpath> </xpath>
<!-- Team #01 - Title --> <!-- Team #01 - Title -->
<xpath expr="//h4" position="replace" mode="inner"> <xpath expr="//h3" position="replace" mode="inner">
Tony Fred Tony Fred
</xpath> </xpath>
<!-- Team #01 - Work Description --> <!-- Team #01 - Work Description -->
@@ -14,7 +14,7 @@
</xpath> </xpath>
<!-- Team #02 - Title --> <!-- Team #02 - Title -->
<xpath expr="(//h4)[2]" position="replace" mode="inner"> <xpath expr="(//h3)[2]" position="replace" mode="inner">
Clair Stark Clair Stark
</xpath> </xpath>
<!-- Team #02 - Work Description --> <!-- Team #02 - Work Description -->
@@ -23,7 +23,7 @@
</xpath> </xpath>
<!-- Team #03 - Title --> <!-- Team #03 - Title -->
<xpath expr="(//h4)[3]" position="replace" mode="inner"> <xpath expr="(//h3)[3]" position="replace" mode="inner">
Aline Turner Aline Turner
</xpath> </xpath>
<!-- Team #03 - Work Description --> <!-- Team #03 - Work Description -->
@@ -32,7 +32,7 @@
</xpath> </xpath>
<!-- Team #04 - Title --> <!-- Team #04 - Title -->
<xpath expr="(//h4)[4]" position="replace" mode="inner"> <xpath expr="(//h3)[4]" position="replace" mode="inner">
Iris Joe Iris Joe
</xpath> </xpath>
<!-- Team #04 - Work Description --> <!-- Team #04 - Work Description -->
+1 -1
View File
@@ -7,7 +7,7 @@
<attribute name="class" add="o_cc o_cc2 pb88" remove="pb64" separator=" "/> <attribute name="class" add="o_cc o_cc2 pb88" remove="pb64" separator=" "/>
</xpath> </xpath>
<!-- Remove title and subtitle --> <!-- Remove title and subtitle -->
<xpath expr="//div[hasclass('container')]/h3" position="replace"/> <xpath expr="//div[hasclass('container')]/h2" position="replace"/>
<xpath expr="//div[hasclass('container')]/p" position="replace"/> <xpath expr="//div[hasclass('container')]/p" position="replace"/>
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/> <xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/>
+4 -4
View File
@@ -4,7 +4,7 @@
<template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template"> <template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template">
<!-- Little Blocks --> <!-- Little Blocks -->
<!-- Little block #01 - Title --> <!-- Little block #01 - Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Caterers Caterers
</xpath> </xpath>
<!-- Little block #01 - Text --> <!-- Little block #01 - Text -->
@@ -14,7 +14,7 @@
</xpath> </xpath>
<!-- Bigger block #02 - Title --> <!-- Bigger block #02 - Title -->
<xpath expr="(//h3)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Venues Venues
</xpath> </xpath>
<!-- Bigger block #02 - Text --> <!-- Bigger block #02 - Text -->
@@ -24,7 +24,7 @@
</xpath> </xpath>
<!-- Bigger block #03 - Title --> <!-- Bigger block #03 - Title -->
<xpath expr="(//h3)[3]" position="replace" mode="inner"> <xpath expr="(//h2)[3]" position="replace" mode="inner">
Attire Attire
</xpath> </xpath>
<!-- Bigger block #03 - Text --> <!-- Bigger block #03 - Text -->
@@ -34,7 +34,7 @@
</xpath> </xpath>
<!-- Little block #04 - Title --> <!-- Little block #04 - Title -->
<xpath expr="(//h3)[4]" position="replace" mode="inner"> <xpath expr="(//h2)[4]" position="replace" mode="inner">
FAQ FAQ
</xpath> </xpath>
<!-- Little block #04 - Text --> <!-- Little block #04 - Text -->
+1 -1
View File
@@ -11,7 +11,7 @@
<attribute name="src">/web/image/website.s_carousel_default_image_3</attribute> <attribute name="src">/web/image/website.s_carousel_default_image_3</attribute>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Elevate Your Brand with Digital Marketing Elevate Your Brand with Digital Marketing
</xpath> </xpath>
<!-- Paragraph 1 --> <!-- Paragraph 1 -->
+7 -7
View File
@@ -3,29 +3,29 @@
<template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template"> <template id="s_masonry_block_default_template" inherit_id="website.s_masonry_block_default_template">
<!-- Block #01 --> <!-- Block #01 -->
<xpath expr="//h3" position="replace"/> <xpath expr="//h2" position="replace"/>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
<em class="lead">Maintain a position of constant change<br/> and evolution, while always aiming<br/> for your success.</em> <em class="lead">Maintain a position of constant change<br/> and evolution, while always aiming<br/> for your success.</em>
</xpath> </xpath>
<!-- Block #02 --> <!-- Block #02 -->
<xpath expr="//h3" position="before"> <xpath expr="//h2" position="before">
<i class="fa fa-2x fa-star text-o-color-2 rounded-circle shadow mx-auto my-3"/> <i class="fa fa-2x fa-star text-o-color-2 rounded-circle shadow mx-auto my-3"/>
</xpath> </xpath>
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Super <b>Easy</b> Super <b>Easy</b>
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="class" add="text-center" separator=" "/> <attribute name="class" add="text-center" separator=" "/>
</xpath> </xpath>
<xpath expr="(//p)[2]" position="replace" mode="inner"/> <xpath expr="(//p)[2]" position="replace" mode="inner"/>
<!-- Block #03 --> <!-- Block #03 -->
<xpath expr="(//h3)[2]" position="before"> <xpath expr="(//h2)[2]" position="before">
<i class="fa fa-2x fa-rocket text-o-color-1 rounded-circle shadow mx-auto my-3"/> <i class="fa fa-2x fa-rocket text-o-color-1 rounded-circle shadow mx-auto my-3"/>
</xpath> </xpath>
<xpath expr="(//h3)[2]" position="replace" mode="inner"> <xpath expr="(//h2)[2]" position="replace" mode="inner">
Super <b>Fast</b> Super <b>Fast</b>
</xpath> </xpath>
<xpath expr="(//h3)[2]" position="attributes"> <xpath expr="(//h2)[2]" position="attributes">
<attribute name="class" add="text-center" separator=" "/> <attribute name="class" add="text-center" separator=" "/>
</xpath> </xpath>
<xpath expr="(//p)[3]" position="replace" mode="inner"/> <xpath expr="(//p)[3]" position="replace" mode="inner"/>
+4 -4
View File
@@ -7,7 +7,7 @@
<attribute name="class" add="pt72 pb72" remove="pt48 pb48" separator=" "/> <attribute name="class" add="pt72 pb72" remove="pt48 pb48" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h3" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Meet Our Specialists Meet Our Specialists
</xpath> </xpath>
<!-- Lead --> <!-- Lead -->
@@ -26,7 +26,7 @@
<xpath expr="(//div[hasclass('col-12')])[2]//i" position="attributes"> <xpath expr="(//div[hasclass('col-12')])[2]//i" position="attributes">
<attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/> <attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[2]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[2]//h3" position="replace" mode="inner">
Coding Excellence Coding Excellence
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[2]//p" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[2]//p" position="replace" mode="inner">
@@ -36,7 +36,7 @@
<xpath expr="(//div[hasclass('col-12')])[3]//i" position="attributes"> <xpath expr="(//div[hasclass('col-12')])[3]//i" position="attributes">
<attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/> <attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[3]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[3]//h3" position="replace" mode="inner">
Agile Approach Agile Approach
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[3]//p" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[3]//p" position="replace" mode="inner">
@@ -46,7 +46,7 @@
<xpath expr="(//div[hasclass('col-12')])[4]//i" position="attributes"> <xpath expr="(//div[hasclass('col-12')])[4]//i" position="attributes">
<attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/> <attribute name="class" remove="bg-o-color-3" add="bg-o-color-2" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[4]//h5" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[4]//h3" position="replace" mode="inner">
Security First Security First
</xpath> </xpath>
<xpath expr="(//div[hasclass('col-12')])[4]//p" position="replace" mode="inner"> <xpath expr="(//div[hasclass('col-12')])[4]//p" position="replace" mode="inner">