[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
Odoo Proprietary License v1.0
This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).
You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.
The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+3
View File
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
+26
View File
@@ -0,0 +1,26 @@
{
'name': 'Be Wise Theme',
'description': 'Be Wise Theme',
'category': 'Theme/Education',
'summary': 'Education, Schools, Young, Play, Kids, Sports',
'sequence': 240,
'version': '2.0.0',
'author': 'Odoo S.A.',
'depends': ['theme_common', 'website_animate'],
'data': [
'views/assets.xml',
'views/image_content.xml',
'views/customizations.xml',
'views/old_snippets/s_big_icons.xml',
'views/old_snippets/s_big_image_parallax.xml',
'views/old_snippets/s_big_image.xml',
'views/old_snippets/s_icon_box.xml',
],
'images': [
'static/description/bewise_description.jpg',
'static/description/bewise_screenshot.jpeg',
],
'license': 'LGPL-3',
'live_test_url': 'https://theme-bewise.odoo.com',
}
+52
View File
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
# Translators:
# Martin Trigaux, 2019
# dd5cd5bab88c61e9dedf84f5ea59b147, 2019
# Rudolf Schnapka <rs@techno-flex.de>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2019\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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr "Deaktiviert"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr "Aktiviert"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr "Mnü verbergen"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr "Zeige Menü"
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr "Werkzeuge"
+50
View File
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
# Translators:
# Martin Trigaux, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Martin Trigaux, 2019\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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr "Deshabilitado"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr ""
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr ""
+50
View File
@@ -0,0 +1,50 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
# Translators:
# Aline Preillon <apr@odoo.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Aline Preillon <apr@odoo.com>, 2019\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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr "Handicapé"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr ""
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr ""
+52
View File
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
# Translators:
# Martin Trigaux, 2019
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2019
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2019\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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr "<i class=\"fa fa-mouse-pointer\"/>Scroll nav"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr "Uitgeschakeld"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr "Ingeschakeld"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr "Verberg menu"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr "Toon menu"
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr "Thema tools"
+47
View File
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 09:04+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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr ""
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr ""
+51
View File
@@ -0,0 +1,51 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * theme_bewise
#
# Translators:
# Jeffery CHEN Fan <jeffery9@gmail.com>, 2019
# liAnGjiA <liangjia@qq.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-04-24 09:04+0000\n"
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
"Last-Translator: liAnGjiA <liangjia@qq.com>, 2019\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_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "<i class=\"fa fa-mouse-pointer\"/>Scroll Nav"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Disabled"
msgstr "禁用"
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.bewise_snippet_options
msgid "Enabled"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Hide Menu"
msgstr ""
#. module: theme_bewise
#: model_terms:theme.ir.ui.view,arch:theme_bewise.theme_customize
msgid "Show Menu"
msgstr ""
#. module: theme_bewise
#: model:ir.model,name:theme_bewise.model_theme_utils
msgid "Theme Utils"
msgstr "主题实用工具"
+3
View File
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import theme_bewise
+14
View File
@@ -0,0 +1,14 @@
from odoo import models
class ThemeBewise(models.AbstractModel):
_inherit = 'theme.utils'
def _theme_bewise_post_copy(self, mod):
# For compatibility
# self.enable_view('theme_common.compatibility-saas-10-2')
self.disable_view('website.footer_custom')
self.enable_view('website.template_footer_headline')
self.enable_view('website.option_ripple_effect')
Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+223
View File
@@ -0,0 +1,223 @@
<section class="container">
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
<hr>
<p class="lead">Be Wise is a professional responsive HTML5 theme, built using Bootstrap3,
the most popular front-end framework for developing responsive, mobile
first projects on the web. Just drag &amp; drop the new building blocks
you need to easily build your layout. All layouts are made of sections,
that you can easily combine to fit your specific project.</p>
<img src="bewise_description_2.jpg" class="img-fluid d-block mx-auto"/>
<hr>
<h2 class="text-muted">Be Wise Customization Tool</h2>
<p>Theme Be Wise comes with customization tools.&nbsp;You can easily change
the background, the colors and the font combination of your website or
you a preset.</p>
<div class="row">
<div class="col-lg-4">
<img src="customtool.jpg" class="img-fluid d-block mx-auto"/>
</div>
<div class="col-lg-8">
<h3>Theme Be Wise comes with a lot of options</h3>
<ul>
<li>WIDE OR BOXED LAYOUT</li>
<li>4 COLOR SCHEMES</li>
<li>4 PATTERNS</li>
<li>4 FONT COMBINATIONS</li>
<li>+ ANIMATIONS PRESETS</li>
<li>+ ONE-PAGE LAYOUT</li>
</ul>
<p>All the background, color and font combinations were made to work together.&nbsp;
You&nbsp;can not go wrong with the settings.</p>
<h3>Minimalistic Flat Design</h3>
<p>Be Wise was made with easy customization and branding in mind. Based on
simple, modern and typographical elements, it allows you to easily customize
your website.</p>
</div>
</div>
<h2 class="text-muted">Be Wise Building Blocks</h2>
<p class="mb32">You get a new complete range of building blocks.</p>
<div class="row">
<div class="col-lg-3">
<h4 class="text-muted">STRUCTURE BLOCKS</h4>
<ul class="mb16">
<li>Title</li>
<li>Text</li>
<li>Color Block Img</li>
<li>Color Block x2</li>
<li>Color Block x4</li>
<li>Image Text</li>
<li>Text Image</li>
</ul>
</div>
<div class="col-lg-3">
<h4 class="text-muted mb16">CONTENT BLOCKS</h4>
<ul class="mb16">
<li>Separator Color</li>
<li>Separator Shade</li>
<li>Big Icon Circle</li>
<li>Big Icon Square</li>
<li>Icon Box</li>
<li>Icon Box</li>
<li>Icon Box Circle</li>
<li>Icon Box Square</li>
</ul>
</div>
<div class="col-lg-3">
<h4 class="text-muted">FEATURES BLOCKS</h4>
<ul class="mb16">
<li>Lead Bar</li>
<li>Logos Bar</li>
<li>Process Step</li>
</ul>
</div>
<div class="col-lg-3">
<h4 class="text-muted">EFFECTS BLOCKS</h4>
<ul class="mb16">
<li>Slide Banner</li>
<li>Testimonial Slider</li>
<li>Testimonial Slider</li>
<li>Mini Nav Bar</li>
<li>Separator Nav</li>
<li>Color Blocks Slider</li>
</ul>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-4">
<img src="bewise_1.jpg" class="img-fluid d-block mx-auto"/>
</div>
<div class="col-lg-4">
<img src="bewise_2.jpg" class="img-fluid d-block mx-auto"/>
</div>
<div class="col-lg-4">
<img src="bewise_3.jpg" class="img-fluid d-block mx-auto"/>
</div>
</div>
<p>Some fonts might not work with extended charsets.</p>
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
<hr>
<h1 class="text-center">CONTRIBUTORS LIST</h1>
<br/>
<p class="strong text-center">This theme was created with the help of our user community.</p>
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
<br/>
<h1 class="text-center"><u>Main Sponsor</u></h1>
<br/>
<div class="row">
<div class="col-lg-2">
<a href="http://www.aselcis.com/" target="blank">
<img src="contributors/aselcis.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.bas-solutions.nl/" target="blank">
<img src="contributors/bas-solutions.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.bloopark.de/" target="blank">
<img src="contributors/bloopark.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.brouwland.com" target="blank">
<img src="contributors/brouwland.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.catsanddogs.com/" target="blank">
<img src="contributors/catsdogs.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="https://www.hucke-media.de/" target="blank">
<img src="contributors/huckemedia.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
</div>
<div class="row">
<div class="col-lg-2">
<a href="http://www.datadialog.net/" target="blank">
<img src="contributors/dialognet.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.dynapps.be/" target="blank">
<img src="contributors/dynapps.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://opusvl.com/" target="blank">
<img src="contributors/opusvl.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://oxenworkwear.com/" target="blank">
<img src="contributors/oxen.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.simplit.co/" target="blank">
<img src="contributors/simplitco.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.sodexis.com/" target="blank">
<img src="contributors/sodexis.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
</div>
<div class="row" style="margin-bottom:30px;">
<div class="col-lg-2 offset-lg-3">
<a href="https://www.techreceptives.com" target="blank">
<img src="contributors/tech-receptives.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="http://www.applicatour.com/" target="blank">
<img src="contributors/applicatour.jpg" class="img-fluid d-block mx-auto"/>
</a>
</div>
<div class="col-lg-2">
<a href="https://vauxoo.com" target="blank">
<img src="contributors/vauxoo.png" class="img-fluid d-block mx-auto"/>
</a>
</div>
</div>
<p>
Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo
</p>
<h1 class="text-center"><u>Sponsor</u></h1>
<br/>
<p>
Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour
</p>
<h1 class="text-center"><u>Power Designer</u></h1>
<br/>
<p>
Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir
</p>
</section>
Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

+56
View File
@@ -0,0 +1,56 @@
odoo.define("theme_bewise.tour.bewise", function (require) {
"use strict";
const core = require("web.core");
const _t = core._t;
const wTourUtils = require("website.tour_utils");
var tour = require("web_tour.tour");
const snippets = [
{
id: 's_cover',
name: 'Cover',
},
{
id: 's_call_to_action',
name: 'Call to Action',
},
{
id: 's_text_image',
name: 'Text - Image',
},
{
id: 's_numbers',
name: 'Numbers',
},
{
id: 's_image_text',
name: 'Image - Text',
},
{
id: 's_quotes_carousel_wrapper',
name: 'Quotes',
},
{
id: 's_company_team',
name: 'Team',
},
];
wTourUtils.registerThemeHomepageTour("bewise_tour", [
wTourUtils.dragNDrop(snippets[0], 'top'),
wTourUtils.clickOnText(snippets[0], 'h1', 'top'),
wTourUtils.goBackToBlocks(),
wTourUtils.dragNDrop(snippets[1], 'top'),
wTourUtils.dragNDrop(snippets[2], 'top'),
wTourUtils.dragNDrop(snippets[3], 'top'),
wTourUtils.dragNDrop(snippets[4], 'top'),
wTourUtils.dragNDrop(snippets[5], 'top'),
wTourUtils.dragNDrop(snippets[6], 'top'),
wTourUtils.clickOnSnippet(snippets[6], 'top'),
wTourUtils.changeOption('BackgroundShape', 'we-toggler', _t('Background Shape')),
wTourUtils.selectNested('we-select-page', 'BackgroundShape', ':not(.o_we_pager_controls)', _t('Background Shape')),
wTourUtils.clickOnSave(),
]);
});
@@ -0,0 +1,81 @@
/* Big Icon Circle */
@include o-theme-chd-big-icons-classes(4px solid o-color('alpha'), o-color('alpha'));
/* Big Icon Square */
.s_big_icon_square_box {
.fa {
color: o-color('alpha') !important;
}
}
.s_big_icon_square_icon {
text-align:center!important;
color:#fff;
transition: all 0.3s ease-in-out;
h5 {
margin-top: 48px;
}
}
.s_big_icon_square_box:hover .s_big_icon_square_icon {
transition: all 0.3s ease-in-out;
}
.bg-epsilon .s_big_icons_icon, .bg-gamma .s_big_icons_icon {
border: 6px solid;
@include o-theme-chd-big-icons-styles(rgba(0, 0, 0, 0), white);
}
.bg-epsilon .s_big_icons_box:hover .s_big_icons_icon, .bg-gamma .s_big_icons_box:hover .s_big_icons_icon {
@include o-theme-chd-big-icons-styles($bg-color: white, $fa-color: o-color('alpha'));
}
/* s_big_icon_square */
.bg-epsilon .s_big_icon_square_icon, .bg-gamma .s_big_icon_square_icon {
background-color: rgba(0, 0, 0, 0) !important;
border: 6px solid white !important;
h5 {
color: white !important;
}
.fa {
color: white !important;
}
}
.bg-epsilon .s_big_icon_square_box:hover .s_big_icon_square_icon, .bg-gamma .s_big_icon_square_box:hover .s_big_icon_square_icon {
background-color: white !important;
border-color: o-color('alpha');
transform: scale(1.1,1.1);
.fa {
color: o-color('alpha') !important;
}
h5 {
color: white !important;
}
}
/* s_big_icon_square */
.s_big_icon_square_icon {
background-color: rgba(0, 0, 0, 0) !important;
border: 6px solid o-color('alpha');
h5 {
color: o-color('alpha');
}
}
.s_big_icon_square_box:hover .s_big_icon_square_icon {
background-color: o-color('alpha') !important;
border-color: o-color('alpha');
transform: scale(1.1,1.1);
.fa {
color: white !important;
}
h5 {
color: o-color('alpha');
}
}
@@ -0,0 +1,6 @@
.s_big_image .s_text_highlight {
padding: 12px 8px 18px;
border-radius: 0px;
border: 3px solid o-color('alpha');
background: rgba(black, 0.35)
}
@@ -0,0 +1,5 @@
.s_big_image_parallax {
min-height: 600px;
padding-top: 20px;
background-size: cover;
}
@@ -0,0 +1,161 @@
/* Icon Box Circle */
.s_icon_box_circle_box {
float: left;
.fa {
color: o-color('alpha') !important;
font-size: 28px;
}
}
.s_icon_box_circle_icon {
width:60px;
height:60px;
margin-right: 15px;
text-align:center!important;
color:#fff;
padding: 20px 0;
transition: all 0.3s ease-in-out;
background-color: rgba(0, 0, 0, 0) !important;
border: 2px solid o-color('alpha');
border-radius: 50px;
}
.s_icon_box_circle_box:hover .s_icon_box_circle_icon {
transform: scale(1.1,1.1);
transition: all 0.3s ease-in-out;
border-color: o-color('gamma');
.fa {
color: o-color('gamma') !important;
}
}
/* Icon Box Square */
.s_icon_box_square_box {
float: left;
.fa {
color: o-color('alpha') !important;
}
}
.s_icon_box_square_icon {
width:60px;
height:55px;
margin-right: 15px;
text-align:center!important;
color:#fff;
padding: 18px 0;
transition: all 0.3s ease-in-out;
background-color: rgba(0, 0, 0, 0) !important;
border: 2px solid o-color('alpha');
}
.s_icon_box_square_box:hover .s_icon_box_square_icon {
transform: scale(1.1,1.1);
transition: all 0.3s ease-in-out;
border-color: o-color('gamma');
.fa {
color: o-color('gamma') !important;
}
}
/* s_icon_box */
.s_icon_box_box:hover .s_icon_box_icon .fa, .s_icon_box_box:hover .s_icon_box_content h4 {
transition: all 0.3s ease-in-out;
color: o-color('alpha');
}
/* s_icon_box_square */
.s_icon_box_square_box:hover .s_icon_box_square_icon {
border-color: o-color('alpha');
background-color: o-color('alpha') !important;
.fa {
color: white !important;
}
}
.s_icon_box_square_box:hover h4 {
color: o-color('alpha') !important;
}
/* s_icon_box_circle */
.s_icon_box_circle_box:hover .s_icon_box_circle_icon {
border-color: o-color('alpha');
background-color: o-color('alpha') !important;
.fa {
color: white !important;
}
}
.s_icon_box_circle_box:hover h4 {
color: o-color('alpha') !important;
}
/* s_icon_box */
.bg-epsilon .s_icon_box_box:hover .s_icon_box_icon .fa, .bg-gamma .s_icon_box_box:hover .s_icon_box_icon .fa {
transition: all 0.3s ease-in-out;
color: o-color('delta') !important;
}
.bg-epsilon .s_icon_box_box:hover .s_icon_box_content h4, .bg-gamma .s_icon_box_box:hover .s_icon_box_content h4 {
transition: all 0.3s ease-in-out;
color: o-color('delta') !important;
}
/* s_icon_box_square */
.bg-epsilon .s_icon_box_square_icon, .bg-gamma .s_icon_box_square_icon {
border-color: white !important;
background-color: o-color('alpha') !important;
.fa {
color: white !important;
}
h4 {
color: white !important;
}
}
.bg-epsilon .s_icon_box_square_box:hover .s_icon_box_square_icon, .bg-gamma .s_icon_box_square_box:hover .s_icon_box_square_icon {
border-color: white !important;
background-color: white !important;
.fa {
color: o-color('alpha') !important;
}
}
.bg-epsilon .s_icon_box_square_box:hover h4, .bg-gamma .s_icon_box_square_box:hover h4 {
color: white !important;
}
/* s_icon_box_circle */
.bg-epsilon .s_icon_box_circle_icon {
border-color: white !important;
background-color: o-color('alpha') !important;
.fa {
color: white !important;
}
h4 {
color: white !important;
}
}
.bg-epsilon .s_icon_box_circle_box:hover .s_icon_box_circle_icon, .bg-gamma .s_icon_box_circle_box:hover .s_icon_box_circle_icon {
border-color: white !important;
background-color: white !important;
.fa {
color: o-color('alpha') !important;
}
}
.bg-epsilon .s_icon_box_circle_box:hover h4, .bg-gamma .s_icon_box_circle_box:hover h4 {
color: white !important;
}
@@ -0,0 +1,166 @@
//------------------------------------------------------------------------------
// Colors
//------------------------------------------------------------------------------
// Theme colors
$o-theme-color-palettes: (
(
alpha: #11b6a8,
beta: #B9EAE8,
gamma: #fda301,
delta: #febf00,
epsilon: #1b7f7e,
),
(
alpha: #45AADA,
beta: #B3DCF0,
gamma: #f74b94,
delta: #FDC6DD,
epsilon: #ea3884,
),
(
alpha: #8578b9,
beta: #c1badb,
gamma: #FDF002,
delta: #FEF994,
epsilon: #dbb132,
),
(
alpha: #87bd70,
beta: #C4E6B5,
gamma: #fe5e6d,
delta: #F2BFC5,
epsilon: #ce2b3a,
),
);
// Grays
$o-gray-color-palettes: ();
@each $-palette in $o-theme-color-palettes {
$o-gray-color-palettes: append($o-gray-color-palettes, (
'900': lighten(#000, 40%),
'700': lighten(#000, 55%),
'600': lighten(#000, 70%),
'200': lighten(#000, 80%),
));
}
// Colors
$o-color-palettes: (
(
'o-color-1': #162238,
'o-color-2': #fda301,
'o-color-3': #f0f4f4,
'o-color-4': #ffffff,
'o-color-5': #222222,
'o-cc4-bg': #b4904f,
'body': 'o-color-3',
'menu': 4,
'footer': 1,
'copyright': 1,
),
(
'o-color-1': #f74b94,
'o-color-2': #45AADA,
'o-color-3': #edf2f4,
'o-color-4': #ffffff,
'o-color-5': #333333,
'footer': 1,
'copyright': 1,
),
(
'o-color-1': #dbb132,
'o-color-2': #8578b9,
'o-color-3': #f4f4f4,
'o-color-4': #ffffff,
'o-color-5': #333333,
'footer': 1,
'copyright': 1,
),
);
//------------------------------------------------------------------------------
// Fonts
//------------------------------------------------------------------------------
$o-theme-h1-font-size-multiplier: (48.83 / 16);
$o-theme-h2-font-size-multiplier: (39.06 / 16);
$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',
),
'Indie Flower': (
'family': ('Indie Flower', cursive),
'url': 'Indie+Flower:300,300i,400,400i,700,700i',
),
'Alegreya Sans SC': (
'family': ('Alegreya Sans SC', sans-serif),
'url': 'Alegreya+Sans+SC:300,300i,400,400i,700,700i',
),
'Rosario': (
'family': ('Rosario', sans-serif),
'url': 'Rosario:300,300i,400,400i,700,700i',
),
'Roboto': (
'family': ('Roboto', sans-serif),
'url': 'Roboto:300,300i,400,400i,700,700i',
),
'Lobster Two': (
'family': ('Lobster Two', cursive),
'url': 'Lobster+Two:300,300i,400,400i,700,700i',
),
'Philosopher': (
'family': ('Philosopher', sans-serif),
'url': 'Philosopher:300,300i,400,400i,700,700i',
),
'Raleway': (
'family': ('Raleway', sans-serif),
'url': 'Raleway:200,200i,400,400i,500,500i',
),
'Oswald': (
'family': ('Oswald', sans-serif),
'url': 'Oswald:300,300i,400,400i,700,700i',
),
'Darker Grotesque': (
'family': ('Darker Grotesque', sans-serif),
'url': 'Darker+Grotesque:300,300i,500,500i,700,700i',
),
'Crete Round': (
'family': ('Crete Round', serif),
'url': 'Crete+Round:300,300i,400,400i,700,700i',
),
);
//------------------------------------------------------------------------------
// Website customizations
//------------------------------------------------------------------------------
$o-website-values-palettes: (
(
'header-font-size': (20 / 16) * 1rem,
'font': 'Darker Grotesque',
'font-size-base': 1.2rem,
'headings-font': 'Raleway',
'navbar-font': 'Darker Grotesque',
'buttons-font': 'Darker Grotesque',
'layout': 'full',
'header-template': 'default',
'menu-box-shadow': false,
'footer-template': 'headline',
'btn-font-size-lg': 1.65rem,
'btn-padding-y-lg': .5rem,
'btn-padding-x-lg': 2.5rem,
),
);
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="_assets_primary_variables" inherit_id="website._assets_primary_variables" priority="1">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/scss/primary_variables.scss"/>
</xpath>
</template>
<!-- Onboarding Tour -->
<template id="assets_editor" inherit_id="website.assets_editor">
<xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_bewise/static/src/js/tour.js"/>
</xpath>
</template>
</odoo>
+218
View File
@@ -0,0 +1,218 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- ======== COVER ======== -->
<template id="s_cover" inherit_id="website.s_cover" name="Bewise s_cover">
<xpath expr="//section" position="attributes">
<attribute name="class" add="s_parallax_no_overflow_hidden" remove="s_parallax_is_fixed s_parallax" separator=" "/>
</xpath>
<xpath expr="//span[hasclass('s_parallax_bg')]" position="attributes">
<attribute name="style" remove="background-position: 50% 0;" add="background-position: 50% 50%;" separator=";"/>
</xpath>
<xpath expr="//div[hasclass('o_we_bg_filter')]" position="attributes">
<attribute name="class" remove="bg-black-50" add="bg-black-25" separator=" "/>
</xpath>
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
<xpath expr="//h1/font" position="replace">
<font style="font-size: 62px;font-weight: bold;">Always at the top</font>
</xpath>
<xpath expr="//p" position="replace">
<h5 class="lead" style="text-align: center;">Our university has topped the The World University<br/>Rankings for a fifth consecutive year.</h5>
<p class="lead"></p>
</xpath>
</template>
<!-- ======== BANNER ======== -->
<template id="s_banner" inherit_id="website.s_banner" name="Bewise s_banner">
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
</template>
<!-- ======== TEXT-IMAGE ======== -->
<template id="s_text_image" inherit_id="website.s_text_image" name="Bewise s_text_image">
<xpath expr="//h2" position="replace">
<h4>Driven by Excellence</h4>
</xpath>
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="class" add="col-lg-4 offset-lg-1" remove="col-lg-6" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
</xpath>
<xpath expr="//p" position="replace">
<p>Teachers are selected among experts of their domains. They are not just professors, they are professionals in their field of expertise.</p>
</xpath>
<xpath expr="//p[2]" position="replace">
<p>Journalists, directors, developers, etc. working effectively in their fields of excellence.</p>
<div class="s_hr text-left p0 pb32" data-snippet="s_hr" data-name="Separator">
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
</div>
</xpath>
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
</template>
<!-- ======== IMAGE-TEXT ======== -->
<template id="s_image_text" inherit_id="website.s_image_text" name="Bewise s_image_text">
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="class" add="col-lg-4 offset-lg-1" remove="col-lg-6" separator=" "/>
</xpath>
<xpath expr="//h2" position="replace">
<h4>What makes us different?</h4>
</xpath>
<xpath expr="//p" position="replace">
<p>We make sure that everyone blossoms. We keep a human size in a warm and modern setting. All students benefit from individualised support.</p>
</xpath>
<xpath expr="//p[2]" position="replace">
<p>All students benefit from individualised support.</p>
<div class="s_hr text-left p0 pb32" data-snippet="s_hr" data-name="Separator">
<hr class="w-100 mx-auto" style="border-top-width: 1px; border-top-style: solid; border-top-color: var(--o-color-3) !important;"/>
</div>
</xpath>
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
</template>
<!-- ======== NUMBERS ======== -->
<template id="s_numbers" inherit_id="website.s_numbers" name="Bewise s_numbers">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc2" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Blobs/11","flip":["x"]}</attribute>
</xpath>
<xpath expr="//section/div" position="before">
<div class="o_we_shape o_web_editor_Blobs_11 o_we_flip_x"/>
</xpath>
<xpath expr="//h6" position="replace">
<h6>Faculties</h6>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/h6" position="replace">
<h6>Nationalities</h6>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/h6" position="replace">
<h6>Libraries</h6>
</xpath>
<xpath expr="//div[hasclass('row')]/div[4]/h6" position="replace">
<h6>Students</h6>
</xpath>
<xpath expr="//div[hasclass('row')]/div[4]/span" position="replace">
<span class="s_number display-4">16,456</span>
</xpath>
</template>
<!-- ======== TITLE ======== -->
<template id="s_title" inherit_id="website.s_title" name="Bewise s_title">
<xpath expr="//h1" position="replace">
<h3 style="text-align:center;">Faculty Team</h3>
<p style="text-align:center;" class="text-muted">|</p>
</xpath>
</template>
<!-- ======== QUOTES ======== -->
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel" name="Bewise s_quotes_carousel">
<!-- Assign slide3 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[3]" 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[3]" position="move"/>
</xpath>
<!-- copy -->
<xpath expr="//div[hasclass('carousel-inner')]/div//p" position="replace">
<p>I have learned a lot, and I have realised professional projects thanks to the support of the mentors! The team is always at the top and always looking for solutions to problems, I felt accompanied and supported! It's not easy every day, but it's a great adventure!</p>
</xpath>
<xpath expr="(//span[hasclass('s_blockquote_author')])" position="replace">
<span class="s_blockquote_author"><b>Iris DOE</b> • Graduated in 2019</span>
</xpath>
<xpath expr="//div[hasclass('carousel-inner')]/div[2]//p" position="replace">
<p>Thanks to its innovative system, the school offers a diplomatic training during which we are followed by a "mentor", a sort of "tutor"!</p>
</xpath>
<xpath expr="(//span[hasclass('s_blockquote_author')])[2]" position="replace">
<span class="s_blockquote_author"><b>Jane DOE</b> • Graduated in 2017</span>
</xpath>
<xpath expr="//div[hasclass('carousel-inner')]/div[3]//p" position="replace">
<p>Great support and quality courses! A mentor helps you move forward and can be contacted through flexible schedules. Everything you need to start your career on the web.</p>
</xpath>
<xpath expr="(//span[hasclass('s_blockquote_author')])[3]" position="replace">
<span class="s_blockquote_author"><b>John DOE</b> • Graduated in 2016</span>
</xpath>
</template>
<!-- ======== CALL TO ACTION ======== -->
<template id="s_call_to_action" inherit_id="website.s_call_to_action" name="Bewise s_call_to_action">
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc4" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Blobs/11","flip":[]}</attribute>
</xpath>
<xpath expr="//section/div" position="before">
<div class="o_we_shape o_web_editor_Blobs_11"/>
</xpath>
<xpath expr="//h3" position="replace">
<h5 style="text-align:right"><b>3,000 students</b> graduate each year find a job within 2 months</h5>
</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="replace">
<p style="text-align:right">Join them and increase your chances to get hired.</p>
</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>
<xpath expr="//a[hasclass('btn')]" position="attributes">
<attribute name="class" add="btn-lg" separator=" "/>
</xpath>
</template>
<!-- ======== TEAM ======== -->
<template id="s_company_team" inherit_id="website.s_company_team" name="Bewise s_company_team">
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Blobs/01","colors":{"c2":"o-color-3"},"flip":["y"]}</attribute>
</xpath>
<xpath expr="//section/div" position="before">
<div class="o_we_shape o_web_editor_Blobs_01 o_we_flip_y" style="background-image: url(&quot;/web_editor/shape/web_editor/Blobs/01.svg?c2=%23F0F4F4&quot;);"/>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//h4" position="replace">
<h5>Tony Fred, <small><b>Faculty Head of IT</b></small></h5>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div//p" position="replace">
<p>Tony received a degree in Electrical and Mechanical Engineering and a Ph D. degree in 1998 and 2004. After a post-doctoral experience he joined the school as professor of mechatronics in 2006. In 2010, he became Head of IT.</p>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//h4" position="replace">
<h5>Mich Stark, <small><b>IT Officer</b></small></h5>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[2]//p" position="replace">
<p>He is professor in the Institute of Mechanics, Materials and Civil Engineering since 2000. He lectures in mechanical drawing and mechanical design for undergraduate and graduate students. He is active in Problem and Project based learning. He is the promoter of 8 doctoral theses.</p>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//h4" position="replace">
<h5>Aline Turner, <small><b>Law professor</b></small></h5>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[3]//p" position="replace">
<p>She has been practicing law at the French-speaking Brussels Bar since 2006. She has worked in various major law firms based in Brussels, as member and then head of their litigation/arbitration practice groups.</p>
</xpath>
<xpath expr="//div[hasclass('s_nb_column_fixed')]/div[4]//h4" position="replace">
<h5>Iris Joe, <small><b>team leader professor</b></small></h5>
</xpath>
</template>
</odoo>
+174
View File
@@ -0,0 +1,174 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Change default images of snippets -->
<record id="s_banner_default_image" model="theme.ir.attachment">
<field name="key">website.s_banner_default_image</field>
<field name="name">website.s_banner_default_image</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_2.jpg</field>
</record>
<record id="s_cover_default_image" model="theme.ir.attachment">
<field name="key">website.s_cover_default_image</field>
<field name="name">website.s_cover_default_image</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg.jpg</field>
</record>
<record id="s_popup_default_image" model="theme.ir.attachment">
<field name="key">website.s_popup_default_image</field>
<field name="name">website.s_popup_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/s_popup.jpg</field>
</record>
<record id="s_text_image_default_image" model="theme.ir.attachment">
<field name="key">website.s_text_image_default_image</field>
<field name="name">website.s_text_image_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/college_graduate.jpg</field>
</record>
<record id="s_image_text_default_image" model="theme.ir.attachment">
<field name="key">website.s_image_text_default_image</field>
<field name="name">website.s_image_text_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/college_students.jpg</field>
</record>
<record id="s_picture_default_image" model="theme.ir.attachment">
<field name="key">website.s_picture_default_image</field>
<field name="name">website.s_picture_default_image</field>
<field name="url">/theme_bewise/static/src/img/content/college_library.jpg</field>
</record>
<record id="library_image_11" model="theme.ir.attachment">
<field name="key">website.library_image_11</field>
<field name="name">website.library_image_11</field>
<field name="url">/theme_bewise/static/src/img/content/college_lab.jpg</field>
</record>
<record id="library_image_13" model="theme.ir.attachment">
<field name="key">website.library_image_13</field>
<field name="name">website.library_image_13</field>
<field name="url">/theme_bewise/static/src/img/content/college_lab_2.png</field>
</record>
<record id="library_image_07" model="theme.ir.attachment">
<field name="key">website.library_image_07</field>
<field name="name">website.library_image_07</field>
<field name="url">/theme_bewise/static/src/img/content/college_graduate_2.jpg</field>
</record>
<record id="s_masonry_block_default_image_1" model="theme.ir.attachment">
<field name="key">website.s_masonry_block_default_image_1</field>
<field name="name">website.s_masonry_block_default_image_1</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_25.jpg</field>
</record>
<record id="s_carousel_default_image_1" model="theme.ir.attachment">
<field name="key">website.s_carousel_default_image_1</field>
<field name="name">website.s_carousel_default_image_1</field>
<field name="url">/theme_bewise/static/src/img/content/college_carousel_1.jpg</field>
</record>
<record id="s_carousel_default_image_2" model="theme.ir.attachment">
<field name="key">website.s_carousel_default_image_2</field>
<field name="name">website.s_carousel_default_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/college_carousel_2.jpg</field>
</record>
<record id="s_carousel_default_image_3" model="theme.ir.attachment">
<field name="key">website.s_carousel_default_image_3</field>
<field name="name">website.s_carousel_default_image_3</field>
<field name="url">/theme_bewise/static/src/img/content/college_carousel_3.jpg</field>
</record>
<record id="s_media_list_default_image_1" model="theme.ir.attachment">
<field name="key">website.s_media_list_default_image_1</field>
<field name="name">website.s_media_list_default_image_1</field>
<field name="url">/theme_bewise/static/src/img/content/college_media_1.jpg</field>
</record>
<record id="s_media_list_default_image_2" model="theme.ir.attachment">
<field name="key">website.s_media_list_default_image_2</field>
<field name="name">website.s_media_list_default_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/college_media_2.jpg</field>
</record>
<record id="s_media_list_default_image_3" model="theme.ir.attachment">
<field name="key">website.s_media_list_default_image_3</field>
<field name="name">website.s_media_list_default_image_3</field>
<field name="url">/theme_bewise/static/src/img/content/college_media_3.jpg</field>
</record>
<record id="s_parallax_default_image" model="theme.ir.attachment">
<field name="key">website.s_parallax_default_image</field>
<field name="name">website.s_parallax_default_image</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_parallax.jpg</field>
</record>
<record id="s_company_team_image_1" model="theme.ir.attachment">
<field name="key">website.s_company_team_image_1</field>
<field name="name">website.s_company_team_image_1</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_1.jpg</field>
</record>
<record id="s_company_team_image_2" model="theme.ir.attachment">
<field name="key">website.s_company_team_image_2</field>
<field name="name">website.s_company_team_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_2.jpg</field>
</record>
<record id="s_company_team_image_3" model="theme.ir.attachment">
<field name="key">website.s_company_team_image_3</field>
<field name="name">website.s_company_team_image_3</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_3.jpg</field>
</record>
<record id="s_company_team_image_4" model="theme.ir.attachment">
<field name="key">website.s_company_team_image_4</field>
<field name="name">website.s_company_team_image_4</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_4.jpg</field>
</record>
<record id="s_product_catalog_default_image" model="theme.ir.attachment">
<field name="key">website.s_product_catalog_default_image</field>
<field name="name">website.s_product_catalog_default_image</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_5.jpg</field>
</record>
<record id="s_product_list_default_image_1" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_1</field>
<field name="name">website.s_product_list_default_image_1</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_32.jpg</field>
</record>
<record id="s_product_list_default_image_2" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_2</field>
<field name="name">website.s_product_list_default_image_2</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_33.jpg</field>
</record>
<record id="s_product_list_default_image_3" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_3</field>
<field name="name">website.s_product_list_default_image_3</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_34.jpg</field>
</record>
<record id="s_product_list_default_image_4" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_4</field>
<field name="name">website.s_product_list_default_image_4</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_35.jpg</field>
</record>
<record id="s_product_list_default_image_5" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_5</field>
<field name="name">website.s_product_list_default_image_5</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_36.jpg</field>
</record>
<record id="s_product_list_default_image_6" model="theme.ir.attachment">
<field name="key">website.s_product_list_default_image_6</field>
<field name="name">website.s_product_list_default_image_6</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_37.jpg</field>
</record>
<record id="s_quotes_carousel_demo_image_1" model="theme.ir.attachment">
<field name="key">website.s_quotes_carousel_demo_image_1</field>
<field name="name">website.s_quotes_carousel_demo_image_1</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_3.jpg</field>
</record>
<record id="s_quotes_carousel_demo_image_2" model="theme.ir.attachment">
<field name="key">website.s_quotes_carousel_demo_image_2</field>
<field name="name">website.s_quotes_carousel_demo_image_2</field>
<field name="url">/theme_bewise/static/src/img/backgrounds/college_bg_4.jpg</field>
</record>
<record id="s_quotes_carousel_demo_image_3" model="theme.ir.attachment">
<field name="key">website.s_quotes_carousel_demo_image_3</field>
<field name="name">website.s_quotes_carousel_demo_image_3</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_3.jpg</field>
</record>
<record id="s_quotes_carousel_demo_image_4" model="theme.ir.attachment">
<field name="key">website.s_quotes_carousel_demo_image_4</field>
<field name="name">website.s_quotes_carousel_demo_image_4</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_1.jpg</field>
</record>
<record id="s_quotes_carousel_demo_image_5" model="theme.ir.attachment">
<field name="key">website.s_quotes_carousel_demo_image_5</field>
<field name="name">website.s_quotes_carousel_demo_image_5</field>
<field name="url">/theme_bewise/static/src/img/content/uiface_4.jpg</field>
</record>
<record id="s_newsletter_block" model="theme.ir.attachment">
<field name="key">website.library_image_17</field>
<field name="name">website.library_image_17</field>
<field name="url">/theme_bewise/static/src/img/content/content_img_38.jpg</field>
</record>
</odoo>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_snippet_s_big_icons_css_000" inherit_id="theme_common.assets_snippet_s_big_icons_css_000" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/old_snippets/s_big_icons/000.scss"/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_snippet_s_big_image_css_000" inherit_id="theme_common.assets_snippet_s_big_image_css_000" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/old_snippets/s_big_image/000.scss"/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_snippet_s_big_image_parallax_css_000" inherit_id="theme_common.assets_snippet_s_big_image_parallax_css_000" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/old_snippets/s_big_image_parallax/000.scss"/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="assets_snippet_s_icon_box_css_000" inherit_id="theme_common.assets_snippet_s_icon_box_css_000" active="False">
<xpath expr="//link[last()]" position="after">
<link rel="stylesheet" type="text/scss" href="/theme_bewise/static/src/old_snippets/s_icon_box/000.scss"/>
</xpath>
</template>
</odoo>