@ -0,0 +1,46 @@ |
|||||
|
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg |
||||
|
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html |
||||
|
:alt: License: AGPL-3 |
||||
|
|
||||
|
Dark Mode Backend Theme |
||||
|
========================= |
||||
|
* Dark mode backend theme for community edition of Odoo 17. |
||||
|
|
||||
|
Configuration |
||||
|
============= |
||||
|
* No need of additional configuration. |
||||
|
|
||||
|
License |
||||
|
------- |
||||
|
Affero General Public License, Version 3 (AGPL-3). |
||||
|
(https://www.gnu.org/licenses/agpl-3.0.en.html) |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Credits |
||||
|
======= |
||||
|
* Developer: (v17) Ammu Raj, Contact: odoo@cybrosys.com |
||||
|
|
||||
|
Contacts |
||||
|
-------- |
||||
|
* Mail Contact : odoo@cybrosys.com |
||||
|
* Website : https://cybrosys.com |
||||
|
|
||||
|
Bug Tracker |
||||
|
----------- |
||||
|
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. |
||||
|
|
||||
|
Maintainer |
||||
|
========== |
||||
|
.. image:: https://cybrosys.com/images/logo.png |
||||
|
:target: https://cybrosys.com |
||||
|
|
||||
|
This module is maintained by Cybrosys Technologies. |
||||
|
|
||||
|
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ |
||||
|
|
||||
|
Further information |
||||
|
=================== |
||||
|
HTML Description: `<static/description/index.html>`__ |
@ -0,0 +1,21 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
################################################################################ |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
||||
|
# Author: Ammu Raj (odoo@cybrosys.com) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU AFFERO |
||||
|
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
|
# (AGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
################################################################################ |
@ -0,0 +1,53 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
################################################################################ |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). |
||||
|
# Author: Ammu Raj (odoo@cybrosys.com) |
||||
|
# |
||||
|
# You can modify it under the terms of the GNU AFFERO |
||||
|
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3. |
||||
|
# |
||||
|
# This program is distributed in the hope that it will be useful, |
||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
|
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. |
||||
|
# |
||||
|
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE |
||||
|
# (AGPL v3) along with this program. |
||||
|
# If not, see <http://www.gnu.org/licenses/>. |
||||
|
# |
||||
|
################################################################################ |
||||
|
{ |
||||
|
"name": "Dark Mode Backend Theme", |
||||
|
"version": "17.0.1.0.0", |
||||
|
"category": "Theme/Backend", |
||||
|
"summary": "Dark Mode Backend Theme for Odoo 17 community edition", |
||||
|
"description": "Minimalist and elegant backend theme for Odoo 17," |
||||
|
"Backend Theme, Theme", |
||||
|
'author': 'Cybrosys Techno Solutions', |
||||
|
'company': 'Cybrosys Techno Solutions', |
||||
|
'maintainer': 'Cybrosys Techno Solutions', |
||||
|
'website': "https://www.cybrosys.com", |
||||
|
'assets': { |
||||
|
'web.assets_backend': { |
||||
|
'/dark_mode_backend/static/src/scss/theme_accent.scss', |
||||
|
'/dark_mode_backend/static/src/scss/datetimepicker.scss', |
||||
|
'/dark_mode_backend/static/src/scss/theme.scss', |
||||
|
'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet', |
||||
|
}, |
||||
|
'web.assets_frontend': { |
||||
|
'/dark_mode_backend/static/src/scss/login.scss', |
||||
|
'https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet', |
||||
|
}, |
||||
|
}, |
||||
|
'images': [ |
||||
|
'static/description/banner.png', |
||||
|
'static/description/theme_screenshot.png', |
||||
|
], |
||||
|
'license': 'AGPL-3', |
||||
|
'installable': True, |
||||
|
'auto_install': False, |
||||
|
'application': False, |
||||
|
} |
@ -0,0 +1,7 @@ |
|||||
|
## Module <dark_mode_backend> |
||||
|
|
||||
|
#### 01.01.2024 |
||||
|
#### Version 17.0.1.0.0 |
||||
|
#### ADD |
||||
|
|
||||
|
- Initial commit for Dark Mode Backend Theme |
After Width: | Height: | Size: 141 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 310 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 576 B |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 911 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 673 B |
After Width: | Height: | Size: 878 B |
After Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 839 B |
After Width: | Height: | Size: 427 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 988 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 589 B |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 967 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 1.8 MiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 93 KiB |
After Width: | Height: | Size: 158 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 114 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 364 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 663 KiB |
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 214 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 122 KiB |
After Width: | Height: | Size: 159 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 702 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 80 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 26 KiB |
@ -0,0 +1,872 @@ |
|||||
|
<html> |
||||
|
<head></head> |
||||
|
<body> |
||||
|
<!-- HERO --> |
||||
|
<div class="container"> |
||||
|
<div class="row" style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
||||
|
<div class="col-lg-12 d-flex flex-column align-items-center"> |
||||
|
<h1 class="text-center text-uppercase" |
||||
|
style="font-family: Montserrat, 'sans-serif' !important; font-weight: bolder !important; font-size: 2.5rem !important; color: #212121;"> |
||||
|
Dark Mode Backend Theme |
||||
|
</h1> |
||||
|
<p class="my-1 text-center text-uppercase" |
||||
|
style="letter-spacing: 4px !important; color: #74788D !important;">Minimalist and Elegant Backend Theme for Odoo 17.</p> |
||||
|
</div> |
||||
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin: 2rem 0;"> |
||||
|
<img src="./assets/hero.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF HERO --> |
||||
|
|
||||
|
<!-- OVERVIEW --> |
||||
|
<div class="container"> |
||||
|
<div class="row" style="padding: 0rem 2.5rem !important; background-color: #fff !important;"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center"> |
||||
|
<p class="my-1 text-center" |
||||
|
style="font-family: Montserrat, 'sans-serif' !important; color: #212121 !important;"> |
||||
|
The Dark Mode Backend Theme V17 Gives You a Fully Modified View with a Full Screen Display. |
||||
|
This is a Minimalist and Elegant Backend Theme for Odoo 17. |
||||
|
This Theme Will Change Your Old Experience to a New Experience With Odoo. |
||||
|
It is a Perfect Choice for Your Odoo Backend and an Attractive Theme for Your Odoo 17. |
||||
|
It will Give You a Clean Layout with a New Color Combination and a Modified Font. It has a |
||||
|
Sidebar with |
||||
|
New App Icons and Company Logo. This Will Change Your Old Kanban, List and Form Views to A Fully |
||||
|
Modified View. |
||||
|
</p> |
||||
|
</div> |
||||
|
<div class="col-lg-12 mt-4"> |
||||
|
<div class="alert alert-warning text-center" role="alert"> |
||||
|
<i class="fa fa-exclamation-triangle mr-2" aria-hidden="true"></i>Please make sure that you install |
||||
|
all |
||||
|
your apps prior to the installation of this theme. |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF OVERVIEW--> |
||||
|
|
||||
|
|
||||
|
<!-- FEATURE --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
||||
|
<hr class="position-absolute" |
||||
|
style="border: 1px solid #c4c6cc !important; width: 40% !important; z-index: 0 !important;"> |
||||
|
<h2 style="font-weight: 300 !important; background-color: #fff !important; z-index: 99 !important; padding: 0 1rem !important;"> |
||||
|
Features</h2> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- RESPONSIVE --> |
||||
|
<!-- END OF RESPONSIVE --> |
||||
|
<!-- FEATURE --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #53b68a !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2.5rem 1.5rem!important;"> |
||||
|
<h3 style="font-weight: 700 !important;">Kanban Group View</h3> |
||||
|
<h6 style="font-style: Montserrat, 'sans-serif' !important; color: #2A3042 !important; font-weight: 300 !important;"> |
||||
|
The Dark Mode Backend Theme V17 Gives You a Fully Modified Kanban View and Kanban Group View. |
||||
|
The Section Wise Separated Stages give a Pleasant Experience And an Extraordinary Design |
||||
|
To Your Content Tiles Making The Tiles Look Great. |
||||
|
It will Give You a Clean Layout with the New Color Combination and a Modified Font. |
||||
|
</h6> |
||||
|
<div class="row mt-4"> |
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Modified Font</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Color Combination</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Full Screen View</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Stages are Separated in View</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Clean Layout</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Buttons with New Colors</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/kanban_group.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF FEATURE --> |
||||
|
|
||||
|
<!-- FEATURE --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #53b68a !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2.5rem 1.5rem!important;"> |
||||
|
<h3 style="font-weight: 700 !important;">List View</h3> |
||||
|
<h6 style="font-style: Montserrat, 'sans-serif' !important; color: #2A3042 !important; font-weight: 300 !important;"> |
||||
|
All new Dark Mode Backend Theme V17 Gives You The Fully Modified List View and This Table Design |
||||
|
is Also Have Awesome Design and, it Gives You More Beauty for Your Odoo Backend. |
||||
|
It will Give You a Clean Layout with the New Color Combination and a Modified Font. |
||||
|
</h6> |
||||
|
<div class="row mt-4"> |
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Modified Table Style</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Color Combination</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Scroll Bar</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Status Tag</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Scrollbar</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Buttons with New Colors</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/list_sales.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF FEATURE --> |
||||
|
|
||||
|
<!-- FEATURE --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #53b68a !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2.5rem 1.5rem!important;"> |
||||
|
<h3 style="font-weight: 700 !important;">Form View</h3> |
||||
|
<h6 style="font-style: Montserrat, 'sans-serif' !important; color: #2A3042 !important; font-weight: 300 !important;"> |
||||
|
Dark Mode Backend Theme Gives You The Fully Modified Form View with a Full Screen Experience. It will |
||||
|
Give You a Clean Layout with the New Color Combination |
||||
|
and a Modified Font. |
||||
|
</h6> |
||||
|
<div class="row mt-4"> |
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Modified Form Style</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Full Screen Form View</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Looks for Tabs</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-6"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Style for Required Field</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Chatter Style Under Form View</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Looks for Status Button</span> |
||||
|
</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/form.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF FEATURE --> |
||||
|
|
||||
|
<!-- TWO COLUMN BLOCK --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row" style="margin: 2rem; ; min-width: 100% !important;"> |
||||
|
|
||||
|
<div class="col-lg-8" style="padding: 1rem 1rem 1rem 0rem !important;"> |
||||
|
<div class=" shadow" |
||||
|
style="background-color: #fff !important; border-top: 3px solid #53b68a !important; padding: 2.5rem 0rem 0rem 0rem !important;"> |
||||
|
<h3 class="mx-4 mt-3" style="font-weight: 700 !important;">Overview</h3> |
||||
|
<h6 class="mx-4" |
||||
|
style="font-style: Montserrat, 'sans-serif' !important; color: #2A3042 !important; font-weight: 300 !important;"> |
||||
|
Dark Mode Backend Theme V17 is an Attractive Theme for Your Odoo 17. |
||||
|
This Theme Will Change Improve Your Experience With Odoo. |
||||
|
This is a Minimalist and Elegant Backend Theme for Odoo 17 And Can Offer a Perfect Choice |
||||
|
for |
||||
|
Your Odoo Backend. |
||||
|
</h6> |
||||
|
<div class="mx-4 my-4"> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Modified Structure for All Type Views</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Style for Active Menus, Radio Buttons and Checkboxes</span> |
||||
|
</span> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Color Combination</span> |
||||
|
</span> |
||||
|
|
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>New Look for All Applications</span> |
||||
|
</span> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>A Clean layout and New Font Style</span> |
||||
|
</span> |
||||
|
<span class="d-flex"> |
||||
|
<i class="fa fa-check-square mr-2" |
||||
|
style="color:#53b68a !important; margin-top: 5px !important;"></i> |
||||
|
<span>Sidebar with New Menu Icons</span> |
||||
|
</span> |
||||
|
|
||||
|
</div> |
||||
|
<img src="./assets/all_screens.png" class="img-responsive" width="100% !important" |
||||
|
height="auto !important"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4" style="padding: 1rem 0rem 1rem 1rem!important;"> |
||||
|
<div class="shadow" |
||||
|
style="background-color: #fff !important; border-top: 3px solid #53b68a !important; padding: 2.5rem 0rem 0rem 1.5rem !important; position: relative; overflow: hidden !important;"> |
||||
|
<h3 class="mt-3" style="font-weight: 700 !important;">All-New Menu Design</h3> |
||||
|
<h6 style="font-style: Montserrat, 'sans-serif' !important; color: #2A3042 !important; font-weight: 300 !important; padding-bottom: 0 !important;"> |
||||
|
The All-New Menu Design is Main Attractive Section for the Dark Mode Backend Theme. The Sidebar |
||||
|
have New Minimalist |
||||
|
Icons for Applications in Odoo. Also, the Sidebar Have Closing and Opening Option. |
||||
|
Customisable Logo Attached in Sidebar |
||||
|
That is Automatically Fetch Your Company Logo. |
||||
|
</h6> |
||||
|
<img src="./assets/menu_focus.png" class="img-responsive" width="100% !important" |
||||
|
height="auto !important"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF TWO COLUMN BLOCK --> |
||||
|
|
||||
|
|
||||
|
<!-- SCREENSHOTS --> |
||||
|
<div class="container" style="margin-top: 3rem;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
||||
|
<hr class="position-absolute" |
||||
|
style="border: 1px solid #c4c6cc !important; width: 40% !important; z-index: 0 !important;"> |
||||
|
<h2 style="font-weight: 300 !important; background-color: #fff !important; z-index: 99 !important; padding: 0 1rem !important;"> |
||||
|
Screenshots</h2> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">1</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Login Page</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/login.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">2</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Group By View</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/group.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">3</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Settings Page</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/setting.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">4</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Discuss Page</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/discuss.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">5</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Product Kanban View</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/kanban_product.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">6</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Purchase List View</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/list_purchase.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">7</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Product View with Smart Buttons</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/form_product.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">8</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Modified Alert Notifications are Placed on the Right Bottom of Display |
||||
|
</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/alert.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">9</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Wizards and User Error Popups</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/modal.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">10</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">New Looks for The Tabs</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/tab.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">11</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Recruitment Kanban View With Ribbons</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/kanban_recruits.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">12</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Sales Kanban View</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/kanban_sale.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">13</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Modified Kanban View for Employees With New Designed Category Section</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/kanban_empl.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">15</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Newly Customised Chatter and Popup Chatter</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/chatters.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">16</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">New Looks for Wizards and Buttons with New Colors</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/app_uninstall.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">19</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Invoice Pages</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/invoice.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="row shadow" |
||||
|
style="margin: 2rem; padding: 0rem !important; background-color: #fff !important; border-top: 3px solid #74788D !important; min-width: 100% !important;"> |
||||
|
<div class="col-lg-12" style="padding: 2rem 1.5rem!important;"> |
||||
|
<div class="d-flex my-3"> |
||||
|
<div class="d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #53b68a !important; border: 4px solid #e1faee !important; color: #fff !important; height: 35px; width: 35px; border-radius: 50% !important; font-size: 1.1rem !important;"> |
||||
|
<h6 style="margin-top: 0.3rem; color: #fff !important;">20</h6> |
||||
|
</div> |
||||
|
<h6 class="mt-2 ml-2">Graphs</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-12" style="padding-left: 0 !important; padding-right: 0!important;"> |
||||
|
<img src="assets/screenshots/graph.png" width="100%" height="auto" class="img-responsive"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- END OF SCREENSHOTS --> |
||||
|
|
||||
|
<!-- OUR SERVICES --> |
||||
|
<section class="container" style="margin-top: 6rem !important;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mb-4"> |
||||
|
<hr class="position-absolute" |
||||
|
style="border: 1px solid #c4c6cc !important; width: 40% !important; z-index: 0 !important;"> |
||||
|
<h2 style="font-weight: 300 !important; background-color: #fff !important; z-index: 99 !important; padding: 0 1rem !important;"> |
||||
|
Our Services</h2> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #1dd1a1 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/cogs.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Customization</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #ff6b6b !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/wrench.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Implementation</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #6462CD !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/lifebuoy.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Support</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #ffa801 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/user.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Hire |
||||
|
Odoo |
||||
|
Developer</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #54a0ff !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/puzzle.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Integration</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #6d7680 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/update.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Migration</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #786fa6 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/consultation.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Consultancy</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #f8a5c2 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/training.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Implementation</h6> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-4 d-flex flex-column justify-content-center align-items-center my-4"> |
||||
|
<div class="d-flex justify-content-center align-items-center mx-3 my-3" |
||||
|
style="background-color: #e6be26 !important; border-radius: 15px !important; height: 80px; width: 80px;"> |
||||
|
<img src="assets/icons/license.png" class="img-responsive" height="48px" width="48px"> |
||||
|
</div> |
||||
|
<h6 class="text-center" style="font-family: Montserrat, 'sans-serif' !important; font-weight: bold;"> |
||||
|
Odoo |
||||
|
Licensing Consultancy</h6> |
||||
|
</div> |
||||
|
</div> |
||||
|
</section> |
||||
|
<!-- END OF OUR SERVICES --> |
||||
|
|
||||
|
<!-- OUR INDUSTRIES --> |
||||
|
<section class="container" style="margin-top: 6rem !important; background-color: #fff !important;"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mb-4"> |
||||
|
<hr class="position-absolute" |
||||
|
style="border: 1px solid #c4c6cc !important; width: 40% !important; z-index: 0 !important;"> |
||||
|
<h2 style="font-weight: 300 !important; background-color: #fff !important; z-index: 99 !important; padding: 0 1rem !important;"> |
||||
|
Our Industries</h2> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/trading-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Trading |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Easily |
||||
|
procure |
||||
|
and |
||||
|
sell your products</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/pos-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
POS |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Easy |
||||
|
configuration |
||||
|
and convivial experience</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/education-black.png" class="img-responsive mb-3" height="48px" |
||||
|
width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Education |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">A |
||||
|
platform for |
||||
|
educational management</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/manufacturing-black.png" class="img-responsive mb-3" height="48px" |
||||
|
width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Manufacturing |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Plan, |
||||
|
track and |
||||
|
schedule your operations</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/ecom-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
E-commerce & Website |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Mobile |
||||
|
friendly, |
||||
|
awe-inspiring product pages</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/service-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Service Management |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Keep |
||||
|
track of |
||||
|
services and invoice</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/restaurant-black.png" class="img-responsive mb-3" height="48px" |
||||
|
width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Restaurant |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">Run |
||||
|
your bar or |
||||
|
restaurant methodically</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 10px; padding: 2rem !important; height: 250px !important;"> |
||||
|
<img src="./assets/icons/hotel-black.png" class="img-responsive mb-3" height="48px" width="48px"> |
||||
|
<h5 style="font-family: Montserrat, sans-serif !important; color: #000 !important; font-weight: bold;"> |
||||
|
Hotel Management |
||||
|
</h5> |
||||
|
<p style="font-family: Montserrat, sans-serif !important; font-size: 0.9rem !important;">An |
||||
|
all-inclusive |
||||
|
hotel management application</p> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</section> |
||||
|
|
||||
|
<!-- END OF OUR INDUSTRIES --> |
||||
|
|
||||
|
<!-- FOOTER --> |
||||
|
<!-- Footer Section --> |
||||
|
<section class="container" style="margin: 5rem auto 2rem; background-color: #fff !important;"> |
||||
|
<div class="row" style="max-width:1540px;"> |
||||
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center mb-4"> |
||||
|
<hr class="position-absolute" |
||||
|
style="border: 1px solid #c4c6cc !important; width: 40% !important; z-index: 0 !important;"> |
||||
|
<h2 style="font-weight: 300 !important; background-color: #fff !important; z-index: 99 !important; padding: 0 1rem !important;"> |
||||
|
Need Help?</h2> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- Contact Cards --> |
||||
|
<div class="row d-flex justify-content-center align-items-center" |
||||
|
style="max-width:1540px; margin: 0 auto 2rem auto;"> |
||||
|
<div class="col-lg-12" style="padding: 0rem 3rem 2rem; border-radius: 10px; margin-right: 3rem; "> |
||||
|
<div class="row mt-4"> |
||||
|
<div class="col-lg-6"> |
||||
|
<a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover" |
||||
|
style="text-decoration: none; background-color: #4d4d4d; color: #FFF; border-radius: 4px;"><i |
||||
|
class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a> |
||||
|
</div> |
||||
|
<div class="col-lg-6"> |
||||
|
<a href="https://api.whatsapp.com/send?phone=918606827707" target="_blank" |
||||
|
class="btn btn-block mb-2 deep_hover" |
||||
|
style="text-decoration: none; background-color: #25D366; color: #FFF; border-radius: 4px;"> |
||||
|
<i class="fa fa-whatsapp mr-2"></i>+91 86068 27707</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- End of Contact Cards --> |
||||
|
</section> |
||||
|
<!-- Footer --> |
||||
|
<section class="oe_container" style="padding: 2rem 3rem 1rem; background-color: #fff !important;"> |
||||
|
<div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
||||
|
<!-- Logo --> |
||||
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;"> |
||||
|
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto"/> |
||||
|
</div> |
||||
|
<!-- End of Logo --> |
||||
|
</div> |
||||
|
</section> |
||||
|
<!-- END OF FOOTER --> |
||||
|
</div> |
||||
|
|
||||
|
</body> |
||||
|
</html> |
||||
|
|
After Width: | Height: | Size: 468 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 446 B |
After Width: | Height: | Size: 653 B |
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 700 B |
After Width: | Height: | Size: 644 B |
After Width: | Height: | Size: 656 B |
After Width: | Height: | Size: 874 B |
After Width: | Height: | Size: 445 B |
After Width: | Height: | Size: 730 B |
After Width: | Height: | Size: 718 B |
After Width: | Height: | Size: 755 B |
After Width: | Height: | Size: 539 B |
After Width: | Height: | Size: 709 B |
After Width: | Height: | Size: 762 B |
After Width: | Height: | Size: 607 B |
After Width: | Height: | Size: 620 B |
After Width: | Height: | Size: 627 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 367 B |
After Width: | Height: | Size: 616 B |
After Width: | Height: | Size: 570 B |
After Width: | Height: | Size: 597 B |
After Width: | Height: | Size: 729 B |
After Width: | Height: | Size: 752 B |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 509 B |
After Width: | Height: | Size: 623 B |
After Width: | Height: | Size: 695 B |
After Width: | Height: | Size: 626 B |