@ -0,0 +1,47 @@ |
|||||
|
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg |
||||
|
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html |
||||
|
:alt: License: AGPL-3 |
||||
|
|
||||
|
Social Media Icon Styles in Website |
||||
|
=================================== |
||||
|
This module helps you to choose social media share button styles for website. |
||||
|
|
||||
|
Configuration |
||||
|
============= |
||||
|
* No additional configurations needed |
||||
|
|
||||
|
Company |
||||
|
------- |
||||
|
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ |
||||
|
|
||||
|
License |
||||
|
------- |
||||
|
Gnu Affero General Public License, Version 3 (AGPL v3). |
||||
|
(https://www.gnu.org/licenses/agpl-3.0-standalone.html) |
||||
|
|
||||
|
Credits |
||||
|
------- |
||||
|
* Developer : (V16) Muhsina V, (V15) Afra MP |
||||
|
* 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,22 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Afra MP (<https://www.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/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from . import models |
@ -0,0 +1,51 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Afra MP (<https://www.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': 'Social Media Icon Styles in Website', |
||||
|
'version': '15.0.1.0.0', |
||||
|
'category': 'Website', |
||||
|
'summary': "Customized style for website social media sharing buttons", |
||||
|
'description': "This module helps to share the product on social media " |
||||
|
"like Facebook, Twitter, LinkedIn, WhatsApp, email, " |
||||
|
"Pinterest, Reddit or Hacker News, Also provide 10+ styles " |
||||
|
"for social media sharing button. User can enable/disable " |
||||
|
"these social media platforms from the settings.", |
||||
|
'author': 'Cybrosys Techno Solutions', |
||||
|
'company': 'Cybrosys Techno Solutions', |
||||
|
'maintainer': 'Cybrosys Techno Solutions', |
||||
|
'website': 'https://www.cybrosys.com', |
||||
|
'depends': ['website_sale'], |
||||
|
'data': [ |
||||
|
'views/res_config_settings_views.xml', |
||||
|
'views/share_social_media_templates.xml', |
||||
|
], |
||||
|
'assets': { |
||||
|
'web.assets_frontend': [ |
||||
|
'website_social_media_icon_style/static/src/scss/*', |
||||
|
], |
||||
|
}, |
||||
|
'images': ['static/description/banner.png'], |
||||
|
'licence': 'AGPL-3', |
||||
|
'installable': True, |
||||
|
'auto_install': False, |
||||
|
'application': False, |
||||
|
} |
@ -0,0 +1,6 @@ |
|||||
|
## Module <website_social_media_icon_style> |
||||
|
|
||||
|
#### 13.06.2024 |
||||
|
#### Version 15.0.1.0.0 |
||||
|
##### ADD |
||||
|
- Initial Commit for Social Media Icon Styles in Website |
@ -0,0 +1,22 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Afra MP (<https://www.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/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from . import res_config_settings |
@ -0,0 +1,79 @@ |
|||||
|
# -*- coding: utf-8 -*- |
||||
|
############################################################################# |
||||
|
# |
||||
|
# Cybrosys Technologies Pvt. Ltd. |
||||
|
# |
||||
|
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) |
||||
|
# Author: Afra MP (<https://www.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/>. |
||||
|
# |
||||
|
############################################################################# |
||||
|
from odoo import fields, models |
||||
|
|
||||
|
|
||||
|
class ResConfigSettings(models.TransientModel): |
||||
|
""" Inhering to Add fields to enable social media sharing and styles""" |
||||
|
_inherit = 'res.config.settings' |
||||
|
|
||||
|
enable_social_media_sharing_style = fields.Boolean( |
||||
|
string='Product Social Media Sharing', |
||||
|
config_parameter='website_social_media_icon_style.enable', |
||||
|
help="Enable social media share button styling feature.") |
||||
|
icon_style = fields.Selection([('style1', 'ElegantCircle'), |
||||
|
('style2', 'ClassicCircle'), |
||||
|
('style3', 'DynamicHover'), |
||||
|
('style4', 'VividSpinner'), |
||||
|
('style5', 'VibrantCircle'), |
||||
|
('style6', 'IconRotate'), |
||||
|
('style7', 'SquareBackground'), |
||||
|
('style8', 'SubtleHoverSquare'), |
||||
|
('style9', 'GradientRotate'), |
||||
|
('style10', 'RotateLargeIcon'), |
||||
|
('style11', 'IconWithName')], |
||||
|
string="Icon Style", |
||||
|
config_parameter='website_social_media_icon_style.icon_style', |
||||
|
help="Choose the style of the icon for " |
||||
|
"social media buttons.") |
||||
|
facebook_icon = fields.Boolean(string="Facebook", |
||||
|
config_parameter='website_social_media_icon_style.facebook' |
||||
|
, help="Enable or disable the Facebook icon" |
||||
|
" for social media sharing.") |
||||
|
whatsapp_icon = fields.Boolean(string="WhatsApp", |
||||
|
config_parameter='website_social_media_icon_style.whatsapp', |
||||
|
help="Enable or disable the WhatsApp icon " |
||||
|
"for social media sharing.") |
||||
|
twitter_icon = fields.Boolean(string="Twitter", |
||||
|
config_parameter='website_social_media_icon_style.twitter', |
||||
|
help="Enable or disable the Twitter icon for" |
||||
|
" social media sharing.") |
||||
|
linkedin_icon = fields.Boolean(string="LinkedIn", |
||||
|
config_parameter='website_social_media_icon_style.linkedin', |
||||
|
help="Enable or disable the LinkedIn icon " |
||||
|
"for social media sharing.") |
||||
|
email_icon = fields.Boolean(string="E-mail", |
||||
|
config_parameter='website_social_media_icon_style.email', |
||||
|
help="Enable or disable the E-mail icon for" |
||||
|
" social media sharing.") |
||||
|
pinterest_icon = fields.Boolean(string="Pinterest", |
||||
|
config_parameter='website_social_media_icon_style.pinterest', |
||||
|
help="Enable or disable the Pinterest " |
||||
|
"icon for social media sharing.") |
||||
|
reddit_icon = fields.Boolean(string="Reddit", |
||||
|
config_parameter='website_social_media_icon_style.reddit', |
||||
|
help="Enable or disable the Reddit icon for " |
||||
|
"social media sharing.") |
||||
|
hackernews_icon = fields.Boolean(string="Hacker News", |
||||
|
config_parameter='website_social_media_icon_style.hackernews', |
||||
|
help="Enable or disable the Hacker News " |
||||
|
"icon for social media sharing.") |
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: 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: 59 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 152 KiB |
After Width: | Height: | Size: 163 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 171 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 155 KiB |
After Width: | Height: | Size: 155 KiB |
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 217 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,642 @@ |
|||||
|
<div style="background-color: #714B67; height: 810px; width: 100%; padding: 15px; position: relative;"> |
||||
|
<!-- TITLE BAR --> |
||||
|
<div class="d-flex align-items-center justify-content-between" |
||||
|
style="border-bottom: 1px solid #875A7B; padding: 15px; display: flex; justify-content: space-between; align-items: center;"> |
||||
|
<img src="assets/misc/cybrosys-logo.png" width="42" height="42" |
||||
|
style="width: 42px; height: 42px;"/> |
||||
|
<div> |
||||
|
<div |
||||
|
style="color: #7C7BAD; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
||||
|
class="mr-2"> |
||||
|
<i class="fa fa-check mr-1"></i>Community |
||||
|
</div> |
||||
|
<div |
||||
|
style="color: #875A7B; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
||||
|
class="mr-2"> |
||||
|
<i class="fa fa-check mr-1"></i>Enterprise |
||||
|
</div> |
||||
|
<div |
||||
|
style="color: #875A7B; font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: bold; background-color: white; display: inline-block; padding: 3px 10px; border-radius: 50px;" |
||||
|
class="mr-2"> |
||||
|
<i class="fa fa-check mr-1"></i>Odoo.sh |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF TITLE BAR --> |
||||
|
<div class="container"> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 col-md-12 col-lg-12"> |
||||
|
<!-- APP HERO --> |
||||
|
<h1 style="color: #FFFFFF; font-weight: bolder; font-size: 50px; text-align: center; margin-top: 50px;"> |
||||
|
Social Media Icon Styles in Website |
||||
|
</h1> |
||||
|
<p style="color:#FFFFFF; padding: 8px 15px; text-align: center; font-size: 24px;"> |
||||
|
Social Media Icon Styles in Website -Facebook, Twitter, |
||||
|
LinkedIn, WhatsApp, Email, Pinterest, Reddit, Hacker News |
||||
|
</p> |
||||
|
<!-- END OF APP HERO --> |
||||
|
<img src="assets/screenshots/hero.gif" class="img-responsive" |
||||
|
style="width: 100%; margin-left: auto; margin-right: auto;"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
|
||||
|
<!-- NAVIGATION SECTION --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px; margin-top: 300px;"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/compass.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Explore This |
||||
|
Module</h2> |
||||
|
</div> |
||||
|
<div class="row my-4" style="font-family: 'Montserrat', sans-serif;"> |
||||
|
<div class="col-sm-12 col-md-6 my-3"> |
||||
|
<a href="#overview"> |
||||
|
<div class="d-flex justify-content-between align-items-center" |
||||
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
||||
|
<div> |
||||
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Overview</span> |
||||
|
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">Learn |
||||
|
more about this |
||||
|
module</span> |
||||
|
</div> |
||||
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-sm-12 col-md-6 my-3"> |
||||
|
<a href="#features"> |
||||
|
<div class="d-flex justify-content-between align-items-center" |
||||
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
||||
|
<div> |
||||
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Features</span> |
||||
|
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">View features of this module</span> |
||||
|
</div> |
||||
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-sm-12 col-md-6 my-3"> |
||||
|
<a href="#screenshots"> |
||||
|
<div class="d-flex justify-content-between align-items-center" |
||||
|
style="background-color: #f5f5f5; padding: 30px; width: 100%;"> |
||||
|
<div> |
||||
|
<span style="color: #714B67; font-size: 24px; font-weight: 500; display: block;">Screenshots</span> |
||||
|
<span style="color: #714B67; font-size: 16px; font-weight: 400; color:#282F33; display: block;">View |
||||
|
screenshots for this |
||||
|
module</span> |
||||
|
</div> |
||||
|
<img src="assets/misc/right-arrow.png" width="36" height="36"/> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF NAVIGATION SECTION --> |
||||
|
|
||||
|
<!-- OVERVIEW SECTION --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" |
||||
|
id="overview"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/pie-chart.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Overview |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="row" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
||||
|
<div class="col-sm-12 py-4"> |
||||
|
This module helps to share the product on social media like Facebook, |
||||
|
Twitter, LinkedIn, WhatsApp, email, Pinterest, Reddit or Hacker News, |
||||
|
Also |
||||
|
provide 10+ styles for social media sharing. |
||||
|
User can enable/disable these social media platforms from the settings. |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF OVERVIEW SECTION --> |
||||
|
|
||||
|
<!-- FEATURES SECTION --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" |
||||
|
id="features"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/features.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Features |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="row" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-weight: 400; font-size: 14px; line-height: 200%;"> |
||||
|
<div class="col-sm-12 col-md-6"> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="margin-top: 30px; margin-bottom: 30px"> |
||||
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
||||
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">User Can Enable/Disable Social Media Platforms.</span> |
||||
|
</div> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="margin-top: 30px; margin-bottom: 30px"> |
||||
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
||||
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">10+ Styles for Social Media Sharing. |
||||
|
</span> |
||||
|
</div> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="margin-top: 30px; margin-bottom: 30px"> |
||||
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
||||
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Attractive and Easy to Use Styles.</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-sm-12 col-md-6"> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="margin-top: 30px; margin-bottom: 30px"> |
||||
|
<img src="assets/misc/check-box.png" class="mr-2"/> |
||||
|
<span style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;">Available in Odoo 16.0 |
||||
|
Community, Enterprise and Odoo.sh.</span> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF FEATURES SECTION --> |
||||
|
|
||||
|
<!-- SCREENSHOTS SECTION --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;" |
||||
|
id="screenshots"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/pictures.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Screenshots |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12"> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
||||
|
Enable Social Media Sharing. |
||||
|
</h3> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
Go to Website => Configuration => Settings, enable social media sharing and |
||||
|
choose the style.</p> |
||||
|
<img src="assets/screenshots/1.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
||||
|
Enable Social Media Share. |
||||
|
</h3> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
Enable the required social media sharing.</p> |
||||
|
<img src="assets/screenshots/2.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<h3 style="font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: bold;"> |
||||
|
Style is Loaded. |
||||
|
</h3> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
We can see the social media share style and here is how |
||||
|
ClassicCircle looks like.</p> |
||||
|
<img src="assets/screenshots/3.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
DynamicHover looks like this, and on hovering each icon, its |
||||
|
changes.</p> |
||||
|
<img src="assets/screenshots/4.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
Likewise, we can choose the required style. |
||||
|
</p> |
||||
|
<img src="assets/screenshots/5.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"> |
||||
|
We can see style is changing. </p> |
||||
|
<img src="assets/screenshots/6.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"></p> |
||||
|
<img src="assets/screenshots/7.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
<div style="display: block; margin: 30px auto;"> |
||||
|
<p style="font-weight: 400; font-family: 'Montserrat', sans-serif; font-size: 14px;"></p> |
||||
|
<img src="assets/screenshots/8.png" |
||||
|
class="img-responsive img-thumbnail border" width="100%" |
||||
|
height="auto"> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF SCREENSHOTS SECTION --> |
||||
|
|
||||
|
<!-- RELATED PRODUCTS --> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 col-md-12-col-lg-2"> |
||||
|
<h2 style="font-weight: bold; color: #3D3D4E;">Related Modules</h2> |
||||
|
<p style="color: #777783;">Explore our related modules</p> |
||||
|
<hr /> |
||||
|
</div> |
||||
|
<div id="demo1" class="row carousel slide" data-ride="carousel"> |
||||
|
<!-- The slideshow --> |
||||
|
<div class="carousel-inner"> |
||||
|
<div class="carousel-item active" style="min-height:0px"> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/export_stockinfo_xls/" target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/export_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/custom_gantt_view/" target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/gantt_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/sales_credit_limit/" target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/credit_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="carousel-item" style="min-height:0px"> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/base_account_budget/" target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/budget_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/product_to_quotation/" target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/quotation_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
||||
|
<a href="https://apps.odoo.com/apps/modules/15.0/employee_documents_expiry/" |
||||
|
target="_blank"> |
||||
|
<div style="border-radius:10px"> |
||||
|
<img class="img img-responsive center-block" |
||||
|
style="border-top-left-radius:10px; border-top-right-radius:10px" |
||||
|
src="./assets/modules/employee_image.png"> |
||||
|
</div> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- Left and right controls --> |
||||
|
<a class="carousel-control-prev" href="#demo1" data-slide="prev" |
||||
|
style="left:-25px;width: 35px;color: #000;"> <span class="carousel-control-prev-icon"><i |
||||
|
class="fa fa-chevron-left" style="font-size:24px"></i></span> </a> <a |
||||
|
class="carousel-control-next" href="#demo1" data-slide="next" |
||||
|
style="right:-25px;width: 35px;color: #000;"> |
||||
|
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" |
||||
|
style="font-size:24px"></i></span> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF RELATED PRODUCTS --> |
||||
|
|
||||
|
<!-- OUR SERVICES --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/star.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Our Services |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="container my-5"> |
||||
|
<div class="row"> |
||||
|
<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> |
||||
|
</div> |
||||
|
<!-- END OF OUR SERVICES --> |
||||
|
|
||||
|
<!-- OUR INDUSTRIES --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/corporate.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Our |
||||
|
Industries |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="container my-5"> |
||||
|
<div class="row"> |
||||
|
<div class="col-lg-3"> |
||||
|
<div class="my-4 d-flex flex-column justify-content-center" |
||||
|
style="background-color: #f6f8f9 !important; border-radius: 0px; 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: 0px; 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: 0px; 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: 0px; 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: 0px; 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: 0px; 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: 0px; 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: 0px; 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> |
||||
|
</div> |
||||
|
<!-- END OF OUR INDUSTRIES --> |
||||
|
|
||||
|
<!-- SUPPORT --> |
||||
|
<div class="d-flex align-items-center" |
||||
|
style="border-bottom: 2px solid #714B67; padding: 15px 0px;"> |
||||
|
<div class="d-flex justify-content-center align-items-center mr-2" |
||||
|
style="background-color: #F5F5F5; border-radius: 0px; width: 40px; height: 40px;"> |
||||
|
<img src="assets/misc/customer-support.png"/> |
||||
|
</div> |
||||
|
<h2 class="mt-2" |
||||
|
style="font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: bold;"> |
||||
|
Support |
||||
|
</h2> |
||||
|
</div> |
||||
|
<div class="container mt-5"> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 col-md-6"> |
||||
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
||||
|
<div class="mr-4 d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #714B67; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
||||
|
<img src="assets/misc/support.png" height="48" width="48" |
||||
|
style="width: 42px; height: 42px;"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<h4>Need Help?</h4> |
||||
|
<p style="line-height: 100%;">Got questions or need help? |
||||
|
Get in touch.</p> |
||||
|
<a href="mailto:odoo@cybrosys.com"> |
||||
|
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;"> |
||||
|
odoo@cybrosys.com</p> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="col-sm-12 col-md-6"> |
||||
|
<div style="background-color: #F6F8F9; padding: 30px; display: flex; align-items: center;"> |
||||
|
<div class="mr-4 d-flex justify-content-center align-items-center" |
||||
|
style="background-color: #2AC44D; display: inline-block; height: 70px; width: 70px; display: flex; align-items: center; justify-content: center;"> |
||||
|
<img src="assets/misc/whatsapp.png" height="52" width="52" |
||||
|
style="width: 52px; height: 52px;"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<h4>WhatsApp</h4> |
||||
|
<p style="line-height: 100%;">Say hi to us on WhatsApp!</p> |
||||
|
<a href="https://api.whatsapp.com/send?phone=918606827707"> |
||||
|
<p style="font-weight: 400; font-size: 28px; line-height: 80%; color: #714B67;"> |
||||
|
+91 86068 |
||||
|
27707</p> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<div class="row"> |
||||
|
<div class="col-sm-12 my-5 d-flex justify-content-center align-items-center"> |
||||
|
<img src="assets/misc/logo.png" width="144" height="31" |
||||
|
style="width:144px; height: 31px; margin-top: 40px;"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
<!-- END OF SUPPORT --> |
@ -0,0 +1,57 @@ |
|||||
|
.style2 { |
||||
|
position: relative; |
||||
|
width: 40px; |
||||
|
height: 40px; |
||||
|
display: block; |
||||
|
text-align: center; |
||||
|
margin: 0 8px; |
||||
|
border-radius: 50%; |
||||
|
padding: 4px; |
||||
|
box-sizing: border-box; |
||||
|
text-decoration: none; |
||||
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); |
||||
|
background: linear-gradient(0deg, #f5f5f5, #fff); |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style2:hover { |
||||
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style2 .fa { |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
display: block; |
||||
|
background: linear-gradient(0deg, #fff, #f5f5f5); |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style2:hover .fa-facebook { |
||||
|
color: #3b5998; |
||||
|
} |
||||
|
.style2:hover .fa-twitter { |
||||
|
color: #00aced; |
||||
|
} |
||||
|
.style2:hover .fa-pinterest { |
||||
|
color: #bd081c; |
||||
|
} |
||||
|
.style2:hover .fa-reddit { |
||||
|
color: #ff4500; |
||||
|
} |
||||
|
.style2:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style2:hover .fa-envelope { |
||||
|
color: #007bff; |
||||
|
} |
||||
|
.style2:hover .fa-linkedin { |
||||
|
color: #007bb6; |
||||
|
} |
||||
|
.style2:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style2:hover .fa-whatsapp { |
||||
|
color: #25d366; |
||||
|
} |
@ -0,0 +1,69 @@ |
|||||
|
.style3 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
.fa { |
||||
|
width: 50px; |
||||
|
height: 50px; |
||||
|
display: flex; |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
background-color: #333; |
||||
|
color: #ffffff; |
||||
|
transition: 0.5s; |
||||
|
} |
||||
|
&:hover { |
||||
|
transform: translateY(-5px); |
||||
|
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2); |
||||
|
} |
||||
|
&:hover span { |
||||
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); |
||||
|
} |
||||
|
.fa-facebook:hover, |
||||
|
.fa-facebook:hover span { |
||||
|
background-color: #3b5999; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-twitter:hover, |
||||
|
.fa-twitter:hover span { |
||||
|
background-color: #46c1f6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-pinterest:hover, |
||||
|
.fa-pinterest:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-reddit:hover, |
||||
|
.fa-reddit:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-envelope:hover, |
||||
|
.fa-envelope:hover span { |
||||
|
background-color: #35979c; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-linkedin:hover, |
||||
|
.fa-linkedin:hover span { |
||||
|
background-color: #007bb6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-hacker-news:hover, |
||||
|
.fa-hacker-news:hover span { |
||||
|
background-color: #e4405f; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.fa-whatsapp:hover, |
||||
|
.fa-whatsapp:hover span { |
||||
|
background-color: #28a745; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
} |
@ -0,0 +1,55 @@ |
|||||
|
.style1 { |
||||
|
position: relative; |
||||
|
width:60px; |
||||
|
height:60px; |
||||
|
display:block; |
||||
|
text-align:center; |
||||
|
margin:0 10px; |
||||
|
border-radius: 50%; |
||||
|
padding: 6px; |
||||
|
box-sizing: border-box; |
||||
|
text-decoration:none; |
||||
|
box-shadow: 0 10px 15px rgba(0,0,0,0.3); |
||||
|
background: linear-gradient(0deg, #ddd, #fff); |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style1:hover { |
||||
|
box-shadow: 0 2px 5px rgba(0,0,0,0.3); |
||||
|
text-decoration:none; |
||||
|
} |
||||
|
.style1 .fa { |
||||
|
widht: 100%; |
||||
|
height:100%; |
||||
|
display:block; |
||||
|
background: linear-gradient(0deg, #fff, #ddd); |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(60px - 12px); |
||||
|
font-size:24px; |
||||
|
color: #262626; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style1:hover .fa-facebook { |
||||
|
color: #3b5998; |
||||
|
} |
||||
|
|
||||
|
.style1:hover .fa-twitter { |
||||
|
color: #00aced; |
||||
|
} |
||||
|
.style1:hover .fa-pinterest { |
||||
|
color: #dd4b39; |
||||
|
} |
||||
|
.style1:hover .fa-reddit { |
||||
|
color: #dd4b39; |
||||
|
} |
||||
|
.style1:hover .fa-envelope { |
||||
|
color: #35979c; |
||||
|
} |
||||
|
.style1:hover .fa-linkedin { |
||||
|
color: #007bb6; |
||||
|
} |
||||
|
.style1:hover .fa-hacker-news { |
||||
|
color: #e4405f; |
||||
|
} |
||||
|
.style1:hover .fa-whatsapp { |
||||
|
color: #28a745; |
||||
|
} |
@ -0,0 +1,61 @@ |
|||||
|
.style9 { |
||||
|
position: relative; |
||||
|
width: 60px; |
||||
|
height: 60px; |
||||
|
display: block; |
||||
|
text-align: center; |
||||
|
margin: 0 8px; |
||||
|
border-radius: 50%; |
||||
|
padding: 4px; |
||||
|
box-sizing: border-box; |
||||
|
text-decoration: none; |
||||
|
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); |
||||
|
background: linear-gradient(0deg, #f5f5f5, #fff); |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style9:hover { |
||||
|
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style9 .fa { |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
display: block; |
||||
|
background: linear-gradient(0deg, #fff, #f5f5f5); |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style9:hover .fa { |
||||
|
transform: rotate(360deg); /* Add rotation effect */ |
||||
|
font-size: 20px; |
||||
|
} |
||||
|
.style9:hover .fa-facebook { |
||||
|
color: #3b5998; |
||||
|
} |
||||
|
.style9:hover .fa-twitter { |
||||
|
color: #00aced; |
||||
|
} |
||||
|
.style9:hover .fa-pinterest { |
||||
|
color: #bd081c; |
||||
|
} |
||||
|
.style9:hover .fa-reddit { |
||||
|
color: #ff4500; |
||||
|
} |
||||
|
.style9:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style9:hover .fa-envelope { |
||||
|
color: #007bff; |
||||
|
} |
||||
|
.style9:hover .fa-linkedin { |
||||
|
color: #007bb6; |
||||
|
} |
||||
|
.style9:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style9:hover .fa-whatsapp { |
||||
|
color: #25d366; |
||||
|
} |
@ -0,0 +1,101 @@ |
|||||
|
.style6 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style6 .fa { |
||||
|
width: 50px; |
||||
|
height: 50px; |
||||
|
display: flex; |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style6 .fa-facebook{ |
||||
|
color: white; |
||||
|
background-color: #3b5999; |
||||
|
} |
||||
|
.style6 .fa-twitter{ |
||||
|
color: white; |
||||
|
background-color: #46c1f6; |
||||
|
} |
||||
|
.style6 .fa-pinterest{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style6 .fa-reddit{ |
||||
|
color: white; |
||||
|
background-color: #007bff; |
||||
|
} |
||||
|
.style6 .fa-envelope{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style6 .fa-linkedin{ |
||||
|
color: white; |
||||
|
background-color: #007bb6; |
||||
|
} |
||||
|
.style6 .fa-hacker-news{ |
||||
|
color: white; |
||||
|
background-color: #e4405f; |
||||
|
} |
||||
|
.style6 .fa-whatsapp{ |
||||
|
color: white; |
||||
|
background-color: #28a745; |
||||
|
} |
||||
|
.style6 .fa-facebook:hover, |
||||
|
.style6 .fa-facebook:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #3b5999; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-twitter:hover, |
||||
|
.style6 .fa-twitter:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #46c1f6; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-pinterest:hover, |
||||
|
.style6 .fa-pinterest:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #dd4b39; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-reddit:hover, |
||||
|
.style6 .fa-reddit:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #007bff; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-envelope:hover, |
||||
|
.style6 .fa-envelope:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #dd4b39; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-linkedin:hover, |
||||
|
.style6 .fa-linkedin:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #007bb6; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-hacker-news:hover, |
||||
|
.style6 .fa-hacker-news:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #e4405f; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style6 .fa-whatsapp:hover, |
||||
|
.style6 .fa-whatsapp:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #28a745; |
||||
|
font-size: 30px; |
||||
|
} |
@ -0,0 +1,54 @@ |
|||||
|
.style11 { |
||||
|
position: relative; |
||||
|
font-size: 18px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style11 .fa { |
||||
|
padding: 20px; |
||||
|
font-size: px; |
||||
|
width: 100%; |
||||
|
text-align: center; |
||||
|
text-decoration: none; |
||||
|
margin: 1px -7px; |
||||
|
} |
||||
|
.style11 .fa:hover { |
||||
|
opacity: 0.7; |
||||
|
} |
||||
|
.style11 .fa-facebook{ |
||||
|
color: white; |
||||
|
background-color: #3b5999; |
||||
|
} |
||||
|
.style11 .fa-twitter{ |
||||
|
color: white; |
||||
|
background-color: #46c1f6; |
||||
|
} |
||||
|
.style11 .fa-pinterest{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style11 .fa-reddit{ |
||||
|
color: white; |
||||
|
background-color: #007bff; |
||||
|
} |
||||
|
.style11 .fa-envelope{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style11 .fa-linkedin{ |
||||
|
color: white; |
||||
|
background-color: #007bb6; |
||||
|
} |
||||
|
.style11 .fa-hacker-news{ |
||||
|
color: white; |
||||
|
background-color: #e4405f; |
||||
|
} |
||||
|
.style11 .fa-whatsapp{ |
||||
|
color: white; |
||||
|
background-color: #28a745; |
||||
|
} |
@ -0,0 +1,60 @@ |
|||||
|
.style10 { |
||||
|
position: relative; |
||||
|
width: 40px; |
||||
|
height: 40px; |
||||
|
display: block; |
||||
|
text-align: center; |
||||
|
margin: 0 8px; |
||||
|
border-radius: 50%; |
||||
|
padding: 4px; |
||||
|
box-sizing: border-box; |
||||
|
text-decoration: none; |
||||
|
background-color: #f5f5f5; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style10:hover { |
||||
|
background-color: #fffff; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style10 .fa { |
||||
|
width: 100%; |
||||
|
height: 100%; |
||||
|
display: flex; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
border-radius: 50%; |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style10:hover .fa { |
||||
|
transform: rotate(360deg); |
||||
|
font-size: 50px; |
||||
|
} |
||||
|
.style10:hover .fa-facebook { |
||||
|
color: #3b5998; |
||||
|
} |
||||
|
.style10:hover .fa-twitter { |
||||
|
color: #00aced; |
||||
|
} |
||||
|
.style10:hover .fa-pinterest { |
||||
|
color: #bd081c; |
||||
|
} |
||||
|
.style10:hover .fa-reddit { |
||||
|
color: #007bff; |
||||
|
} |
||||
|
.style10:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style10:hover .fa-envelope { |
||||
|
color: #dd4b39; |
||||
|
} |
||||
|
.style10:hover .fa-linkedin { |
||||
|
color: #007bb6; |
||||
|
} |
||||
|
.style10:hover .fa-hacker-news { |
||||
|
color: #ff6600; |
||||
|
} |
||||
|
.style10:hover .fa-whatsapp { |
||||
|
color: #25d366; |
||||
|
} |
@ -0,0 +1,99 @@ |
|||||
|
.style7 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style7 .fa { |
||||
|
padding: 20px; |
||||
|
font-size: 26px; |
||||
|
width: 60px; |
||||
|
text-align: center; |
||||
|
text-decoration: none; |
||||
|
margin: 5px -2px; |
||||
|
} |
||||
|
.style7 .fa-facebook{ |
||||
|
color: white; |
||||
|
background-color: #3b5999; |
||||
|
} |
||||
|
.style7 .fa-twitter{ |
||||
|
color: white; |
||||
|
background-color: #46c1f6; |
||||
|
} |
||||
|
.style7 .fa-pinterest{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style7 .fa-reddit{ |
||||
|
color: white; |
||||
|
background-color: #007bff; |
||||
|
} |
||||
|
.style7 .fa-envelope{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style7 .fa-linkedin{ |
||||
|
color: white; |
||||
|
background-color: #007bb6; |
||||
|
} |
||||
|
.style7 .fa-hacker-news{ |
||||
|
color: white; |
||||
|
background-color: #e4405f; |
||||
|
} |
||||
|
.style7 .fa-whatsapp{ |
||||
|
color: white; |
||||
|
background-color: #28a745; |
||||
|
} |
||||
|
.style7 .fa-facebook:hover, |
||||
|
.style7 .fa-facebook:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #3b5999; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-twitter:hover, |
||||
|
.style7 .fa-twitter:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #46c1f6; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-pinterest:hover, |
||||
|
.style7 .fa-pinterest:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #dd4b39; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-reddit:hover, |
||||
|
.style7 .fa-reddit:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #007bff; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-envelope:hover, |
||||
|
.style7 .fa-envelope:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #dd4b39; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-linkedin:hover, |
||||
|
.style7 .fa-linkedin:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #007bb6; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-hacker-news:hover, |
||||
|
.style7 .fa-hacker-news:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #e4405f; |
||||
|
font-size: 30px; |
||||
|
} |
||||
|
.style7 .fa-whatsapp:hover, |
||||
|
.style7 .fa-whatsapp:hover span { |
||||
|
background-color: #ffffff; |
||||
|
color: #28a745; |
||||
|
font-size: 30px; |
||||
|
} |
@ -0,0 +1,54 @@ |
|||||
|
.style8 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style8 .fa { |
||||
|
padding: 20px; |
||||
|
font-size: 22px; |
||||
|
width: 60px; |
||||
|
text-align: center; |
||||
|
text-decoration: none; |
||||
|
margin: 1px -7px; |
||||
|
} |
||||
|
.style8 .fa:hover { |
||||
|
opacity: 0.7; |
||||
|
} |
||||
|
.style8 .fa-facebook{ |
||||
|
color: white; |
||||
|
background-color: #3b5999; |
||||
|
} |
||||
|
.style8 .fa-twitter{ |
||||
|
color: white; |
||||
|
background-color: #46c1f6; |
||||
|
} |
||||
|
.style8 .fa-pinterest{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style8 .fa-reddit{ |
||||
|
color: white; |
||||
|
background-color: #007bff; |
||||
|
} |
||||
|
.style8 .fa-envelope{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style8 .fa-linkedin{ |
||||
|
color: white; |
||||
|
background-color: #007bb6; |
||||
|
} |
||||
|
.style8 .fa-hacker-news{ |
||||
|
color: white; |
||||
|
background-color: #e4405f; |
||||
|
} |
||||
|
.style8 .fa-whatsapp{ |
||||
|
color: white; |
||||
|
background-color: #28a745; |
||||
|
} |
@ -0,0 +1,100 @@ |
|||||
|
.style5 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style5 .fa { |
||||
|
width: 50px; |
||||
|
height: 50px; |
||||
|
display: flex; |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style5 .fa-facebook{ |
||||
|
color: white; |
||||
|
background-color: #3b5999; |
||||
|
} |
||||
|
.style5 .fa-twitter{ |
||||
|
color: white; |
||||
|
background-color: #46c1f6; |
||||
|
} |
||||
|
.style5 .fa-pinterest{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style5 .fa-reddit{ |
||||
|
color: white; |
||||
|
background-color: #007bff; |
||||
|
} |
||||
|
.style5 .fa-envelope{ |
||||
|
color: white; |
||||
|
background-color: #dd4b39; |
||||
|
} |
||||
|
.style5 .fa-linkedin{ |
||||
|
color: white; |
||||
|
background-color: #007bb6; |
||||
|
} |
||||
|
.style5 .fa-hacker-news{ |
||||
|
color: white; |
||||
|
background-color: #e4405f; |
||||
|
} |
||||
|
.style5 .fa-whatsapp{ |
||||
|
color: white; |
||||
|
background-color: #28a745; |
||||
|
} |
||||
|
.style5:hover { |
||||
|
transform: translateY(-5px); |
||||
|
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2); |
||||
|
} |
||||
|
.style5:hover span { |
||||
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); |
||||
|
} |
||||
|
.style5 .fa-facebook:hover, |
||||
|
.style5 .fa-facebook:hover span { |
||||
|
background-color: #3b5999; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-twitter:hover, |
||||
|
.style5 .fa-twitter:hover span { |
||||
|
background-color: #46c1f6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-pinterest:hover, |
||||
|
.style5 .fa-pinterest:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-reddit:hover, |
||||
|
.style5 .fa-reddit:hover span { |
||||
|
background-color: #007bff; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-envelope:hover, |
||||
|
.style5 .fa-envelope:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-linkedin:hover, |
||||
|
.style5 .fa-linkedin:hover span { |
||||
|
background-color: #007bb6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-hacker-news:hover, |
||||
|
.style5 .fa-hacker-news:hover span { |
||||
|
background-color: #e4405f; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style5 .fa-whatsapp:hover, |
||||
|
.style5 .fa-whatsapp:hover span { |
||||
|
background-color: #28a745; |
||||
|
color: #ffffff; |
||||
|
} |
@ -0,0 +1,68 @@ |
|||||
|
.style4 { |
||||
|
position: relative; |
||||
|
font-size: 22px; |
||||
|
border-radius: 50%; |
||||
|
display: inline-block; |
||||
|
align-items: center; |
||||
|
cursor: pointer; |
||||
|
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55); |
||||
|
color: #333; |
||||
|
text-decoration: none; |
||||
|
} |
||||
|
.style4 .fa { |
||||
|
width: 50px; |
||||
|
height: 50px; |
||||
|
display: flex; |
||||
|
border-radius: 50%; |
||||
|
line-height: calc(40px - 8px); |
||||
|
font-size: 16px; |
||||
|
color: #333; |
||||
|
transition: .5s; |
||||
|
} |
||||
|
.style4:hover { |
||||
|
transform: translateY(-5px); |
||||
|
box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2); |
||||
|
} |
||||
|
.style4:hover span { |
||||
|
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1); |
||||
|
} |
||||
|
.style4 .fa-facebook:hover, |
||||
|
.style4 .fa-facebook:hover span { |
||||
|
background-color: #3b5999; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-twitter:hover, |
||||
|
.style4 .fa-twitter:hover span { |
||||
|
background-color: #46c1f6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-pinterest:hover, |
||||
|
.style4 .fa-pinterest:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-reddit:hover, |
||||
|
.style4 .fa-reddit:hover span { |
||||
|
background-color: #dd4b39; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-envelope:hover, |
||||
|
.style4 .fa-envelope:hover span { |
||||
|
background-color: #35979c; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-linkedin:hover, |
||||
|
.style4 .fa-linkedin:hover span { |
||||
|
background-color: #007bb6; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-hacker-news:hover, |
||||
|
.style4 .fa-hacker-news:hover span { |
||||
|
background-color: #e4405f; |
||||
|
color: #ffffff; |
||||
|
} |
||||
|
.style4 .fa-whatsapp:hover, |
||||
|
.style4 .fa-whatsapp:hover span { |
||||
|
background-color: #28a745; |
||||
|
color: #ffffff; |
||||
|
} |
@ -0,0 +1,91 @@ |
|||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||
|
<odoo> |
||||
|
<!-- Inheriting res_config_settings_view_form to add a section to choose the social media icon style --> |
||||
|
<record id="res_config_settings_view_form" model="ir.ui.view"> |
||||
|
<field name="name">res.config.settings.view.form.inherit.website.social.media.icon.style</field> |
||||
|
<field name="model">res.config.settings</field> |
||||
|
<field name="priority" eval="90"/> |
||||
|
<field name="inherit_id" ref="website.res_config_settings_view_form"/> |
||||
|
<field name="arch" type="xml"> |
||||
|
<!-- Inserting a section after the div with id 'website_info_settings' --> |
||||
|
<xpath expr="//div[@id='website_settings']" position="after"> |
||||
|
<!-- Heading for the added section --> |
||||
|
<h2>Product Social Media Sharing</h2> |
||||
|
<div class="row mt16 o_settings_container" |
||||
|
id="product_social_media_sharing"> |
||||
|
<div class="col-xs-12 col-lg-6 o_setting_box"> |
||||
|
<div class="o_setting_left_pane"> |
||||
|
<!-- Field to enable styling --> |
||||
|
<field name="enable_social_media_sharing_style"/> |
||||
|
</div> |
||||
|
<div class="o_setting_right_pane" |
||||
|
id="social_media_sharing_right_pane"> |
||||
|
<span class="o_form_label">Enable Social Media |
||||
|
Sharing |
||||
|
</span> |
||||
|
<div class="content-group" |
||||
|
attrs="{'invisible': [('enable_social_media_sharing_style','=',False)]}"> |
||||
|
<!-- Field to choose the style --> |
||||
|
<div class="row mt16"> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Style" |
||||
|
for="icon_style"/> |
||||
|
<field name="icon_style"/> |
||||
|
</div> |
||||
|
<!-- Section to enable the required social media platforms --> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Facebook" |
||||
|
for="facebook_icon"/> |
||||
|
<field name="facebook_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="WhatsApp" |
||||
|
for="whatsapp_icon"/> |
||||
|
<field name="whatsapp_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Twitter" |
||||
|
for="twitter_icon"/> |
||||
|
<field name="twitter_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="LinkedIn" |
||||
|
for="linkedin_icon"/> |
||||
|
<field name="linkedin_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="E-mail" |
||||
|
for="email_icon"/> |
||||
|
<field name="email_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Pinterest" |
||||
|
for="pinterest_icon"/> |
||||
|
<field name="pinterest_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Reddit" |
||||
|
for="reddit_icon"/> |
||||
|
<field name="reddit_icon"/> |
||||
|
</div> |
||||
|
<div> |
||||
|
<label class="o_light_label col-lg-3" |
||||
|
string="Hacker News" |
||||
|
for="hackernews_icon"/> |
||||
|
<field name="hackernews_icon"/> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</div> |
||||
|
</xpath> |
||||
|
</field> |
||||
|
</record> |
||||
|
</odoo> |
@ -0,0 +1,127 @@ |
|||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||
|
<odoo> |
||||
|
<!-- Template to inherit and replace share buttons --> |
||||
|
<template id="social_media_div" |
||||
|
inherit_id="website_sale.product_share_buttons"> |
||||
|
<xpath expr="//t[@t-snippet-call='website.s_share']" |
||||
|
position="replace"> |
||||
|
</xpath> |
||||
|
</template> |
||||
|
<!-- Template to inherit and add selected share buttons --> |
||||
|
<template id="social_media_share_button" inherit_id="website_sale.product" |
||||
|
name="Share Buttons"> |
||||
|
<xpath expr="//div[@id='o_product_terms_and_share']" position="before"> |
||||
|
<div class="h4 mt-3 mb-0 d-flex justify-content-md-start flex-shrink-0" |
||||
|
contenteditable="false"> |
||||
|
<!-- Share button div --> |
||||
|
<div class="s_share text-start social-buttons"> |
||||
|
<h5 class="s_share_title">Share:</h5> |
||||
|
<br/> |
||||
|
<t t-set="style" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.icon_style')"/> |
||||
|
<!-- Facebook --> |
||||
|
<t t-set="facebook" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.facebook')"/> |
||||
|
<a t-if="facebook" |
||||
|
href="https://www.facebook.com/sharer/sharer.php?u={url}" |
||||
|
t-attf-class="s_share_facebook {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-facebook"> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Facebook</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Twitter --> |
||||
|
<t t-set="twitter" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.twitter')"/> |
||||
|
<a t-if="twitter" |
||||
|
href="https://twitter.com/intent/tweet?text={title}&url={url}" |
||||
|
t-attf-class="s_share_twitter {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-twitter "> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Twitter</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- LinkedIn --> |
||||
|
<t t-set="linkedin" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.linkedin')"/> |
||||
|
<a t-if="linkedin" |
||||
|
href="https://www.linkedin.com/sharing/share-offsite/?url={url}" |
||||
|
t-attf-class="s_share_linkedin {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-linkedin "> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">LinkedIn</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Whatsapp --> |
||||
|
<t t-set="whatsapp" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.whatsapp')"/> |
||||
|
<a t-if="whatsapp" href="https://wa.me/?text={title}" |
||||
|
t-attf-class="s_share_whatsapp {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-whatsapp "> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">WhatsApp</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Pinterest --> |
||||
|
<t t-set="pinterest" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.pinterest')"/> |
||||
|
<a t-if="pinterest" |
||||
|
href="https://pinterest.com/pin/create/button/?url={url}&media={media}&description={title}" |
||||
|
t-attf-class="s_share_pinterest {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-pinterest "> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Pinterest</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Reddit --> |
||||
|
<t t-set="reddit" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.reddit')"/> |
||||
|
<a t-if="reddit" |
||||
|
href="https://www.reddit.com/submit?url={url}&title={title}" |
||||
|
t-attf-class="s_share_reddit {{style}}" target="_blank"> |
||||
|
<i t-attf-class="fa fa-reddit"> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Reddit</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Hacker News --> |
||||
|
<t t-set="hackernews" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.hackernews')"/> |
||||
|
<a t-if="hackernews" |
||||
|
href="https://news.ycombinator.com/submitlink?u={url}&t={title}" |
||||
|
t-attf-class="s_share_hackernews {{style}}" |
||||
|
target="_blank"> |
||||
|
<i t-attf-class="fa fa-hacker-news"> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Hacker</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
<!-- Email --> |
||||
|
<t t-set="email" |
||||
|
t-value="request.env['ir.config_parameter'].sudo().get_param('website_social_media_icon_style.email')"/> |
||||
|
<a t-if="email" |
||||
|
href="mailto:?body={url}&subject={title}" |
||||
|
t-attf-class="s_share_email {{style}}"> |
||||
|
<i t-attf-class="fa fa-envelope "> |
||||
|
<t t-if="style == 'style11'"> |
||||
|
<span class="icon-name">Email</span> |
||||
|
</t> |
||||
|
</i> |
||||
|
</a> |
||||
|
</div> |
||||
|
</div> |
||||
|
</xpath> |
||||
|
</template> |
||||
|
</odoo> |