2021-05-10 15:45:35 +02:00
<?xml version="1.0" encoding="utf-8"?>
<odoo >
2024-08-05 14:05:27 +02:00
<!-- ======== CLOSER LOOK ======== -->
<template id= "s_closer_look" inherit_id= "website.s_closer_look" >
<!-- Button -->
<xpath expr= "(//a)[2]" position= "attributes" >
<attribute name= "class" remove= "btn-outline-primary" add= "btn-outline-secondary" separator= " " />
</xpath>
</template>
2021-09-14 11:50:33 +00:00
<!-- ======== COVER ======== -->
<template id= "s_cover" inherit_id= "website.s_cover" name= "Avantgarde s_cover" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//section" position= "attributes" >
2021-09-14 11:50:33 +00:00
<attribute name= "class" add= "s_parallax_no_overflow_hidden o_full_screen_height" remove= "s_parallax_is_fixed s_parallax" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
2021-09-14 11:50:33 +00:00
<xpath expr= "//span[hasclass('s_parallax_bg')]" position= "attributes" >
2024-09-24 12:48:00 +00:00
<attribute name= "style" remove= "background-position: 50% 75%;" add= "background-position: 50% 80%;" separator= ";" />
2021-09-14 11:50:33 +00:00
</xpath>
2024-10-24 13:35:06 +02:00
<xpath expr= "//div[hasclass('o_we_bg_filter')]" position= "attributes" >
<attribute name= "class" remove= "bg-black-50" add= "bg-black-75" separator= " " />
2023-10-17 14:52:06 +02:00
</xpath>
2023-08-01 17:43:40 +02:00
<xpath expr= "//h1" position= "replace" mode= "inner" >
2021-09-14 11:50:33 +00:00
We are Avantgarde.
</xpath>
<xpath expr= "//p" position= "replace" mode= "inner" >
We create architecture, landscapes, interiors, product design and graphic design.<br />
Our methods allow us to explore a future that is equitable, data-driven, and green.
</xpath>
2021-05-10 15:45:35 +02:00
</template>
2024-09-17 09:27:14 +00:00
<!-- ======== SIDEGRID ======== -->
<template id= "s_sidegrid" inherit_id= "website.s_sidegrid" name= "Avantgarde s_sidegrid" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_colored_level pt0 pb0" remove= "pt56 pb56" separator= " " />
</xpath>
<!-- Container -->
<xpath expr= "//div[hasclass('container')]" position= "attributes" >
<attribute name= "class" add= "container-fluid" remove= "container" separator= " " />
</xpath>
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
<div class= "d-inline text-o-color-1" > Avantgarde</div>
</xpath>
<xpath expr= "//h1" position= "attributes" >
<attribute name= "class" remove= "display-4" add= "display-1" separator= " " />
<attribute name= "style" > text-align: right;</attribute>
</xpath>
<!-- Pararaph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Art gallery
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "attributes" >
<attribute name= "class" add= "h2-fs" separator= " " />
<attribute name= "style" > text-align: right;</attribute>
</xpath>
<!-- Grid Item 1 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[1]" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
<attribute name= "style" remove= "--grid-item-padding-x: 24px" add= "--grid-item-padding-y: 40px; --grid-item-padding-x: 40px;" separator= ";" />
</xpath>
<!-- Grid Item 2 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[2]" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc4" separator= " " />
<attribute name= "style" add= "--grid-item-padding-y: 0px; --grid-item-padding-x: 0px;" separator= ";" />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[2]//img" position= "replace" />
<!-- Grid Item 3 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[3]" position= "attributes" >
<attribute name= "style" add= "--grid-item-padding-y: 0px; --grid-item-padding-x: 0px;" separator= ";" />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[3]//img" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<!-- Grid Item 4 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[4]" position= "attributes" >
<attribute name= "style" add= "--grid-item-padding-y: 0px; --grid-item-padding-x: 0px;" separator= ";" />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[4]//img" position= "attributes" >
<attribute name= "class" remove= "rounded" separator= " " />
</xpath>
<!-- Grid Item 5 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[5]" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc2" separator= " " />
<attribute name= "style" add= "--grid-item-padding-y: 40px; --grid-item-padding-x: 40px;" separator= ";" />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[5]//img" position= "replace" />
<xpath expr= "(//div[hasclass('o_grid_item')])[5]" position= "inside" >
<h2 class= "display-2-fs" > ✴ San Francisco</h2>
<p class= "lead" > Come visit us from Tuesday 9 AM to Saturday 6 PM</p>
</xpath>
</template>
2024-08-02 13:33:28 +02:00
<!-- ======== STRIPED TOP ======== -->
<template id= "s_striped_top" inherit_id= "website.s_striped_top" >
<!-- Button -->
<xpath expr= "//a" position= "attributes" >
<attribute name= "class" add= "btn-secondary" remove= "btn-primary" separator= " " />
</xpath>
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web/image/website.s_media_list_default_image_1</attribute>
</xpath>
</template>
2021-09-14 11:50:33 +00:00
<!-- ======== PICTURE ======== -->
<template id= "s_picture" inherit_id= "website.s_picture" name= "Avantgarde s_cover" >
2021-05-10 15:45:35 +02:00
<xpath expr= "//section" position= "attributes" >
2024-07-17 16:45:52 +02:00
<attribute name= "class" add= "pt144 pb128" remove= "pt64 pb64" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
2021-09-14 11:50:33 +00:00
<xpath expr= "//h2" position= "attributes" >
2024-09-24 11:24:37 +00:00
<attribute name= "style" remove= "text-align: center;" separator= ";" />
2021-09-14 11:50:33 +00:00
<attribute name= "class" add= "text-break" separator= " " />
</xpath>
2023-08-01 17:43:40 +02:00
<xpath expr= "//h2" position= "replace" mode= "inner" >
2021-09-14 11:50:33 +00:00
Design Methodology
</xpath>
<xpath expr= "//p" position= "attributes" >
2024-09-24 11:24:37 +00:00
<attribute name= "style" remove= "text-align: center;" separator= ";" />
2021-09-14 11:50:33 +00:00
</xpath>
<xpath expr= "//p" position= "replace" mode= "inner" >
Our design methodology is rooted in our core values.<br />
We combine a wide spectrum of technologies with a good portion of creativity.
</xpath>
<xpath expr= "//img" position= "attributes" >
2024-09-17 09:27:14 +00:00
<attribute name= "src" > /web_editor/image_shape/website.s_picture_default_image/web_editor/panel/panel_duo_step.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/panel/panel_duo_step</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/webp</attribute>
2021-09-14 11:50:33 +00:00
<attribute name= "data-file-name" > bg_image_14.svg</attribute>
</xpath>
<xpath expr= "//figcaption" position= "attributes" >
2024-09-24 11:24:37 +00:00
<attribute name= "style" add= "text-align: right;" separator= ";" />
2021-09-14 11:50:33 +00:00
</xpath>
<xpath expr= "//figcaption" position= "replace" mode= "inner" >
We carry out an interdisciplinary design process.
2021-05-10 15:45:35 +02:00
</xpath>
</template>
2021-09-14 11:50:33 +00:00
<!-- ======== COLUMNS ======== -->
<template id= "s_three_columns" inherit_id= "website.s_three_columns" name= "Avantgarde s_three_columns" >
<xpath expr= "//section" position= "attributes" >
2024-09-17 09:27:14 +00:00
<attribute name= "class" add= "pt120 pb120" remove= "pt32 pb32" separator= " " />
2021-09-14 11:50:33 +00:00
</xpath>
<xpath expr= "//*[hasclass('card')]" position= "attributes" >
<attribute name= "class" add= "shadow border" separator= " " />
2022-05-25 15:30:58 +00:00
<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>
2021-09-14 11:50:33 +00:00
</xpath>
2025-08-18 14:54:15 +02:00
<xpath expr= "//h2" position= "replace" mode= "inner" >
2021-09-14 11:50:33 +00:00
<span style= "font-weight: bolder;" > Excellence</span>
</xpath>
<xpath expr= "(//p[hasclass('card-text')])[1]" position= "replace" mode= "inner" >
We conduct state-of-the-art research and development to solve complex design challenges, taking the latest advances out of the lab and into the hands of architects and engineers.</xpath>
<xpath expr= "(//*[hasclass('card')])[2]" position= "attributes" >
<attribute name= "class" add= "shadow border" separator= " " />
2022-05-25 15:30:58 +00:00
<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>
2021-09-14 11:50:33 +00:00
</xpath>
2025-08-18 14:54:15 +02:00
<xpath expr= "(//h2)[2]" position= "replace" mode= "inner" >
2021-09-14 11:50:33 +00:00
<span style= "font-weight: bolder;" > Collaboration</span>
</xpath>
<xpath expr= "(//p[hasclass('card-text')])[2]" position= "replace" mode= "inner" >
We thrive on rich collaborations to push our thinking. A continuous state of reinvention, driven by our partners in the process, is essential to our work.
</xpath>
<xpath expr= "(//*[hasclass('card')])[3]" position= "attributes" >
<attribute name= "class" add= "shadow border" separator= " " />
2022-05-25 15:30:58 +00:00
<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>
2021-09-14 11:50:33 +00:00
</xpath>
2025-08-18 14:54:15 +02:00
<xpath expr= "(//h2)[3]" position= "replace" mode= "inner" >
2021-09-14 11:50:33 +00:00
<span style= "font-weight: bolder;" > Sustainability</span>
</xpath>
<xpath expr= "(//p[hasclass('card-text')])[3]" position= "replace" mode= "inner" >
Sustainability is at the heart of our design approach. We audit projects against global standards as well as our own, more comprehensive, responsibility framework.
2021-05-10 15:45:35 +02:00
</xpath>
</template>
2023-08-28 14:42:05 +02:00
<template id= "configurator_s_three_columns" inherit_id= "website.configurator_s_three_columns" name= "Avantgarde s_three_columns" >
<xpath expr= "//section" position= "attributes" >
2025-08-11 14:05:22 +02:00
<attribute name= "data-oe-shape-data" > {"shape":"html_builder/Connections/02","colors":{"c5":"o-color-1"}}</attribute>
2023-08-28 14:42:05 +02:00
</xpath>
<xpath expr= "//div[hasclass('container')]" position= "before" >
2025-08-11 16:19:15 +02:00
<div class= "o_we_shape o_html_builder_Connections_02" style= "background-image: url('/html_editor/shape/html_builder/Connections/02.svg?c5=o-color-1');" />
2023-08-28 14:42:05 +02:00
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== TEXT - IMAGE ======== -->
2021-09-14 11:50:33 +00:00
<template id= "s_text_image" inherit_id= "website.s_text_image" name= "Avantgarde s_text_image" >
<xpath expr= "//section" position= "attributes" >
2024-09-17 09:27:14 +00:00
<attribute name= "class" add= "o_cc o_cc3" separator= " " />
2021-09-14 11:50:33 +00:00
</xpath>
2024-07-24 17:28:39 +02:00
<xpath expr= "//div[hasclass('col-lg-5')]" position= "attributes" >
<attribute name= "class" add= "col-lg-4 offset-lg-1" remove= "col-lg-5" separator= " " />
2021-09-14 11:50:33 +00:00
</xpath>
<xpath expr= "//h2" position= "replace" mode= "inner" >
<span class= "text-break" style= "font-size: 62px; font-weight: bolder;" > Our R& D Approach</span>
</xpath>
<xpath expr= "//p" position= "before" >
<p > <br /> </p>
</xpath>
<xpath expr= "//p[2]" position= "replace" mode= "inner" >
Making innovative design requires us to push the limits of technological possibilities. As a group of in-house specialists, we develop and implement computational workflows and new technologies.
</xpath>
<xpath expr= "//p[3]" position= "replace" mode= "inner" >
Through a mixture of project-based work and standalone research, we make efficient projects, adaptable in the face of change.
</xpath>
<xpath expr= "//a[hasclass('btn')]" position= "before" >
<p > <br /> </p>
</xpath>
2021-05-10 15:45:35 +02:00
<xpath expr= "//a[hasclass('btn')]" position= "attributes" >
<attribute name= "class" add= "btn-lg" separator= " " />
</xpath>
2021-09-14 11:50:33 +00:00
<xpath expr= "//img" position= "attributes" >
2024-09-17 09:27:14 +00:00
<attribute name= "src" > /web_editor/image_shape/website.s_text_image_default_image/web_editor/panel/panel_trio_out_r.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/panel/panel_trio_out_r</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/webp</attribute>
2021-09-14 11:50:33 +00:00
<attribute name= "data-file-name" > bg_image_13.svg</attribute>
2021-05-10 15:45:35 +02:00
</xpath>
</template>
<!-- ======== IMAGE - TEXT ======== -->
2021-09-14 11:50:33 +00:00
<template id= "s_image_text" inherit_id= "website.s_image_text" name= "Avantgarde s_image_text" >
2024-07-24 17:49:48 +02:00
<xpath expr= "//div[hasclass('col-lg-6')]" position= "attributes" >
2021-05-10 15:45:35 +02:00
<attribute name= "class" add= "col-lg-5 offset-lg-1" remove= "col-lg-6" separator= " " />
</xpath>
2024-07-24 17:49:48 +02:00
<xpath expr= "//div[hasclass('col-lg-5')]" position= "attributes" >
<attribute name= "class" add= "col-lg-4" remove= "col-lg-5" separator= " " />
2021-05-10 15:45:35 +02:00
</xpath>
<xpath expr= "//a[hasclass('btn')]" position= "attributes" >
<attribute name= "class" add= "btn-lg" separator= " " />
</xpath>
</template>
2021-09-14 11:50:33 +00:00
<!-- ======== CALL TO ACTION ======== -->
<template id= "s_call_to_action" inherit_id= "website.s_call_to_action" name= "Avantgarde s_call_to_action" >
2025-08-18 14:54:15 +02:00
<xpath expr= "//h2" position= "replace" >
<h2 style= "text-align: right;" > <b > Since 1992</b> creating around the world.</h2>
2021-05-10 15:45:35 +02:00
</xpath>
2021-09-14 11:50:33 +00:00
<xpath expr= "//p" position= "replace" mode= "inner" >
We partner with ambitious clients. We’ d love to hear from you.
</xpath>
<xpath expr= "//div[hasclass('col-lg-9')]" position= "attributes" >
<attribute name= "class" add= "col-lg-8" remove= "col-lg-9" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('col-lg-8')]/p" position= "attributes" >
2024-09-24 11:24:37 +00:00
<attribute name= "style" add= "text-align: right;" separator= ";" />
2021-09-14 11:50:33 +00:00
</xpath>
<xpath expr= "//div[hasclass('col-lg-3')]" position= "attributes" >
<attribute name= "class" add= "col-lg-4" remove= "col-lg-3" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('col-lg-4')]/p" position= "attributes" >
<attribute name= "style" add= "text-align: left;" remove= "text-align: right;" separator= ";" />
</xpath>
2021-05-10 15:45:35 +02:00
</template>
2024-08-12 11:14:35 +02:00
<!-- ======== CTA Box ======== -->
<template id= "s_cta_box" inherit_id= "website.s_cta_box" >
<!-- Card -->
<xpath expr= "//div[hasclass('card')]" position= "attributes" >
<attribute name= "class" add= "o_cc2" remove= "o_cc4" separator= " " />
</xpath>
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Discover what innovation<br /> looks like !
</xpath>
<!-- Paragraphs -->
<xpath expr= "//p" position= "replace" mode= "inner" >
Explore our large collection of disruptive products<br /> <br />
</xpath>
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
2025-06-26 14:07:37 +02:00
<attribute name= "src" > /theme_avantgarde/static/src/img/pictures/bg_image_07.webp</attribute>
2024-08-12 11:14:35 +02:00
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]" position= "replace" mode= "inner" >
Learn more
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== CAROUSEL ======== -->
2021-09-14 11:50:33 +00:00
<template id= "s_carousel" inherit_id= "website.s_carousel" name= "Avantgarde s_carousel" >
2024-07-17 20:52:53 +02:00
<xpath expr= "//div[hasclass('carousel-indicators')]" position= "attributes" >
<attribute name= "class" add= "s_carousel_indicators_dots" separator= " " />
</xpath>
<xpath expr= "(//div[hasclass('carousel-item')])[2]" position= "attributes" >
2024-12-04 15:58:04 +01:00
<attribute name= "class" add= "o_cc o_cc5" separator= " " />
2024-07-17 20:52:53 +02:00
</xpath>
<xpath expr= "//div[hasclass('carousel-item')]//div[hasclass('o_we_bg_filter')]" position= "replace" >
<div class= "o_we_bg_filter bg-black-50" />
</xpath>
<xpath expr= "(//div[hasclass('carousel-item')])[2]//div[hasclass('container')]" position= "before" >
<div class= "o_we_bg_filter bg-black-50" />
</xpath>
<xpath expr= "(//div[hasclass('carousel-item')])[3]//div[hasclass('container')]" position= "before" >
<div class= "o_we_bg_filter bg-black-50" />
2021-05-10 15:45:35 +02:00
</xpath>
2024-07-17 20:52:53 +02:00
<xpath expr= "//h2" position= "replace" mode= "inner" >
2024-09-17 09:27:14 +00:00
ARTWORK
2021-05-10 15:45:35 +02:00
</xpath>
2024-07-17 20:52:53 +02:00
<xpath expr= "//div[hasclass('carousel-item')]//p[2]" position= "replace" />
<xpath expr= "(//div[hasclass('carousel-item')])[2]//p[2]" position= "replace" />
2021-05-10 15:45:35 +02:00
</template>
2024-09-03 13:39:43 +02:00
<!-- ======== CAROUSEL INTRO ======== -->
<template id= "s_carousel_intro" inherit_id= "website.s_carousel_intro" name= "Avantgarde s_carousel_intro" >
<xpath expr= "//h1" position= "replace" mode= "inner" >
Defining the future of creativity
</xpath>
<xpath expr= "//h2" position= "replace" mode= "inner" >
Innovative concepts tailored for you
</xpath>
<xpath expr= "(//h2)[2]" position= "replace" mode= "inner" >
Unleash your vision
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Embrace cutting-edge ideas that challenge norms and redefine the boundaries of modern creativity, every single day.
</xpath>
<xpath expr= "(//p[hasclass('lead')])[2]" position= "replace" mode= "inner" >
Transform your approach with our forward-thinking strategies.
</xpath>
<xpath expr= "(//p[hasclass('lead')])[3]" position= "replace" mode= "inner" >
Explore more and discover innovative projects that align with your avant-garde vision, crafted for impact and disruption.
</xpath>
</template>
2021-05-10 15:45:35 +02:00
<!-- ======== QUOTES ======== -->
<template id= "s_quotes_carousel" inherit_id= "website.s_quotes_carousel" name= "Avantgarde s_quotes_carousel" >
<!-- Assign slide2 as 'active' and move it in first position -->
<xpath expr= "//div[hasclass('carousel-inner')]/div" position= "attributes" >
<attribute name= "class" remove= "active" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('carousel-inner')]/div[2]" position= "attributes" >
<attribute name= "class" add= "active" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('carousel-inner')]/div" position= "before" >
<xpath expr= "//div[hasclass('carousel-inner')]/div[2]" position= "move" />
</xpath>
</template>
2024-07-17 13:12:49 +02:00
<!-- ======== PRICELIST ======== -->
<template id= "s_product_catalog" inherit_id= "website.s_product_catalog" >
<!-- Remove filter -->
<xpath expr= "//div[hasclass('o_we_bg_filter')]" position= "replace" />
</template>
2024-08-16 16:08:40 +02:00
<!-- ======== QUADRANT ======== -->
<template id= "s_quadrant" inherit_id= "website.s_quadrant" >
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
2024-09-17 09:27:14 +00:00
Avantgarde Gallery
2024-08-16 16:08:40 +02:00
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
2024-09-17 09:27:14 +00:00
250 Executive Park Blvd, Suite 3400<br /> San Francisco CA 94134<br /> United States
2024-08-16 16:08:40 +02:00
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]/t" position= "replace" mode= "inner" >
2024-09-17 09:27:14 +00:00
Get Directions
2024-08-16 16:08:40 +02:00
</xpath>
</template>
2024-08-08 17:33:55 +02:00
<!-- ======== UNVEIL ======== -->
<template id= "s_unveil" inherit_id= "website.s_unveil" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc2" separator= " " />
</xpath>
</template>
2024-08-22 10:28:11 +02:00
<!-- ======== FREE GRID ======== -->
<template id= "s_freegrid" inherit_id= "website.s_freegrid" >
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Innovative Design and Art That Inspire Change
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Dive into the world of design and fine art with our collection of forward-thinking pieces. Discover how creativity drives change in the art world through our exclusive exhibitions and publications.
</xpath>
<!-- Button -->
<xpath expr= "//a" position= "replace" mode= "inner" >
Discover More
</xpath>
</template>
2024-08-14 09:07:39 +02:00
<!-- ======== KEY BENEFITS ======== -->
<template id= "s_key_benefits" inherit_id= "website.s_key_benefits" >
<!-- Titles -->
<xpath expr= "(//h3)[1]" position= "replace" mode= "inner" >
Tailored Pricing
</xpath>
<xpath expr= "(//h3)[2]" position= "replace" mode= "inner" >
Continuous Support
</xpath>
<xpath expr= "(//h3)[3]" position= "replace" mode= "inner" >
Tax-Free Services
</xpath>
<!-- Paragraphs -->
2024-09-19 17:41:35 +02:00
<xpath expr= "//div[hasclass('col-lg-4')][1]/p" position= "replace" mode= "inner" >
2024-08-14 09:07:39 +02:00
We provide custom pricing based on the unique needs of your project, ensuring you receive exceptional design services that fit your budget.
</xpath>
2024-09-19 17:41:35 +02:00
<xpath expr= "//div[hasclass('col-lg-4')][2]/p" position= "replace" mode= "inner" >
2024-08-14 09:07:39 +02:00
Our team is here to assist you at every stage of your project, ensuring a smooth and stress-free process for your project.
</xpath>
2024-09-19 17:41:35 +02:00
<xpath expr= "//div[hasclass('col-lg-4')][3]/p" position= "replace" mode= "inner" >
2024-08-14 09:07:39 +02:00
We maximize value by offering tax-efficient design services, helping you achieve your vision while keeping your project financially streamlined.
</xpath>
</template>
2024-08-07 19:19:28 +02:00
<!-- ======== PRICELIST BOXED ======== -->
<template id= "s_pricelist_boxed" inherit_id= "website.s_pricelist_boxed" >
<xpath expr= "//h2" position= "replace" mode= "inner" >
Our Photography Services
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Capture your moments with our range of professional photography services. Expertly crafted to make every memory unforgettable.
</xpath>
<xpath expr= "//h3" position= "replace" mode= "inner" >
✽    Event Photography
</xpath>
<xpath expr= "(//h3)[2]" position= "replace" mode= "inner" >
✽    Portrait Photography
</xpath>
<xpath expr= "//t[@t-set='name']" position= "replace" mode= "inner" >
Wedding Day Coverage
</xpath>
<xpath expr= "//t[@t-set='price']" position= "replace" mode= "inner" >
$2,000.00
</xpath>
<xpath expr= "//t[@t-set='description']" position= "replace" mode= "inner" >
Comprehensive wedding day photography service capturing every special moment, from the ceremony to the reception.
</xpath>
<xpath expr= "(//t[@t-set='name'])[2]" position= "replace" mode= "inner" >
Corporate Event Package
</xpath>
<xpath expr= "(//t[@t-set='price'])[2]" position= "replace" mode= "inner" >
$1,500.00
</xpath>
<xpath expr= "(//t[@t-set='description'])[2]" position= "replace" mode= "inner" >
Professional coverage for corporate events, including conferences, award ceremonies, and networking events.
</xpath>
<xpath expr= "(//t[@t-set='name'])[3]" position= "replace" mode= "inner" >
Concert Photography
</xpath>
<xpath expr= "(//t[@t-set='price'])[3]" position= "replace" mode= "inner" >
$1,800.00
</xpath>
<xpath expr= "(//t[@t-set='description'])[3]" position= "replace" mode= "inner" >
Dynamic concert photography capturing the energy of live performances with high-quality images of artists and audience.
</xpath>
<xpath expr= "(//t[@t-set='name'])[4]" position= "replace" mode= "inner" >
Family Portrait Session
</xpath>
<xpath expr= "(//t[@t-set='price'])[4]" position= "replace" mode= "inner" >
$500.00
</xpath>
<xpath expr= "(//t[@t-set='description'])[4]" position= "replace" mode= "inner" >
A relaxed portrait session for families, capturing genuine moments and smiles in a comfortable setting.
</xpath>
<xpath expr= "(//t[@t-set='name'])[5]" position= "replace" mode= "inner" >
Professional Headshots
</xpath>
<xpath expr= "(//t[@t-set='price'])[5]" position= "replace" mode= "inner" >
$250.00
</xpath>
<xpath expr= "(//t[@t-set='description'])[5]" position= "replace" mode= "inner" >
High-quality headshots perfect for business profiles, LinkedIn, or personal branding, taken in our studio or on location.
</xpath>
<xpath expr= "(//t[@t-set='name'])[6]" position= "replace" mode= "inner" >
Creative Portrait Session
</xpath>
<xpath expr= "(//t[@t-set='price'])[6]" position= "replace" mode= "inner" >
$700.00
</xpath>
<xpath expr= "(//t[@t-set='description'])[6]" position= "replace" mode= "inner" >
Artistic portrait photography with creative lighting and backgrounds, ideal for personal projects or portfolio work.
</xpath>
</template>
2024-08-14 09:53:12 +02:00
<!-- ======== STRIPED CENTER TOP ======== -->
<template id= "s_striped_center_top" inherit_id= "website.s_striped_center_top" >
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
Design Your World with Creativity
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Stay ahead with cutting-edge design trends, fine art, and creative inspirations that shape the future of galleries, shows, and digital media.
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]/t" position= "replace" mode= "inner" >
Discover More
</xpath>
2024-09-11 12:13:09 +02:00
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web/image/website.s_image_title_default_image</attribute>
</xpath>
2024-08-14 09:53:12 +02:00
<!-- Figcaption -->
<xpath expr= "//figcaption" position= "replace" mode= "inner" >
Where creativity knows no bounds
</xpath>
</template>
2024-08-07 19:19:28 +02:00
2024-08-13 16:00:16 +02:00
<!-- ======== IMAGE TITLE ======== -->
<template id= "s_image_title" inherit_id= "website.s_image_title" >
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc3" remove= "o_cc5" separator= " " />
</xpath>
<xpath expr= "//h1" position= "replace" mode= "inner" >
A Deep Dive into Boldness and Innovation
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Transform your perspective with our groundbreaking collection, where unconventional meets visionary. Elevate your style with pieces that challenge norms and redefine creativity effortlessly.
</xpath>
</template>
2024-08-21 18:40:17 +02:00
<!-- ======== KEY IMAGES ======== -->
<template id= "s_key_images" inherit_id= "website.s_key_images" name= "Avantgarde s_key_images" >
<xpath expr= "//h2" position= "replace" mode= "inner" >
Unleash Your Imagination with Avant-Garde Designs
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Pushing Boundaries, Redefining Possibilities
</xpath>
<xpath expr= "//div[hasclass('col-lg-3')]//p[3]" position= "replace" mode= "inner" >
Where innovation meets artistry
</xpath>
<xpath expr= "(//div[hasclass('col-lg-3')])[2]//p[3]" position= "replace" mode= "inner" >
Breaking the mold with bold, daring concepts
</xpath>
<xpath expr= "(//div[hasclass('col-lg-3')])[3]//p[3]" position= "replace" mode= "inner" >
Crafting the future, one unique idea at a time
</xpath>
<xpath expr= "(//div[hasclass('col-lg-3')])[4]//p[3]" position= "replace" mode= "inner" >
Experience the power of original thought
</xpath>
</template>
2024-08-12 14:55:20 +02:00
<!-- ======== IMAGES MOSAIC ======== -->
<template id= "s_images_mosaic" inherit_id= "website.s_images_mosaic" >
<xpath expr= "//h2" position= "replace" mode= "inner" >
Unveiling Our Bold New Innovations
</xpath>
<xpath expr= "//p" position= "replace" mode= "inner" >
Discover our cutting-edge solutions pushing creative boundaries.
</xpath>
</template>
2024-08-21 18:40:17 +02:00
2024-08-09 12:44:55 +02:00
<!-- ======== IMAGE FRAME ======== -->
<template id= "s_image_frame" inherit_id= "website.s_image_frame" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" remove= "o_cc1" add= "o_cc5" separator= " " />
</xpath>
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web/image/website.s_carousel_default_image_3</attribute>
</xpath>
</template>
2024-08-21 14:47:58 +02:00
<!-- ======== CARD OFFSET ======== -->
<template id= "s_card_offset" inherit_id= "website.s_card_offset" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc1" separator= " " />
</xpath>
2024-09-23 16:48:05 +00:00
<!-- Grid items -->
<xpath expr= "(//div[hasclass('o_grid_item')])[2]" position= "attributes" >
<attribute name= "style" add= "--grid-item-padding-y: 56px;" remove= "--grid-item-padding-y: 40px;" separator= ";" />
</xpath>
2024-08-21 14:47:58 +02:00
<!-- Image -->
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web/image/website.s_carousel_default_image_3</attribute>
</xpath>
<!-- Title -->
2025-08-18 14:54:15 +02:00
<xpath expr= "//h2" position= "replace" mode= "inner" >
2024-08-21 14:47:58 +02:00
Innovative Design Meets Fine Art
</xpath>
<!-- Paragraph 1 -->
<xpath expr= "(//p[hasclass('lead')])[1]" position= "replace" mode= "inner" >
Stay ahead of the curve with our insights on design and fine art. Explore the intersection of creativity and innovation through our galleries, shows, and digital media.
</xpath>
<!-- Paragraph 2 -->
<xpath expr= "(//p[hasclass('lead')])[2]" position= "replace" mode= "inner" >
Discover the future of design today.
</xpath>
</template>
2024-09-03 22:34:16 +02:00
<!-- ======== BIG NUMBER ======== -->
<template id= "s_big_number" inherit_id= "website.s_big_number" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
2025-08-11 14:05:22 +02:00
<attribute name= "data-oe-shape-data" > {"shape":"html_builder/Blocks/04"}</attribute>
2024-09-03 22:34:16 +02:00
<attribute name= "class" add= "o_cc1" remove= "o_cc5" separator= " " />
</xpath>
<!-- Shape -->
<xpath expr= "//div[hasclass('o_we_shape')]" position= "replace" >
2025-08-11 14:05:22 +02:00
<div class= "o_we_shape o_html_builder_Blocks_04" />
2024-09-03 22:34:16 +02:00
</xpath>
<!-- Text -->
2024-09-22 17:38:16 +02:00
<xpath expr= "//h2/span" position= "replace" mode= "inner" >
<font class= "text-gradient" style= "background-image: linear-gradient(0deg, var(--o-color-1) 0%, var(--o-color-4) 90%);" >
2024-09-03 22:34:16 +02:00
50+
</font>
</xpath>
2024-09-22 17:38:16 +02:00
<xpath expr= "//p/span" position= "replace" mode= "inner" >
2024-09-03 22:34:16 +02:00
projects shipped
</xpath>
</template>
2024-08-22 18:03:22 +02:00
<!-- ===== WAVY GRID ======== -->
<template id= "s_wavy_grid" inherit_id= "website.s_wavy_grid" >
<xpath expr= "//h2" position= "replace" mode= "inner" >
What we envision for our clients
</xpath>
<xpath expr= "//h3" position= "replace" mode= "inner" >
Revolutionary Concepts
</xpath>
<xpath expr= "//p" position= "replace" mode= "inner" >
We design groundbreaking solutions that push the boundaries of creativity. Our team collaborates with you to bring visionary ideas to life from start to finish.
</xpath>
<xpath expr= "(//h3)[2]" position= "replace" mode= "inner" >
Sustainable Innovation
</xpath>
<xpath expr= "(//p)[2]" position= "replace" mode= "inner" >
Your satisfaction fuels our drive. Our support team is ever-ready to guide you, ensuring a seamless and impactful experience.
</xpath>
<xpath expr= "(//h3)[3]" position= "replace" mode= "inner" >
Excellence and Innovation
</xpath>
<xpath expr= "(//p)[3]" position= "replace" mode= "inner" >
With profound expertise and forward-thinking strategies, we deliver insights that keep you ahead of the curve.
</xpath>
<xpath expr= "(//h3)[4]" position= "replace" mode= "inner" >
Expertise and Vision
</xpath>
<xpath expr= "(//p)[4]" position= "replace" mode= "inner" >
We offer cutting-edge innovations to tackle modern challenges. Embracing the latest advancements, we help you redefine success.
</xpath>
</template>
2024-08-13 11:37:04 +02:00
<!-- ======== EMPOWERMENT ======== -->
<template id= "s_empowerment" inherit_id= "website.s_empowerment" >
<!-- Badge content -->
<xpath expr= "//span[hasclass('s_cta_badge')]" position= "replace" mode= "inner" >
<i class= "fa fa-fw fa-info-circle o_not-animable" role= "img" />     Award-Winning Designs        
<a href= "#" > See Our Achievements    <i class= "fa fa-long-arrow-right" role= "img" /> </a>
</xpath>
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
Crafting spaces<br /> for everyday life
</xpath>
<!-- Paragraphs -->
<xpath expr= "//p" position= "replace" mode= "inner" >
<br /> Crafting spaces where creativity meets functionality,<br /> one design at a time.<br /> <br />
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')][1]" position= "replace" mode= "inner" >
Our Projects
</xpath>
<!-- Second Button -->
<xpath expr= "//a[hasclass('btn')][2]" position= "replace" mode= "inner" >
Book an appointment
</xpath>
</template>
2024-08-26 09:11:04 +02:00
<!-- ======== SHAPE IMAGE ======== -->
<template id= "s_shape_image" inherit_id= "website.s_shape_image" >
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Designing the future
</xpath>
<!-- Paragraphs -->
<xpath expr= "//p" position= "replace" mode= "inner" >
Our architectural vision shapes spaces that inspire. We blend innovation with sustainability to create designs that stand the test of time. Let us build your dream, one blueprint at a time.
</xpath>
<xpath expr= "//p[2]" position= "replace" />
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]" position= "replace" mode= "inner" >
Explore our projects
</xpath>
</template>
2024-09-03 22:34:16 +02:00
2024-08-08 18:55:23 +02:00
<!-- ======== TEXT COVER ======== -->
<template id= "s_text_cover" inherit_id= "website.s_text_cover" >
<xpath expr= "//h1" position= "replace" mode= "inner" >
Design Online. <br /> Effortlessly.
</xpath>
<!-- Paragraph -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
<br /> Present your architectural projects online with a user-friendly platform that streamlines all the steps, from setup to project showcase, making it easy to share your vision with clients.<br />
</xpath>
<!-- Button -->
<xpath expr= "//a[hasclass('btn')]/t" position= "replace" mode= "inner" >
Learn more
</xpath>
</template>
2024-09-17 09:27:14 +00:00
<!-- ======== FEATURES WALL ======== -->
<template id= "s_features_wall" inherit_id= "website.s_features_wall" name= "Avantgarde s_features_wall" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc3 pt104 pb104" remove= "pt56 pb56" separator= " " />
<attribute name= "data-oe-shape-data" />
</xpath>
<!-- Shape -->
<xpath expr= "//div[hasclass('o_we_shape')]" position= "replace" />
<!-- Text -->
<xpath expr= "//h2" position= "before" >
<p > From 12th September to 20th February</p>
</xpath>
<xpath expr= "//h2" position= "replace" mode= "inner" >
The Boston Public Library Collection
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
The Boston Public Library's exhibit features lovely bird and flower paintings, bringing together nature, art, and science.
</xpath>
<xpath expr= "//p[hasclass('lead')]" position= "after" >
<a href= "#" class= "btn btn-secondary btn-lg" > <i class= "fa fa-ticket" /> Book your tickets</a>
</xpath>
<!-- Feature 1 -->
<xpath expr= "(//img)[1]" position= "attributes" >
<attribute name= "class" add= "rounded" separator= " " />
</xpath>
<xpath expr= "(//h3)[1]" position= "replace" mode= "inner" >
Diverse Wildlife
</xpath>
<xpath expr= "(//p)[3]" position= "replace" mode= "inner" >
Discover a variety of animals from around the world, beautifully captured in these detailed, scientific paintings.
</xpath>
<!-- Feature 2 -->
<xpath expr= "(//img)[2]" position= "attributes" >
<attribute name= "class" add= "rounded" separator= " " />
</xpath>
<xpath expr= "(//h3)[2]" position= "replace" mode= "inner" >
Vintage Style
</xpath>
<xpath expr= "(//p)[4]" position= "replace" mode= "inner" >
Step back in time with classic, hand-painted illustrations that showcase the charm of old-world artistry.
</xpath>
<!-- Feature 3 -->
<xpath expr= "(//img)[3]" position= "attributes" >
<attribute name= "class" add= "rounded" separator= " " />
</xpath>
<xpath expr= "(//h3)[3]" position= "replace" mode= "inner" >
For all the family
</xpath>
<xpath expr= "(//p)[5]" position= "replace" mode= "inner" >
This exhibition offers something for everyone, with fascinating artwork that will captivate both kids and adults alike.
</xpath>
</template>
<!-- ======== TIMELINE ======== -->
<template id= "s_timeline" inherit_id= "website.s_timeline" >
<!-- Title -->
<xpath expr= "//h2" position= "replace" mode= "inner" >
Our history
</xpath>
<!-- Lead -->
<xpath expr= "//p[hasclass('lead')]" position= "replace" mode= "inner" >
Discover the journey that made us the most popular gallery in town.
</xpath>
<!-- Event 1 -->
<xpath expr= "(//div[hasclass('card')])[1]//small" position= "replace" mode= "inner" >
13/06/2024
</xpath>
<xpath expr= "(//div[hasclass('card')])[1]//h3" position= "replace" mode= "inner" >
First Culture Award ®
</xpath>
<!-- Event 2 -->
<xpath expr= "(//div[hasclass('card')])[2]//small" position= "replace" mode= "inner" >
25/10/2019
</xpath>
<xpath expr= "(//div[hasclass('card')])[2]//h3" position= "replace" mode= "inner" >
We open the cafeteria!
</xpath>
<!-- Event 3 -->
<xpath expr= "(//div[hasclass('card')])[3]//small" position= "replace" mode= "inner" >
25/06/2019
</xpath>
<xpath expr= "(//div[hasclass('card')])[3]//h3" position= "replace" mode= "inner" >
Arrival of Aline Turner at the head of the Gallery
</xpath>
<xpath expr= "(//div[hasclass('card')])[3]//p" position= "after" >
<img alt= "" src= "/web/image/website.s_company_team_image_3" class= "img img-fluid rounded" />
</xpath>
<!-- Event 4 -->
<xpath expr= "(//div[hasclass('card')])[4]//small" position= "replace" mode= "inner" >
23/10/2015
</xpath>
<xpath expr= "(//div[hasclass('card')])[4]//h3" position= "replace" mode= "inner" >
Purchase of the building
</xpath>
<xpath expr= "(//div[hasclass('card')])[4]//p" position= "after" >
<img alt= "" src= "/web/image/website.s_banner_default_image" class= "img img-fluid rounded" />
</xpath>
</template>
2024-10-21 13:36:38 +02:00
<!-- ======== COMPARISONS HORIZONTAL ======== -->
<template id= "s_comparisons_horizontal" inherit_id= "website.s_comparisons_horizontal" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc o_cc3" separator= " " />
</xpath>
</template>
2024-09-02 17:14:46 +02:00
<!-- ======== COMPANY TEAM GRID ======== -->
<template id= "s_company_team_grid" inherit_id= "website.s_company_team_grid" >
<!-- Team #01 -->
<xpath expr= "//div[hasclass('card')]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "//img" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_1/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
<!-- Team #02 -->
<xpath expr= "(//div[hasclass('card')])[2]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "(//img)[2]" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_2/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-shape-rotate" > 90</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
<!-- Team #03 -->
<xpath expr= "(//div[hasclass('card')])[3]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "(//img)[3]" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_3/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-shape-flip" > x</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
<!-- Team #04 -->
<xpath expr= "(//div[hasclass('card')])[4]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "(//img)[4]" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_4/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-shape-flip" > y</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
<!-- Team #05 -->
<xpath expr= "(//div[hasclass('card')])[5]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "(//img)[5]" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_5/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
<!-- Team #06 -->
<xpath expr= "(//div[hasclass('card')])[6]" position= "attributes" >
<attribute name= "class" add= "o_cc1" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "(//img)[6]" position= "attributes" >
<attribute name= "src" > /web_editor/image_shape/website.s_company_team_image_6/web_editor/geometric_round/geo_round_gem.svg</attribute>
2025-07-17 10:26:45 +02:00
<attribute name= "data-shape" > html_builder/geometric_round/geo_round_gem</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-shape-flip" > xy</attribute>
2025-07-08 16:20:48 +02:00
<attribute name= "data-format-mimetype" > image/jpeg</attribute>
2024-09-02 17:14:46 +02:00
<attribute name= "data-file-name" > uiface_1.svg</attribute>
<attribute name= "data-shape-colors" > ;;;;</attribute>
</xpath>
</template>
2024-10-07 11:38:22 +02:00
<!-- ======== Numbers boxed ======== -->
<template id= "s_numbers_boxed" inherit_id= "website.s_numbers_boxed" >
<!-- Grid Item -->
<xpath expr= "//div[hasclass('o_grid_item')][2]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('o_grid_item')][2]//h3" position= "replace" mode= "inner" >
30+
</xpath>
<!-- Grid Item 2 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[3]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[3]//h3" position= "replace" mode= "inner" >
45%
</xpath>
<!-- Grid Item 3 -->
<xpath expr= "(//div[hasclass('o_grid_item')])[4]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<xpath expr= "(//div[hasclass('o_grid_item')])[4]//h3" position= "replace" mode= "inner" >
8+
</xpath>
</template>
2024-10-09 12:09:14 +02:00
<!-- ======== COMPANY TEAM GRID ======== -->
<template id= "s_company_team_card" inherit_id= "website.s_company_team_card" name= "Avantgarde s_company_team_card" >
<!-- Team Member 1 -->
<xpath expr= "//div[hasclass('card')]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<!-- Team Member 2 -->
<xpath expr= "(//div[hasclass('card')])[2]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<!-- Team Member 3 -->
<xpath expr= "(//div[hasclass('card')])[3]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
<!-- Team Member 4 -->
<xpath expr= "(//div[hasclass('card')])[4]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc3" separator= " " />
</xpath>
</template>
2024-08-01 13:45:39 +02:00
<!-- ======== SPLIT INTRO ======== -->
<template id= "s_split_intro" inherit_id= "website.s_split_intro" >
<!-- Title -->
<xpath expr= "//h1" position= "replace" mode= "inner" >
Transform your<br /> architectural vision
</xpath>
<!-- Paragraph -->
<xpath expr= "//p" position= "replace" mode= "inner" >
<br /> Step into the future with our cutting-edge solutions tailored to enhance your architectural projects. From optimizing designs to driving innovative outcomes, our tools provide the foundation for sustainable success. Don’ t let traditional methods limit your creative potential any longer.<br /> <br />
</xpath>
</template>
2024-10-28 10:47:36 +01:00
<!-- ======== NUMBERS FRAMED ======== -->
<template id= "s_numbers_framed" inherit_id= "website.s_numbers_framed" >
<!-- Section -->
<xpath expr= "//section" position= "attributes" >
<attribute name= "class" add= "o_cc5" separator= " " />
</xpath>
<!-- KPI's -->
<xpath expr= "//div[hasclass('col-lg-4')][1]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('col-lg-4')][2]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc2" separator= " " />
</xpath>
<xpath expr= "//div[hasclass('col-lg-4')][3]" position= "attributes" >
<attribute name= "class" add= "o_cc4" remove= "o_cc2" separator= " " />
</xpath>
</template>
2024-08-26 09:11:04 +02:00
</odoo>