diff --git a/theme_durpro_old/__init__.py b/theme_durpro_old/__init__.py
deleted file mode 100644
index e69de29..0000000
diff --git a/theme_durpro_old/__manifest__.py b/theme_durpro_old/__manifest__.py
deleted file mode 100644
index dd477f1..0000000
--- a/theme_durpro_old/__manifest__.py
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- 'name': 'Durpro Theme',
- 'description': 'Theme for Durpro, mostly adapted Propage work on Wordpress.',
- 'category': 'Theme/Durpro',
- 'version': '1.0.0',
- 'author': 'Bemade',
- 'license': 'AGPL-3',
- 'website': 'https://www.bemade.org',
- 'depends': [
- 'theme_common'
- ],
- 'data': [
- 'data/ir_asset.xml',
- ],
- # 'assets': {
- # 'web._assets_primary_variables': [
- # ('prepend', 'theme_durpro/static/src/scss/primary_variables.scss'),
- # ],
- # },
-
-}
-
-
diff --git a/theme_durpro_old/data/ir_asset.xml b/theme_durpro_old/data/ir_asset.xml
deleted file mode 100644
index 64f465f..0000000
--- a/theme_durpro_old/data/ir_asset.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
- theme_durpro.primary_variables_scss
- Primary variables SCSS
- web._assets_primary_variables
- theme_durpro/static/src/scss/primary_variables.scss
-
-
-
-
-
-
-
-
-
-
-
diff --git a/theme_durpro_old/static/src/scss/primary_variables.scss b/theme_durpro_old/static/src/scss/primary_variables.scss
deleted file mode 100644
index 4ba761b..0000000
--- a/theme_durpro_old/static/src/scss/primary_variables.scss
+++ /dev/null
@@ -1,92 +0,0 @@
-//------------------------------------------------------------------------------//
-// Presets
-//------------------------------------------------------------------------------//
-
-$o-website-values-palettes: (
- (
- 'color-palettes-name': 'durpro_original',
-
- // Header
- 'header-font-size': 1rem,
- 'header-template': 'default',
-
- // Font
- 'font': 'Helvetica Neue',
- 'headings-font': 'Bodoni',
- 'navbar-font': 'Helvetica Neue',
- 'buttons-font': 'Barlow',
-
- // Links
- 'link-underline': 'never',
-
- // Buttons
- 'btn-padding-y': .45rem,
- 'btn-padding-x': 1.35rem,
- 'btn-padding-y-sm': .3rem,
- 'btn-padding-x-sm': .9rem,
- 'btn-padding-y-lg': .6rem,
- 'btn-padding-x-lg': 1.8rem,
- 'btn-border-radius': 10rem,
- 'btn-border-radius-sm': 10rem,
- 'btn-border-radius-lg': 10rem,
-
- // Footer
- 'footer-template': 'headline',
- ),
-);
-
-//------------------------------------------------------------------------------//
-// Fonts
-//------------------------------------------------------------------------------//
-
-$o-theme-h1-font-size-multiplier: (62 / 16);
-$o-theme-h2-font-size-multiplier: (32 / 16);
-$o-theme-h3-font-size-multiplier: (28 / 16);
-$o-theme-h4-font-size-multiplier: (24 / 16);
-$o-theme-h5-font-size-multiplier: (21 / 16);
-$o-theme-h6-font-size-multiplier: 1;
-
-$o-theme-headings-font-weight: 700;
-
-$o-theme-font-configs: (
- 'Helvetica Neue': (
- 'family': ('Helvetica Neue', sans-serif),
- 'url': 'Helvetica+Neue:300,300i,400,400i,700,700i',
- ),
- 'Bodoni': (
- 'family': ('Bodoni', serif),
- 'url': 'Bodoni:300,300i,400,400i,700,700i',
- ),
- 'Barlow': (
- 'family': ('Barlow', sans-serif),
- 'url': 'Barlow:300,300i,400,400i,700,700i',
- ),
-);
-
-//------------------------------------------------------------------------------
-// Colors
-//------------------------------------------------------------------------------
-
-// Custom
-$o-theme-color-palettes: (
- 'durpro_original': (
- 'alpha': #ffffff,
- 'beta': #cdd0a2,
- 'gamma': #b4bbb9,
- 'delta': #242327,
- 'epsilon': #957985,
- ),
-);
-
-$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'durpro_original');
-
-$o-color-palettes-compatibility-indexes: (
- 1: 'durpro_original',
-);
-
-//------------------------------------------------------------------------------
-// Shapes
-//------------------------------------------------------------------------------
-
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Floats/02', (1: 3, 3: 5));
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/17', (3: 5));
diff --git a/theme_durpro_old2/__init__.py b/theme_durpro_old2/__init__.py
deleted file mode 100644
index be9f4fa..0000000
--- a/theme_durpro_old2/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- coding: utf-8 -*-
-# Part of Odoo. See LICENSE file for full copyright and licensing details.
-from . import models
diff --git a/theme_durpro_old2/__manifest__.py b/theme_durpro_old2/__manifest__.py
deleted file mode 100644
index 9b3bb19..0000000
--- a/theme_durpro_old2/__manifest__.py
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- 'name': 'Durpro Theme',
- 'description': 'Durpro is a sophisticated theme to inspire and impress',
- 'category': 'Theme/Creative',
- 'summary': 'Design, Fine Art, Artwork, Creative, Creativity, Galleries, Trends, Shows, Magazines, Blogs',
- 'sequence': 150,
- 'version': '2.0.0',
- 'author': 'Bemade',
- 'data': [
- 'data/ir_asset.xml',
- 'views/images_library.xml',
- 'views/customizations.xml',
- ],
- 'images': [
- 'static/description/poster.jpg',
- 'static/description/durpro_screenshot.jpg',
- ],
- 'images_preview_theme': {
- 'website.s_cover_default_image': '/theme_durpro/static/src/img/pictures/bg_image_08.jpg',
- 'website.s_picture_default_image': '/theme_durpro/static/src/img/pictures/bg_image_14.jpg',
- 'website.s_three_columns_default_image_1': '/theme_durpro/static/src/img/pictures/bg_image_15',
- 'website.s_three_columns_default_image_2': '/theme_durpro/static/src/img/pictures/bg_image_16.jpg',
- 'website.s_three_columns_default_image_3': '/theme_durpro/static/src/img/pictures/bg_image_17.jpg',
- 'website.s_text_image_default_image': '/theme_durpro/static/src/img/pictures/bg_image_13.jpg',
- },
- 'snippet_lists': {
- 'homepage': [
- 's_cover',
- 's_picture',
- 's_three_columns',
- 's_text_image',
- 's_call_to_action'
- ],
- },
- 'depends': [
- 'theme_common',
- 'website'
- ],
- 'license': 'LGPL-3',
- # 'live_test_url': 'https://theme-avantgarde.odoo.com',
- 'assets': {
- 'website.assets_editor': [
- 'theme_durpro/static/src/js/tour.js',
- ],
- }
-}
diff --git a/theme_durpro_old2/data/ir_asset.xml b/theme_durpro_old2/data/ir_asset.xml
deleted file mode 100644
index d43050b..0000000
--- a/theme_durpro_old2/data/ir_asset.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
- theme_durpro.s_showcase_slider_000_variables_scss
- Showcase slider 000 variables SCSS
- web._assets_primary_variables
- theme_durpro/static/src/old_snippets/s_showcase_slider/000_variables.scss
-
-
-
-
- theme_durpro.s_css_slider_000_variables_scss
- Css slider 000 variables SCSS
- web._assets_primary_variables
- theme_durpro/static/src/old_snippets/s_css_slider/000_variables.scss
-
-
-
-
- theme_durpro.primary_variables_scss
- Primary variables SCSS
- web._assets_primary_variables
- theme_durpro/static/src/scss/primary_variables.scss
-
-
-
- theme_durpro.secondary_variables_scss
- Secondary variables SCSS
- web._assets_secondary_variables
- theme_durpro/static/src/scss/secondary_variables.scss
-
-
-
diff --git a/theme_durpro_old2/i18n/de.po b/theme_durpro_old2/i18n/de.po
deleted file mode 100644
index f2de869..0000000
--- a/theme_durpro_old2/i18n/de.po
+++ /dev/null
@@ -1,132 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Martin Trigaux, 2021
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Martin Trigaux, 2021\n"
-"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: de\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "Thema-Werkzeuge"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/es.po b/theme_durpro_old2/i18n/es.po
deleted file mode 100644
index 42b32cb..0000000
--- a/theme_durpro_old2/i18n/es.po
+++ /dev/null
@@ -1,132 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Martin Trigaux, 2021
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Martin Trigaux, 2021\n"
-"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: es\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "Herramientas del tema"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/fr.po b/theme_durpro_old2/i18n/fr.po
deleted file mode 100644
index 7164820..0000000
--- a/theme_durpro_old2/i18n/fr.po
+++ /dev/null
@@ -1,132 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Martin Trigaux, 2021
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Martin Trigaux, 2021\n"
-"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: fr\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "Thèmes utiles"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/it.po b/theme_durpro_old2/i18n/it.po
deleted file mode 100644
index 60a98c8..0000000
--- a/theme_durpro_old2/i18n/it.po
+++ /dev/null
@@ -1,132 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Martin Trigaux, 2021
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Martin Trigaux, 2021\n"
-"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: it\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "Utilità tema"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/nl.po b/theme_durpro_old2/i18n/nl.po
deleted file mode 100644
index 9c06ce0..0000000
--- a/theme_durpro_old2/i18n/nl.po
+++ /dev/null
@@ -1,132 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Martin Trigaux, 2021
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Martin Trigaux, 2021\n"
-"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: nl\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "Thematools"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/theme_avantgarde.pot b/theme_durpro_old2/i18n/theme_avantgarde.pot
deleted file mode 100644
index 4f0554d..0000000
--- a/theme_durpro_old2/i18n/theme_avantgarde.pot
+++ /dev/null
@@ -1,128 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:00+0000\n"
-"Last-Translator: \n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr ""
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr ""
diff --git a/theme_durpro_old2/i18n/zh_CN.po b/theme_durpro_old2/i18n/zh_CN.po
deleted file mode 100644
index 82d60bd..0000000
--- a/theme_durpro_old2/i18n/zh_CN.po
+++ /dev/null
@@ -1,140 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-# * theme_avantgarde
-#
-# Translators:
-# Benson , 2022
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 15.0\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-12-13 08:00+0000\n"
-"PO-Revision-Date: 2021-12-13 08:08+0000\n"
-"Last-Translator: Benson , 2022\n"
-"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Language: zh_CN\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "Since 1992 creating around the world."
-msgstr "始于 1992年 在世界各地创作."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_carousel
-msgid ""
-"Making Simple"
-msgstr ""
-"变得简单"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Our R&D Approach"
-msgstr ""
-"我们的研发方法"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Collaboration"
-msgstr "合作"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Excellence"
-msgstr "优越性"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid "Sustainability"
-msgstr "可持续性"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "Design Methodology"
-msgstr "设计方法"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"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."
-msgstr "进行创新设计需要我们突破技术可能性的极限. 作为一个内部专业团队,我们开发和实施计算工作流程和新技术."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid ""
-"Our design methodology is rooted in our core values. \n"
-" We combine a wide spectrum of technologies with a good portion of creativity."
-msgstr ""
-"我们的设计方法植根于我们的核心价值观. \n"
-" 我们将广泛的技术与很大部分创造力相结合."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"Sustainability is at the heart of our design approach. We audit projects "
-"against global standards as well as our own, more comprehensive, "
-"responsibility framework."
-msgstr "可持续性是我们设计方法的核心. 我们根据全球标准以及我们自己更全面的专案框架审核责任."
-
-#. module: theme_avantgarde
-#: model:ir.model,name:theme_avantgarde.model_theme_utils
-msgid "Theme Utils"
-msgstr "主题工具"
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_text_image
-msgid ""
-"Through a mixture of project-based work and standalone research, we make "
-"efficient projects, adaptable in the face of change."
-msgstr "通过基于专案的工作和独立研究的结合,我们制定了高效的项目,适应变化."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid "We are Avantgarde."
-msgstr "我们是前卫的."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_picture
-msgid "We carry out an interdisciplinary design process."
-msgstr "我们进行跨学术的设计过程."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr "我们进行最先进的研究和开发,以解决复杂的设计挑战,将最新进展从实验室带到设计师和工程师手中."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_cover
-msgid ""
-"We create architecture, landscapes, interiors, product design and graphic design. \n"
-" Our methods allow us to explore a future that is equitable, data-driven, and green."
-msgstr ""
-"我们创造建筑、景观、室内设计、产品设计和平面设计. \n"
-" 我们的方法使我们能够探索公平、数据驱动和绿色的未来."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_call_to_action
-msgid "We partner with ambitious clients. We’d love to hear from you."
-msgstr "我们与雄心勃勃的客户合作. 我们很乐意听取您的意见."
-
-#. module: theme_avantgarde
-#: model_terms:theme.ir.ui.view,arch:theme_avantgarde.s_three_columns
-msgid ""
-"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."
-msgstr "我们依靠丰富的合作来推动我们的思维。 在我们的合作伙伴的推动下,持续不断的重塑状态对我们的工作至关重要."
diff --git a/theme_durpro_old2/models/__init__.py b/theme_durpro_old2/models/__init__.py
deleted file mode 100644
index 3e1c76c..0000000
--- a/theme_durpro_old2/models/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# -*- coding: utf-8 -*-
-# Part of Odoo. See LICENSE file for full copyright and licensing details.
-from . import theme_durpro
diff --git a/theme_durpro_old2/models/theme_durpro.py b/theme_durpro_old2/models/theme_durpro.py
deleted file mode 100644
index 4b9296c..0000000
--- a/theme_durpro_old2/models/theme_durpro.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from odoo import models
-
-
-class ThemeAvantgarde(models.AbstractModel):
- _inherit = 'theme.utils'
-
- def _theme_avantgarde_post_copy(self, mod):
- self.enable_view('website.template_header_hamburger')
- self.enable_view('website.template_header_default_align_right')
- self.enable_view('website.template_header_hamburger_align_right')
-
- self.enable_view('website.template_footer_descriptive')
-
diff --git a/theme_durpro_old2/static/description/durpro_screenshot.jpg b/theme_durpro_old2/static/description/durpro_screenshot.jpg
deleted file mode 100644
index 1f1b6ef..0000000
Binary files a/theme_durpro_old2/static/description/durpro_screenshot.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/description/index.html b/theme_durpro_old2/static/description/index.html
deleted file mode 100644
index dbdd96f..0000000
--- a/theme_durpro_old2/static/description/index.html
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/theme_durpro_old2/static/description/poster.jpg b/theme_durpro_old2/static/description/poster.jpg
deleted file mode 100644
index 386aac6..0000000
Binary files a/theme_durpro_old2/static/description/poster.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/description/theme_durpro.svg b/theme_durpro_old2/static/description/theme_durpro.svg
deleted file mode 100644
index 5c9bfa1..0000000
--- a/theme_durpro_old2/static/description/theme_durpro.svg
+++ /dev/null
@@ -1,222 +0,0 @@
-
diff --git a/theme_durpro_old2/static/src/images_list.rtf b/theme_durpro_old2/static/src/images_list.rtf
deleted file mode 100644
index c3e8f62..0000000
--- a/theme_durpro_old2/static/src/images_list.rtf
+++ /dev/null
@@ -1,50 +0,0 @@
-{\rtf1\ansi\ansicpg1252\cocoartf1344\cocoasubrtf720
-{\fonttbl\f0\fnil\fcharset0 Georgia;}
-{\colortbl;\red255\green255\blue255;\red0\green0\blue0;}
-\paperw11900\paperh16840\margl1440\margr1440\vieww10800\viewh8400\viewkind0
-\deftab720
-\pard\pardeftab720\sl560\sa108
-
-\f0\fs26 \cf0 \expnd0\expndtw0\kerning0
-bg_image_01.jpg / \expnd0\expndtw0\kerning0
-bg_image_05.jpg\expnd0\expndtw0\kerning0
-\
-{\field{\*\fldinst{HYPERLINK "https://unsplash.com/"}}{\fldrslt https://unsplash.com/}}\
-\
-\pard\pardeftab720\sl560\sa108
-\cf0 \expnd0\expndtw0\kerning0
-bg_image_06.jpg\expnd0\expndtw0\kerning0
-\
-\pard\pardeftab720\sl560\sa108
-\cf2 \expnd0\expndtw0\kerning0
-\outl0\strokewidth0 \strokec2 Egon Schiele - Gustav Klimt im blauen Malerkittel - 1913\
-\pard\pardeftab720\sl560\sa108
-{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Egon_Schiele_-_Gustav_Klimt_im_blauen_Malerkittel_-_1913.jpeg"}}{\fldrslt \cf0 \expnd0\expndtw0\kerning0
-\outl0\strokewidth0 http://commons.wikimedia.org/wiki/File:Egon_Schiele_-_Gustav_Klimt_im_blauen_Malerkittel_-_1913.jpeg}}\cf0 \expnd0\expndtw0\kerning0
-\outl0\strokewidth0 \
-\
-\pard\pardeftab720\sl560\sa108
-\cf0 \expnd0\expndtw0\kerning0
-bg_image_07.jpg\expnd0\expndtw0\kerning0
-\
-1988 le rocher \'e9clabouss\'e9\kerning1\expnd0\expndtw0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\pardirnatural
-{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:1988_le_rocher_%C3%A9clabouss%C3%A9.jpg"}}{\fldrslt \cf0 http://commons.wikimedia.org/wiki/File:1988_le_rocher_%C3%A9clabouss%C3%A9.jpg}}\
-\
-\
-\pard\pardeftab720\sl560\sa108
-\cf0 \expnd0\expndtw0\kerning0
-bg_image_08.jpg\kerning1\expnd0\expndtw0 \
-\pard\pardeftab720\sl560\sa108
-\cf2 \expnd0\expndtw0\kerning0
-\outl0\strokewidth0 \strokec2 Paul Gauguin - Portrait of a man - Google Art Project.jpg\cf0 \kerning1\expnd0\expndtw0 \outl0\strokewidth0 \
-\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardeftab720\pardirnatural
-{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Paul_Gauguin_-_Portrait_of_a_man_-_Google_Art_Project.jpg"}}{\fldrslt \cf0 http://commons.wikimedia.org/wiki/File:Paul_Gauguin_-_Portrait_of_a_man_-_Google_Art_Project.jpg}}\
-\
-\pard\pardeftab720\sl560\sa108
-\cf0 \expnd0\expndtw0\kerning0
-bg_image_09.jpg\cf2 \expnd0\expndtw0\kerning0
-\outl0\strokewidth0 \strokec2 \
-\pard\pardeftab720\sl560\sa108
-\cf2 Winter landscape Paul Gauguin.jpg\
-{\field{\*\fldinst{HYPERLINK "http://commons.wikimedia.org/wiki/File:Winter_landscape_Paul_Gauguin.jpg"}}{\fldrslt http://commons.wikimedia.org/wiki/File:Winter_landscape_Paul_Gauguin.jpg}}}
\ No newline at end of file
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_01.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_01.jpg
deleted file mode 100755
index 0787d58..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_01.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_02.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_02.jpg
deleted file mode 100755
index c2f1a1e..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_02.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_03.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_03.jpg
deleted file mode 100755
index b96a511..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_03.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_04.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_04.jpg
deleted file mode 100755
index 08fe32f..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_04.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_05.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_05.jpg
deleted file mode 100755
index e67e5f2..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_05.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/patterns/bg_pattern_06.jpg b/theme_durpro_old2/static/src/img/patterns/bg_pattern_06.jpg
deleted file mode 100755
index 1b72873..0000000
Binary files a/theme_durpro_old2/static/src/img/patterns/bg_pattern_06.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_01.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_01.jpg
deleted file mode 100755
index 8c74bb2..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_01.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_02.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_02.jpg
deleted file mode 100755
index c151fbf..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_02.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_03.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_03.jpg
deleted file mode 100755
index 2f3b110..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_03.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_04.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_04.jpg
deleted file mode 100644
index d957cb4..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_04.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_05.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_05.jpg
deleted file mode 100755
index f7faf54..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_05.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_06.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_06.jpg
deleted file mode 100755
index a5b31ff..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_06.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_07.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_07.jpg
deleted file mode 100755
index 0bf8035..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_07.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_08.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_08.jpg
deleted file mode 100644
index 3cea6e4..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_08.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_09.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_09.jpg
deleted file mode 100644
index 64cd319..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_09.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_10.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_10.jpg
deleted file mode 100755
index a422aab..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_10.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_11.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_11.jpg
deleted file mode 100755
index a1c8997..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_11.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_12.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_12.jpg
deleted file mode 100755
index fbbaa49..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_12.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_13.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_13.jpg
deleted file mode 100644
index 743adae..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_13.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_14.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_14.jpg
deleted file mode 100644
index a7c6b05..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_14.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_15.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_15.jpg
deleted file mode 100644
index 6ac4c7c..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_15.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_16.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_16.jpg
deleted file mode 100644
index ef352e1..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_16.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_17.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_17.jpg
deleted file mode 100644
index f9df07c..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_17.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_18.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_18.jpg
deleted file mode 100644
index 302ddfa..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_18.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_19.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_19.jpg
deleted file mode 100644
index 7a46f2e..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_19.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_20.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_20.jpg
deleted file mode 100644
index 76057a1..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_20.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_21.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_21.jpg
deleted file mode 100644
index 32218eb..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_21.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_22.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_22.jpg
deleted file mode 100644
index f2bc776..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_22.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_27.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_27.jpg
deleted file mode 100644
index 9ce57bc..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_27.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_28.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_28.jpg
deleted file mode 100644
index 9db2f12..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_28.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_29.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_29.jpg
deleted file mode 100644
index 9ffcba6..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_29.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_30.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_30.jpg
deleted file mode 100644
index ddcfb64..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_30.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_31.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_31.jpg
deleted file mode 100644
index 0eb3154..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_31.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_32.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_32.jpg
deleted file mode 100644
index 303925a..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_32.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/bg_image_33.jpg b/theme_durpro_old2/static/src/img/pictures/bg_image_33.jpg
deleted file mode 100644
index 1ef3fbc..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/bg_image_33.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_01.jpg b/theme_durpro_old2/static/src/img/pictures/item_01.jpg
deleted file mode 100644
index 60ccd08..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_01.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_02.jpg b/theme_durpro_old2/static/src/img/pictures/item_02.jpg
deleted file mode 100644
index 102335c..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_02.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_03.jpg b/theme_durpro_old2/static/src/img/pictures/item_03.jpg
deleted file mode 100644
index 5ecf9b5..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_03.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_04.jpg b/theme_durpro_old2/static/src/img/pictures/item_04.jpg
deleted file mode 100644
index 30a4c56..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_04.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_05.jpg b/theme_durpro_old2/static/src/img/pictures/item_05.jpg
deleted file mode 100644
index e71ed65..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_05.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/item_06.jpg b/theme_durpro_old2/static/src/img/pictures/item_06.jpg
deleted file mode 100644
index 2554dc9..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/item_06.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/s_popup.jpg b/theme_durpro_old2/static/src/img/pictures/s_popup.jpg
deleted file mode 100644
index 979dc0d..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/s_popup.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/uiface_01.jpg b/theme_durpro_old2/static/src/img/pictures/uiface_01.jpg
deleted file mode 100644
index b33e964..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/uiface_01.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/uiface_02.jpg b/theme_durpro_old2/static/src/img/pictures/uiface_02.jpg
deleted file mode 100644
index 8b9f4b8..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/uiface_02.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/uiface_03.jpg b/theme_durpro_old2/static/src/img/pictures/uiface_03.jpg
deleted file mode 100644
index 8ed208d..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/uiface_03.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/img/pictures/uiface_04.jpg b/theme_durpro_old2/static/src/img/pictures/uiface_04.jpg
deleted file mode 100644
index cb761d8..0000000
Binary files a/theme_durpro_old2/static/src/img/pictures/uiface_04.jpg and /dev/null differ
diff --git a/theme_durpro_old2/static/src/js/durpro.editor.js b/theme_durpro_old2/static/src/js/durpro.editor.js
deleted file mode 100644
index e69de29..0000000
diff --git a/theme_durpro_old2/static/src/js/tour.js b/theme_durpro_old2/static/src/js/tour.js
deleted file mode 100644
index f915c31..0000000
--- a/theme_durpro_old2/static/src/js/tour.js
+++ /dev/null
@@ -1,38 +0,0 @@
-/** @odoo-module */
-import wTourUtils from 'website.tour_utils';
-
-const snippets = [
- {
- id: 's_cover',
- name: 'Cover',
- },
- {
- id: 's_picture',
- name: 'Picture',
- },
- {
- id: 's_three_columns',
- name: 'Columns',
- },
- {
- id: 's_text_image',
- name: 'Text - Image',
- },
- {
- id: 's_call_to_action',
- name: 'Call to Action',
- },
-];
-
-wTourUtils.registerThemeHomepageTour("durpro_tour", [
- wTourUtils.dragNDrop(snippets[0], 'top'),
- wTourUtils.clickOnText(snippets[0], 'h1', 'left'),
- wTourUtils.goBackToBlocks(),
- wTourUtils.dragNDrop(snippets[1], 'left'),
- wTourUtils.dragNDrop(snippets[2], 'bottom'),
- wTourUtils.clickOnSnippet(snippets[2], 'top'),
- wTourUtils.changePaddingSize('top'),
- wTourUtils.goBackToBlocks(),
- wTourUtils.dragNDrop(snippets[3], 'top'),
- wTourUtils.dragNDrop(snippets[4], 'top'),
-]);
diff --git a/theme_durpro_old2/static/src/old_snippets/s_css_slider/000_variables.scss b/theme_durpro_old2/static/src/old_snippets/s_css_slider/000_variables.scss
deleted file mode 100644
index 7197eb2..0000000
--- a/theme_durpro_old2/static/src/old_snippets/s_css_slider/000_variables.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-$s-css-slider-info-bg-color: "var(--body)";
-$s-css-slider-info-text-color: "var(--text)";
-
-@mixin s-css-slider-navigation-hook {
- span {
- text-indent: 100%;
- background: url("../img/ui/s_showcase_slider-arrow.svg") no-repeat center center;
- &:before {
- content: none;
- }
- }
- &:first-of-type {
- span {
- transform: rotate(180deg);
- }
- }
-}
-
-@mixin s-css-slider-close-hook {
- background: url("../img/ui/s_showcase_slider-close.svg") no-repeat center center;
- text-indent: 100%;
-}
diff --git a/theme_durpro_old2/static/src/old_snippets/s_showcase_slider/000_variables.scss b/theme_durpro_old2/static/src/old_snippets/s_showcase_slider/000_variables.scss
deleted file mode 100644
index e9d0368..0000000
--- a/theme_durpro_old2/static/src/old_snippets/s_showcase_slider/000_variables.scss
+++ /dev/null
@@ -1,23 +0,0 @@
-@mixin s-showcase-slider-navigation-hook {
- span {
- text-indent:100%;
- background:url("../img/ui/s_showcase_slider-arrow.svg") no-repeat center center;
- &:before{ content: none;}
- }
- &:first-of-type {
- span {
- transform: rotate(180deg);
- }
- }
-}
-
-@mixin s-showcase-slider-close-hook {
- background: url("../img/ui/s_showcase_slider-close.svg") no-repeat center center;
- text-indent: 100%;
-}
-
-@mixin s-showcase-slider-slider-hover-hook {
- &:after{
- background: rgba(0, 0, 0, 0.4) url("../img/ui/s_showcase_slider-zoom.svg") no-repeat center center;
- }
-}
diff --git a/theme_durpro_old2/static/src/scss/main.scss b/theme_durpro_old2/static/src/scss/main.scss
deleted file mode 100644
index e69de29..0000000
diff --git a/theme_durpro_old2/static/src/scss/primary_variables.scss b/theme_durpro_old2/static/src/scss/primary_variables.scss
deleted file mode 100644
index 157e940..0000000
--- a/theme_durpro_old2/static/src/scss/primary_variables.scss
+++ /dev/null
@@ -1,165 +0,0 @@
-
-//------------------------------------------------------------------------------
-// Colors
-//------------------------------------------------------------------------------
-
-// Theme colors
-$o-color-palettes: map-merge($o-color-palettes,
- (
- 'avantgarde-1':(
- 'alpha': #3975A1,
- 'beta': #60575A,
- 'gamma': #FFFFFF,
- 'delta': #A0A0B0,
- 'epsilon': #000000,
-
- 'success': #31B05E,
- 'info': #4D68A3,
- 'warning': #EACF41,
- 'danger': #CB3E3E,
- ),
- )
-);
-
-//------------------------------------------------------------------------------
-// Fonts
-//------------------------------------------------------------------------------
-
-$o-theme-h1-font-size-multiplier: 3;
-$o-theme-h2-font-size-multiplier: 2.5;
-$o-theme-h3-font-size-multiplier: (31.25 / 16);
-$o-theme-h4-font-size-multiplier: (25.00 / 16);
-$o-theme-h5-font-size-multiplier: (20.00 / 16);
-$o-theme-h6-font-size-multiplier: 1.1;
-
-$o-theme-font-configs: (
- 'Lato': (
- 'family': ('Lato', sans-serif),
- 'url': 'Lato:300,300i,400,400i,700,700i',
- ),
- 'Raleway': (
- 'family': ('Raleway', sans-serif),
- 'url': 'Raleway:300,300i,400,400i,700,700i',
- ),
- 'Heebo': (
- 'family': ('Heebo', sans-serif),
- 'url': 'Heebo:300,300i,400,400i,700,700i',
- ),
- 'Abril Fatface': (
- 'family': ('Abril Fatface', cursive),
- 'url': 'Abril+Fatface:300,300i,400,400i,700,700i',
- ),
- 'Alfa Slab One': (
- 'family': ('Alfa Slab One', cursive),
- 'url': 'Alfa+Slab+One:300,300i,400,400i,700,700i',
- ),
- 'Arvo': (
- 'family': ('Arvo', serif),
- 'url': 'Arvo:300,300i,400,400i,700,700i',
- ),
- 'Cantata One': (
- 'family': ('Cantata One', serif),
- 'url': 'Cantata+One:300,300i,400,400i,700,700i',
- ),
- 'Open Sans Condensed': (
- 'family': ('Open Sans Condensed', sans-serif),
- 'url': 'Open+Sans+Condensed:300,300i,400,400i,700,700i',
- ),
- 'Open Sans': (
- 'family': ('Open Sans', sans-serif),
- 'url': 'Open+Sans:300,300i,400,400i,700,700i',
- ),
- 'Oswald': (
- 'family': ('Oswald', sans-serif),
- 'url': 'Oswald:300,300i,400,400i,700,700i',
- ),
- 'Poiret One': (
- 'family': ('Poiret One', cursive),
- 'url': 'Poiret+One:300,300i,400,400i,700,700i',
- ),
- 'PT Sans Narrow': (
- 'family': ('PT Sans Narrow', sans-serif),
- 'url': 'PT+Sans+Narrow:300,300i,400,400i,700,700i',
- ),
- 'Roboto Slab': (
- 'family': ('Roboto Slab', serif),
- 'url': 'Roboto+Slab:300,300i,400,400i,700,700i',
- ),
- 'Playfair Display': (
- 'family': ('Playfair Display', serif),
- 'url': 'Playfair+Display:300,300i,400,400i,700,700i',
- ),
- 'Vollkorn': (
- 'family': ('Vollkorn', serif),
- 'url': 'Vollkorn:300,300i,400,400i,700,700i',
- ),
- 'Libre Baskerville': (
- 'family': ('Libre Baskerville', serif),
- 'url': 'Libre+Baskerville:300,300i,400,400i,700,700i',
- ),
- 'Atkinson Hyperlegible': (
- 'family': ('Atkinson Hyperlegible', serif),
- 'url': 'Atkinson+Hyperlegible:300,300i,400,400i,700,700i',
- ),
- 'Syne': (
- 'family': ('Syne', serif),
- 'url': 'Syne:300,300i,400,400i,700,700i',
- ),
-);
-
-//------------------------------------------------------------------------------
-// Website customizations
-//------------------------------------------------------------------------------
-
-$o-website-values-palettes: (
- (
- 'color-palettes-name': 'durpro-1',
- 'layout': 'full',
-
- 'font-size-base': 1rem,
- 'font': 'Syne',
- 'headings-font': 'Syne',
- 'navbar-font': 'Syne',
- 'buttons-font': 'Syne',
-
- 'header-template': 'hamburger',
- 'hamburger-type': 'default',
- 'hamburger-position': 'right',
-
- 'footer-template': 'descriptive',
-
- 'btn-primary-outline': true,
- 'link-underline': 'never',
- ),
-);
-
-//$o-selected-color-palettes-names: ();
-$o-selected-color-palettes-names: append($o-selected-color-palettes-names, 'avantgarde-1');
-
-$o-color-palettes-compatibility-indexes: (
- 1: 'avantgarde-1',
- 2: 'generic-1',
- 3: 'generic-2',
- 4: 'generic-3',
- 5: 'generic-4',
- 6: 'generic-5',
- 7: 'generic-6',
- 8: 'generic-7',
- 9: 'generic-8',
- 10: 'generic-9',
- 11: 'generic-10',
- 12: 'generic-11',
- 13: 'generic-12',
- 14: 'generic-13',
- 15: 'generic-14',
- 16: 'generic-15',
- 17: 'generic-16',
- 18: 'generic-17',
-);
-
-//------------------------------------------------------------------------------
-// Shapes
-//------------------------------------------------------------------------------
-
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/18', (1: 3));
-$o-bg-shapes: change-shape-colors-mapping('web_editor', 'Origins/14_001', (3: 4, 4: rgba(0, 0, 0, 0)));
diff --git a/theme_durpro_old2/static/src/scss/secondary_variables.scss b/theme_durpro_old2/static/src/scss/secondary_variables.scss
deleted file mode 100644
index 4bda9a6..0000000
--- a/theme_durpro_old2/static/src/scss/secondary_variables.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-
-//------------------------------------------------------------------------------
-// Secondary Variables
-//------------------------------------------------------------------------------
diff --git a/theme_durpro_old2/views/customizations.xml b/theme_durpro_old2/views/customizations.xml
deleted file mode 100644
index bc60857..0000000
--- a/theme_durpro_old2/views/customizations.xml
+++ /dev/null
@@ -1,232 +0,0 @@
-
-
-
-
-
-
-
- {"shape":"web_editor/Origins/18","flip":["x"]}
-
-
-
-
-
-
-
-
-
-
-
- We are Durpro.
-
-
- We create architecture, landscapes, interiors, product design and graphic design.
- Our methods allow us to explore a future that is equitable, data-driven, and green.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Design Methodology
-
-
-
-
-
- Our design methodology is rooted in our core values.
- We combine a wide spectrum of technologies with a good portion of creativity.
-
-
-
- /web_editor/image_shape/website.s_picture_default_image/web_editor/line/oval_2_line.svg?c2=o-color-2
- web_editor/line/oval_2_line
- image/jpeg
- bg_image_14.svg
- ;o-color-2;;;
-
-
-
-
-
- We carry out an interdisciplinary design process.
-
-
-
-
-
-
-
- {"shape":"web_editor/Wavy/20"}
-
-
-
-
-
-
- border-color: var(--o-color-2) !important; box-shadow: var(--o-color-2) -25px -25px 0px 0px !important; border-width: 8px !important;
-
-
- Excellence
-
-
- 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.
-
-
- border-color: var(--o-color-4) !important; border-width: 8px !important; box-shadow: var(--o-color-5) 0px 0px 100px -40px !important;
-
-
- Collaboration
-
-
- 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.
-
-
-
- box-shadow: var(--o-color-1) 25px 25px 0px 0px !important; border-color: var(--o-color-1) !important; border-width: 8px !important;
-
-
- Sustainability
-
-
- Sustainability is at the heart of our design approach. We audit projects against global standards as well as our own, more comprehensive, responsibility framework.
-
-
-
-
-
-
-
-
-
-
-
-
- Our R&D Approach
-
-
-
-
-
- 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.
-
-
- Through a mixture of project-based work and standalone research, we make efficient projects, adaptable in the face of change.
-
-
-