[ADD] theme 14.0
@@ -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.
|
||||
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from . import models
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
'name': 'Enark Theme',
|
||||
'description': 'Enark Theme',
|
||||
'category': 'Theme/Corporate',
|
||||
'summary': 'Corporate, Business, Finance, Services',
|
||||
'sequence': 190,
|
||||
'version': '2.0.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common', 'website_animate'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/snippets_options.xml',
|
||||
'views/image_library.xml',
|
||||
|
||||
'views/snippets/s_banner.xml',
|
||||
'views/snippets/s_text_image.xml',
|
||||
'views/snippets/s_picture.xml',
|
||||
'views/snippets/s_media_list.xml',
|
||||
'views/snippets/s_call_to_action.xml',
|
||||
|
||||
'views/old_snippets/s_big_icons.xml',
|
||||
'views/old_snippets/s_big_image.xml',
|
||||
'views/old_snippets/s_big_image_parallax.xml',
|
||||
'views/old_snippets/s_icon_box.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/enark_description.jpg',
|
||||
'static/description/enark_screenshot.jpg',
|
||||
],
|
||||
'license': 'LGPL-3',
|
||||
'live_test_url': 'https://theme-enark.odoo.com',
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 2019
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2019
|
||||
# Leon Grill <leg@odoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Leon Grill <leg@odoo.com>, 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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr "<i class=\"fa fa-barcode\"/>Gradienten"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Keine"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "Werkzeuge"
|
||||
@@ -0,0 +1,35 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
# 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 08:55+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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,35 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
# 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 08:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 11:21+0000\n"
|
||||
"Last-Translator: Martin Trigaux, 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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,37 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
# 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 08:55+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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr "<i class=\"fa fa-barcode\"/>Gradiënten"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "Thema tools"
|
||||
@@ -0,0 +1,32 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-04-24 08:55+0000\n"
|
||||
"PO-Revision-Date: 2019-04-24 08:55+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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_enark
|
||||
#
|
||||
# Translators:
|
||||
# Martin Trigaux, 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 08:55+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_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "<i class=\"fa fa-barcode\"/>Gradients"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_enark
|
||||
#: model_terms:theme.ir.ui.view,arch:theme_enark.enark_snippet_options
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#. module: theme_enark
|
||||
#: model:ir.model,name:theme_enark.model_theme_utils
|
||||
msgid "Theme Utils"
|
||||
msgstr "主题实用工具"
|
||||
@@ -0,0 +1,3 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||
from . import theme_enark
|
||||
@@ -0,0 +1,12 @@
|
||||
from odoo import models
|
||||
|
||||
|
||||
class ThemeEnark(models.AbstractModel):
|
||||
_inherit = 'theme.utils'
|
||||
|
||||
def _theme_enark_post_copy(self, mod):
|
||||
self.disable_view('website.template_header_default')
|
||||
self.enable_view('website.template_header_hamburger')
|
||||
|
||||
self.disable_view('website.footer_custom')
|
||||
self.enable_view('website.template_footer_descriptive')
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +1,216 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">ENARK 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 & 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="enark_description_2.jpg" class="img-fluid d-block mx-auto"/>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">ENARK Customization Tool</h2>
|
||||
|
||||
<p>Theme ENARK comes with customization tools. 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 ENARK comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>6 BACKGROUND SHADES</li>
|
||||
<li>6 FONT COMBINATIONS</li>
|
||||
<li>+ ANIMATIONS PRESETS</li>
|
||||
</ul>
|
||||
<p>All the background, color and font combinations were made to work together.
|
||||
You can not go wrong with the settings.</p>
|
||||
|
||||
<h3>Minimalistic Flat Design</h3>
|
||||
<p>ENARK 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">ENARK Building Blocks</h2>
|
||||
|
||||
<p>You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<h4 class="text-muted">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>Text</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-4">
|
||||
<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-4">
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Lead Bar</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Process Step</li>
|
||||
</ul>
|
||||
<br/>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image</li>
|
||||
<li>Slide Banner</li>
|
||||
<li>Testimonial Slider</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<img src="enark_1.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<img src="enark_2.jpg" class="img-fluid d-block mx-auto"/>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<img src="enark_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>
|
||||
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 192 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 144 KiB |
|
After Width: | Height: | Size: 132 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 190 KiB |
|
After Width: | Height: | Size: 183 KiB |
|
After Width: | Height: | Size: 146 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 153 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 93 KiB |
|
After Width: | Height: | Size: 150 KiB |
@@ -0,0 +1,44 @@
|
||||
odoo.define("theme_enark.tour.enark", 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_banner',
|
||||
name: 'Banner',
|
||||
},
|
||||
{
|
||||
id: 's_picture',
|
||||
name: 'Picture',
|
||||
},
|
||||
{
|
||||
id: 's_text_image',
|
||||
name: 'Text - Image',
|
||||
},
|
||||
{
|
||||
id: 's_media_list',
|
||||
name: 'Media List',
|
||||
},
|
||||
{
|
||||
id: 's_call_to_action',
|
||||
name: 'Call to Action',
|
||||
},
|
||||
];
|
||||
|
||||
wTourUtils.registerThemeHomepageTour("enark_tour", [
|
||||
wTourUtils.dragNDrop(snippets[0]),
|
||||
wTourUtils.clickOnText(snippets[0], 'h1'),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[1]),
|
||||
wTourUtils.dragNDrop(snippets[2]),
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.clickOnSnippet(snippets[4]),
|
||||
wTourUtils.changeOption('minHeight', 'we-button-group.o_we_user_value_widget', _t('height')),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
@@ -0,0 +1,61 @@
|
||||
|
||||
/* Big Icon Circle */
|
||||
@include o-theme-chd-big-icons-classes(0, none);
|
||||
|
||||
/* 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;
|
||||
|
||||
}
|
||||
|
||||
/* s_big_icons */
|
||||
|
||||
.bg-beta .s_big_icons_icon {
|
||||
border: 6px solid;
|
||||
@include o-theme-chd-big-icons-styles(rgba(0, 0, 0, 0), white);
|
||||
}
|
||||
|
||||
.bg-beta .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-beta .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-beta .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;
|
||||
}
|
||||
}
|
||||
@@ -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,126 @@
|
||||
|
||||
/* 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 */
|
||||
|
||||
.bg-beta .s_icon_box_box:hover .s_icon_box_icon .fa {
|
||||
transition: all 0.3s ease-in-out;
|
||||
color: o-color('delta') !important;
|
||||
}
|
||||
|
||||
.bg-beta .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-beta .s_icon_box_square_icon {
|
||||
border-color: white !important;
|
||||
background-color: o-color('alpha') !important;
|
||||
.fa {
|
||||
color: white !important;
|
||||
}
|
||||
h4 {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-beta .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-beta .s_icon_box_square_box:hover h4 {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
/* s_icon_box_circle */
|
||||
|
||||
.bg-beta .s_icon_box_circle_icon {
|
||||
border-color: white !important;
|
||||
background-color: o-color('alpha') !important;
|
||||
.fa {
|
||||
color: white !important;
|
||||
}
|
||||
h4 {
|
||||
color: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-beta .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-beta .s_icon_box_circle_box:hover h4 {
|
||||
color: white !important;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
// Colors
|
||||
|
||||
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light".
|
||||
// Acceptable values are between 0 and 255.
|
||||
$yiq-contrasted-threshold: 150 !default;
|
||||
|
||||
|
||||
// Components
|
||||
//
|
||||
// Define common padding and border radius sizes and more.
|
||||
|
||||
$box-shadow-sm: 0 0 .3125rem rgba(0,0,0,.25) !default;
|
||||
$box-shadow: 0 0 .3125rem rgba(0,0,0,.25) !default;
|
||||
$box-shadow-lg: 0 0 .3125rem rgba(0,0,0,.25) !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-bg: o-color('white') !default;
|
||||
@@ -0,0 +1,225 @@
|
||||
|
||||
// Not used anymore by the editor: files and records kept for back-compatibility.
|
||||
// Check also in theme.scss and theme_common's mixins.scss.
|
||||
|
||||
$o-theme-bg-img-01: url("/theme_enark/static/src/img/backgrounds/bg_img_01.jpg");
|
||||
$o-theme-bg-img-02: url("/theme_enark/static/src/img/backgrounds/bg_img_02.jpg");
|
||||
$o-theme-bg-img-03: url("/theme_enark/static/src/img/backgrounds/bg_img_03.jpg");
|
||||
$o-theme-bg-img-04: url("/theme_enark/static/src/img/backgrounds/bg_img_04.jpg");
|
||||
$o-theme-bg-img-05: url("/theme_enark/static/src/img/backgrounds/bg_img_05.jpg");
|
||||
$o-theme-bg-img-06: url("/theme_enark/static/src/img/backgrounds/bg_img_06.jpg");
|
||||
$o-theme-bg-img-07: url("/theme_enark/static/src/img/backgrounds/bg_img_07.jpg");
|
||||
$o-theme-bg-img-08: url("/theme_enark/static/src/img/backgrounds/bg_img_08.jpg");
|
||||
$o-theme-bg-img-09: url("/theme_enark/static/src/img/backgrounds/bg_img_09.jpg");
|
||||
$o-theme-bg-img-10: url("/theme_enark/static/src/img/backgrounds/bg_img_10.jpg");
|
||||
$o-theme-bg-img-11: url("/theme_enark/static/src/img/backgrounds/bg_img_11.jpg");
|
||||
$o-theme-bg-img-12: url("/theme_enark/static/src/img/backgrounds/bg_img_12.jpg");
|
||||
|
||||
$o-theme-bg-pattern-01: url("/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg");
|
||||
$o-theme-bg-pattern-02: url("/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg");
|
||||
$o-theme-bg-pattern-03: url("/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg");
|
||||
$o-theme-bg-pattern-04: url("/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg");
|
||||
$o-theme-bg-pattern-05: url("/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg");
|
||||
$o-theme-bg-pattern-06: url("/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Colors
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Theme colors
|
||||
$o-theme-color-palettes: (
|
||||
(
|
||||
'alpha': #9ea5ab,
|
||||
'beta': #b5c0c9,
|
||||
'gamma': #778089,
|
||||
'delta': #566b7f,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #2b6990,
|
||||
'beta': #9ea5ab,
|
||||
'gamma': #1fb1b0,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #5a8eaf,
|
||||
'beta': #2b6990,
|
||||
'gamma': #566b7f,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #1fb1b0,
|
||||
'beta': #566b7f,
|
||||
'gamma': #1b7f7e,
|
||||
'delta': darken(#1b7f7e, 30%),
|
||||
'epsilon': darken(#1b7f7e, 50%),
|
||||
),
|
||||
(
|
||||
'alpha': #5a8eaf,
|
||||
'beta': #2b6990,
|
||||
'gamma': #1fb1b0,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': lighten(#000, 45%),
|
||||
'beta': lighten(#000, 80%),
|
||||
'gamma': lighten(#000, 70%),
|
||||
'delta': lighten(#000, 35%),
|
||||
'epsilon': lighten(#000, 20%),
|
||||
),
|
||||
);
|
||||
|
||||
// Grays
|
||||
$-gray-700: lighten(#000, 55%);
|
||||
$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': $-gray-700,
|
||||
'600': lighten(#000, 70%),
|
||||
'200': lighten(#000, 80%),
|
||||
));
|
||||
}
|
||||
|
||||
// Colors
|
||||
$o-color-palettes: (
|
||||
(
|
||||
'o-color-1': #7b97af,
|
||||
'o-color-2': #464d53,
|
||||
'o-color-3': #f2f2f2,
|
||||
'o-color-4': #FFFFFF,
|
||||
'o-color-5': #191919,
|
||||
|
||||
'o-cc1-text': 'o-color-2',
|
||||
'o-cc1-btn-primary': 'o-color-2',
|
||||
'o-cc5-link': 'o-color-4',
|
||||
),
|
||||
(
|
||||
'o-color-1': #41cb7a,
|
||||
'o-color-2': #0f4c26,
|
||||
'o-color-3': #fafafa,
|
||||
'o-color-4': #FFFFFF,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'menu': 2,
|
||||
'footer': 2,
|
||||
'copyright': 2,
|
||||
),
|
||||
(
|
||||
'o-color-1': #F2A679,
|
||||
'o-color-2': #4f6b8c,
|
||||
'o-color-3': #f4f2f2,
|
||||
'o-color-4': #FFFFFF,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'o-cc4-text': 'o-color-5',
|
||||
|
||||
'menu': 4,
|
||||
'footer': 4,
|
||||
'copyright': 4,
|
||||
),
|
||||
(
|
||||
'o-color-1': #FFC513,
|
||||
'o-color-2': #022859,
|
||||
'o-color-3': #f4f2f2,
|
||||
'o-color-4': #FFFFFF,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'o-cc4-text': 'o-color-5',
|
||||
|
||||
'menu': 4,
|
||||
'footer': 4,
|
||||
'copyright': 4,
|
||||
),
|
||||
(
|
||||
'o-color-1': #41cbb4,
|
||||
'o-color-2': #0f4c4c,
|
||||
'o-color-3': #f2f2ef,
|
||||
'o-color-4': #FFFFFF,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'o-cc4-text': 'o-color-5',
|
||||
|
||||
'footer': 4,
|
||||
'copyright': 4,
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-h1-font-size-multiplier: (54 / 16);
|
||||
$o-theme-h2-font-size-multiplier: (48 / 16);
|
||||
$o-theme-h3-font-size-multiplier: (44 / 16);
|
||||
$o-theme-h4-font-size-multiplier: (31 / 16);
|
||||
$o-theme-h5-font-size-multiplier: (27 / 16);
|
||||
$o-theme-h6-font-size-multiplier: (20 / 16);
|
||||
|
||||
$o-theme-font-configs: (
|
||||
'Ubuntu': (
|
||||
'family': ('Ubuntu', sans-serif),
|
||||
'url': 'Ubuntu:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'BebasNeue': (
|
||||
'family': ('BebasNeue', sans-serif),
|
||||
'url': 'Bebas+Neue:400,700',
|
||||
),
|
||||
'Maven Pro': (
|
||||
'family': ('Maven Pro', sans-serif),
|
||||
'url': 'Maven+Pro:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Muli': (
|
||||
'family': ('Muli', sans-serif),
|
||||
'url': 'Muli:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Abel': (
|
||||
'family': ('Abel', sans-serif),
|
||||
'url': 'Abel:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Raleway': (
|
||||
'family': ('Raleway', sans-serif),
|
||||
'url': 'Raleway: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',
|
||||
),
|
||||
'Bitter': (
|
||||
'family': ('Bitter', serif),
|
||||
'url': 'Bitter:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Quattrocento': (
|
||||
'family': ('Quattrocento', serif),
|
||||
'url': 'Quattrocento:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'PT Sans': (
|
||||
'family': ('PT Sans', sans-serif),
|
||||
'url': 'PT+Sans:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Vollkorn': (
|
||||
'family': ('Vollkorn', serif),
|
||||
'url': 'Vollkorn:300,300i,400,400i,700,700i',
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'header-font-size': 1.3rem,
|
||||
'font': 'Raleway',
|
||||
'headings-font': 'Abel',
|
||||
'navbar-font': 'Abel',
|
||||
'buttons-font': 'Abel',
|
||||
'header-template': 'hamburger',
|
||||
'footer-template': 'descriptive',
|
||||
'header-links-style': 'outline',
|
||||
'btn-primary-outline': 'true',
|
||||
),
|
||||
);
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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_enark/static/src/scss/primary_variables.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="_assets_frontend_helpers" inherit_id="website._assets_frontend_helpers" priority="1">
|
||||
<xpath expr="//link" position="before">
|
||||
<link rel="stylesheet" type="text/scss" href="/theme_enark/static/src/scss/bootstrap_overridden.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
<template id="assets_editor" inherit_id="website.assets_editor">
|
||||
<xpath expr="//script[last()]" position="after">
|
||||
<script type="text/javascript" src="/theme_enark/static/src/js/tour.js"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,139 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Website Builder Custom Images -->
|
||||
<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_enark/static/src/img/snippets/s_banner.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_enark/static/src/img/snippets/s_popup.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_enark/static/src/img/snippets/s_cover.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_enark/static/src/img/snippets/s_text_image.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_enark/static/src/img/snippets/s_image_text.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_enark/static/src/img/snippets/s_picture.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_enark/static/src/img/snippets/library_image_11.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_enark/static/src/img/snippets/library_image_13.jpg</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_enark/static/src/img/snippets/library_image_07.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_enark/static/src/img/snippets/s_masonry_block.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_enark/static/src/img/snippets/s_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_enark/static/src/img/snippets/s_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_enark/static/src/img/snippets/s_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_enark/static/src/img/snippets/s_media_list_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_enark/static/src/img/snippets/s_media_list_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_enark/static/src/img/snippets/s_media_list_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_enark/static/src/img/snippets/s_parallax.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_enark/static/src/img/snippets/s_product_catalog.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_enark/static/src/img/snippets/s_product_1.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_enark/static/src/img/snippets/s_product_2.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_enark/static/src/img/snippets/s_product_3.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_enark/static/src/img/snippets/s_product_4.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_enark/static/src/img/snippets/s_product_5.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_enark/static/src/img/snippets/s_product_6.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_enark/static/src/img/snippets/s_quotes_carousel_1.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_enark/static/src/img/snippets/s_quotes_carousel_2.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_enark/static/src/img/snippets/s_newsletter.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_enark/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_enark/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_enark/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_enark/static/src/old_snippets/s_icon_box/000.scss"/>
|
||||
</xpath>
|
||||
</template>
|
||||
|
||||
</odoo>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="s_banner" inherit_id="website.s_banner">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_full_screen_height" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Banner -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]" position="attributes">
|
||||
<attribute name="class" add="offset-lg-6 border p-5" remove="o_cc o_cc1 pt32 pb32" separator=" "/>
|
||||
<attribute name="style" add="border-width: 1px !important; border-color: rgb(70, 77, 83) !important;" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h1" position="replace">
|
||||
<h1>
|
||||
<font style="font-size: 62px; line-height: 48px;">A Different Viewpoint.</font>
|
||||
</h1>
|
||||
</xpath>
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//p" position="replace">
|
||||
<p><br/></p>
|
||||
<p class="lead">We are a contemporary architecture firm working mainly in the residential, commercial and office sectors. Our projects are built all over the world, in urban and natural environments.</p>
|
||||
</xpath>
|
||||
<!-- Button -->
|
||||
<xpath expr="//a" position="replace">
|
||||
<a href="#" class="btn btn-primary mb-2">Discover more</a>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="s_call_to_action" inherit_id="website.s_call_to_action">
|
||||
<!-- Paragraph -->
|
||||
<xpath expr="//h3" position="replace">
|
||||
<h3>As <b>436 clients</b> before you, let’s work together</h3>
|
||||
</xpath>
|
||||
<xpath expr="//p" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="s_media_list" inherit_id="website.s_media_list">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc1" remove="bg-200" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Row 1 -->
|
||||
<xpath expr="(//div[hasclass('row')])[2]" position="attributes">
|
||||
<attribute name="class" add="border rounded" separator=" "/>
|
||||
<attribute name="style" add="border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;" separator=" "/>
|
||||
</xpath>
|
||||
<xpath expr="//div[hasclass('col-lg-4')]" position="attributes">
|
||||
<attribute name="class" add="col-lg-6" remove="col-lg-4" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Row 2 -->
|
||||
<xpath expr="(//div[hasclass('row')])[3]" position="attributes">
|
||||
<attribute name="class" add="border rounded" separator=" "/>
|
||||
<attribute name="style" add="border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Row 3 -->
|
||||
<xpath expr="(//div[hasclass('row')])[4]" position="attributes">
|
||||
<attribute name="class" add="o_cc o_cc5 flex-row-reverse border rounded" remove="o_cc o_cc1" separator=" "/>
|
||||
<attribute name="style" add="border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Text 3 -->
|
||||
<xpath expr="(//div[hasclass('col-lg-8')])[3]" position="replace">
|
||||
<div class="col-lg-8 s_media_list_body">
|
||||
<h3 class="card-title">Know our clients.</h3>
|
||||
<p class="card-text">We always start by exploring our clients goals, priorities, lifestyle, and tastes.</p>
|
||||
<a href="#">Continue reading <i class="fa fa-long-arrow-right align-middle ml-1"></i></a>
|
||||
</div>
|
||||
</xpath>
|
||||
<!-- Text 2 -->
|
||||
<xpath expr="(//div[hasclass('col-lg-8')])[2]" position="replace">
|
||||
<div class="col-lg-8 s_media_list_body">
|
||||
<h3 class="card-title">Nature friendly</h3>
|
||||
<p class="card-text">Our creations integrate and are in perfect harmony with their environment.</p>
|
||||
</div>
|
||||
</xpath>
|
||||
<!-- Text 1 -->
|
||||
<xpath expr="//div[hasclass('col-lg-8')]" position="replace">
|
||||
<div class="col-lg-6 s_media_list_body">
|
||||
<h3 class="card-title">Construction site</h3>
|
||||
<p class="card-text">Our mastery of construction techniques has been built up over time through our close collaboration with the workers and our sustained presence on the construction sites.</p>
|
||||
<a href="#" class="btn btn-primary mb-2">Discover more</a>
|
||||
</div>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="s_picture" inherit_id="website.s_picture">
|
||||
<!-- Section -->
|
||||
<xpath expr="//section" position="attributes">
|
||||
<attribute name="class" add="pt80" remove="pt48 bg-200" separator=" "/>
|
||||
</xpath>
|
||||
<!-- Title -->
|
||||
<xpath expr="//h2" position="replace">
|
||||
<h2 style="text-align: center;">
|
||||
<font style="font-size: 62px; line-height: 48px;">Creating places that enhance the human experience.</font>
|
||||
</h2>
|
||||
</xpath>
|
||||
<!-- Paragraphs -->
|
||||
<xpath expr="//p[1]" position="replace">
|
||||
<p class="text-center pt48">We always put people and nature at the center of our projects.</p>
|
||||
</xpath>
|
||||
<!-- Caption -->
|
||||
<xpath expr="//figcaption" position="replace"/>
|
||||
</template>
|
||||
</odoo>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="s_text_image" inherit_id="website.s_text_image">
|
||||
<!-- Title & Paragraph -->
|
||||
<xpath expr="//div[hasclass('col-lg-6')]" position="replace">
|
||||
<div class="col-lg-6 p-5 border rounded" style="border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;">
|
||||
<h2>Building Castle in Cloud</h2>
|
||||
<p><br/></p>
|
||||
<p>When designing an architectural concept, we take into account the nine criteria that Zumthor considers to be important in creating an architectural atmosphere.</p>
|
||||
</div>
|
||||
</xpath>
|
||||
<!-- Col 2 -->
|
||||
<xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
|
||||
<attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
|
||||
</xpath>
|
||||
</template>
|
||||
</odoo>
|
||||