Browse Source

July 09: [ADD] Initial commit 'theme_medicate'

pull/354/merge
Cybrosys Technologies 1 week ago
parent
commit
ed9abf39ef
  1. 50
      theme_medicate/README.rst
  2. 23
      theme_medicate/__init__.py
  3. 83
      theme_medicate/__manifest__.py
  4. 23
      theme_medicate/controllers/__init__.py
  5. 77
      theme_medicate/controllers/blog_post.py
  6. 59
      theme_medicate/controllers/main.py
  7. 6
      theme_medicate/doc/RELEASE_NOTES.md
  8. 646
      theme_medicate/static/src/css/main.css
  9. BIN
      theme_medicate/static/src/description/banner.jpg
  10. BIN
      theme_medicate/static/src/description/icon.png
  11. 10
      theme_medicate/static/src/description/images/arrows-repeat.svg
  12. 10
      theme_medicate/static/src/description/images/check.svg
  13. 3
      theme_medicate/static/src/description/images/clean-code.svg
  14. 13
      theme_medicate/static/src/description/images/feature-star.svg
  15. 7
      theme_medicate/static/src/description/images/font.svg
  16. 10
      theme_medicate/static/src/description/images/gear.svg
  17. 12
      theme_medicate/static/src/description/images/hire-odoo.svg
  18. 13
      theme_medicate/static/src/description/images/life-ring-icon.svg
  19. BIN
      theme_medicate/static/src/description/images/medicate-about-banner.png
  20. BIN
      theme_medicate/static/src/description/images/medicate-banner.png
  21. BIN
      theme_medicate/static/src/description/images/medicate-blog-banner.png
  22. BIN
      theme_medicate/static/src/description/images/medicate-facility-banner.png
  23. BIN
      theme_medicate/static/src/description/images/medicate-feature-banner.png
  24. BIN
      theme_medicate/static/src/description/images/medicate-logo-banner.png
  25. BIN
      theme_medicate/static/src/description/images/medicate-product-banner-2.png
  26. BIN
      theme_medicate/static/src/description/images/medicate-product-banner.png
  27. BIN
      theme_medicate/static/src/description/images/medicate-responsive-banner.png
  28. BIN
      theme_medicate/static/src/description/images/medicate-service-banner.png
  29. 4
      theme_medicate/static/src/description/images/odoo-consultancy.svg
  30. 3
      theme_medicate/static/src/description/images/odoo-licencing.svg
  31. 17
      theme_medicate/static/src/description/images/pages.svg
  32. 9
      theme_medicate/static/src/description/images/patter.svg
  33. 10
      theme_medicate/static/src/description/images/puzzle-piece-icon.svg
  34. 9
      theme_medicate/static/src/description/images/resposnive.svg
  35. 28
      theme_medicate/static/src/description/images/screenshot-1.svg
  36. 7
      theme_medicate/static/src/description/images/support.svg
  37. 10
      theme_medicate/static/src/description/images/translate.svg
  38. 4
      theme_medicate/static/src/description/images/typography.svg
  39. 10
      theme_medicate/static/src/description/images/wrench-icon.svg
  40. 414
      theme_medicate/static/src/description/index.html
  41. BIN
      theme_medicate/static/src/description/theme_screenshot.jpg
  42. BIN
      theme_medicate/static/src/img/Angio-plasty-about-services.png
  43. BIN
      theme_medicate/static/src/img/Entocronology-about-services.png
  44. BIN
      theme_medicate/static/src/img/about-page-content-img.jpg
  45. BIN
      theme_medicate/static/src/img/about-us-tick.png
  46. BIN
      theme_medicate/static/src/img/arrow-about-pharma.png
  47. BIN
      theme_medicate/static/src/img/bg-work-process.jpg
  48. BIN
      theme_medicate/static/src/img/blog-detail-img01.png
  49. BIN
      theme_medicate/static/src/img/blog-detail-img02.png
  50. BIN
      theme_medicate/static/src/img/blog-img-01.jpg
  51. BIN
      theme_medicate/static/src/img/blog-img-02.jpg
  52. BIN
      theme_medicate/static/src/img/call-footer-icon.png
  53. BIN
      theme_medicate/static/src/img/cardiology-about-services.png
  54. BIN
      theme_medicate/static/src/img/contact-us-call.png
  55. BIN
      theme_medicate/static/src/img/contact-us-location.png
  56. BIN
      theme_medicate/static/src/img/contact-us-mail.png
  57. BIN
      theme_medicate/static/src/img/email-footer-icon.png
  58. BIN
      theme_medicate/static/src/img/eye-care-about-services.png
  59. BIN
      theme_medicate/static/src/img/facility-img-cardiology-care.jpg
  60. BIN
      theme_medicate/static/src/img/facility-img-dental-services.jpg
  61. BIN
      theme_medicate/static/src/img/facility-img-eye-care.jpg
  62. BIN
      theme_medicate/static/src/img/fb-social-media.png
  63. BIN
      theme_medicate/static/src/img/footer-logo.png
  64. BIN
      theme_medicate/static/src/img/footer-recent-post-2.jpg
  65. BIN
      theme_medicate/static/src/img/footer-recent-post.jpg
  66. BIN
      theme_medicate/static/src/img/gplus-social-media.png
  67. BIN
      theme_medicate/static/src/img/header-call-icon.png
  68. BIN
      theme_medicate/static/src/img/header-email-icon.png
  69. BIN
      theme_medicate/static/src/img/header-fb-icon.png
  70. BIN
      theme_medicate/static/src/img/header-insta-icon.png
  71. BIN
      theme_medicate/static/src/img/header-tweet-icon.png
  72. BIN
      theme_medicate/static/src/img/icon-bloger-name.jpg
  73. BIN
      theme_medicate/static/src/img/icon-comments.jpg
  74. BIN
      theme_medicate/static/src/img/image-time-table.png
  75. BIN
      theme_medicate/static/src/img/img-24hours.png
  76. BIN
      theme_medicate/static/src/img/img-about.jpg
  77. BIN
      theme_medicate/static/src/img/img-doctors-time-table.png
  78. BIN
      theme_medicate/static/src/img/img-map.jpg
  79. BIN
      theme_medicate/static/src/img/insta-social-media.png
  80. BIN
      theme_medicate/static/src/img/location-footer-icon.png
  81. BIN
      theme_medicate/static/src/img/menu.png
  82. BIN
      theme_medicate/static/src/img/neourology-about-services.png
  83. BIN
      theme_medicate/static/src/img/newsletter-icon.png
  84. BIN
      theme_medicate/static/src/img/orthopedics-about-services.png
  85. BIN
      theme_medicate/static/src/img/pharma-banner.jpg
  86. BIN
      theme_medicate/static/src/img/pharma-logo.png
  87. BIN
      theme_medicate/static/src/img/pharma-theme-about-content.png
  88. BIN
      theme_medicate/static/src/img/pharma-theme-about-us-banner.jpg
  89. BIN
      theme_medicate/static/src/img/pharma-theme-best-process-1.png
  90. BIN
      theme_medicate/static/src/img/pharma-theme-best-process-2.png
  91. BIN
      theme_medicate/static/src/img/pharma-theme-best-process-3.png
  92. BIN
      theme_medicate/static/src/img/pharma-theme-client-01.jpg
  93. BIN
      theme_medicate/static/src/img/pharma-theme-client-02.jpg
  94. BIN
      theme_medicate/static/src/img/pharma-theme-client-03.jpg
  95. BIN
      theme_medicate/static/src/img/pharma-theme-greate-work-do-1.jpg
  96. BIN
      theme_medicate/static/src/img/pharma-theme-greate-work-do-2.jpg
  97. BIN
      theme_medicate/static/src/img/pharma-theme-greate-work-do-3.jpg
  98. BIN
      theme_medicate/static/src/img/pharma-theme-greate-work-do-4.jpg
  99. BIN
      theme_medicate/static/src/img/pharma-theme-greate-work-do.jpg
  100. BIN
      theme_medicate/static/src/img/pharma-theme-heart-specilists-01.jpg

50
theme_medicate/README.rst

@ -0,0 +1,50 @@
.. image:: https://img.shields.io/badge/license-LGPL--3-green.svg
:target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
Theme Medicate
===================
* Custom Designed Snippets for better user experience. Optimized Code Snippets
for Enhanced User Experience.
Installation
============
- www.odoo.com/documentation/18.0/setup/install.html
- Install our custom addon
License
-------
General Public License, Version 3 (LGPL v3).
(https://www.gnu.org/licenses/lgpl-3.0-standalone.html)
Company
-------
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__
Credits
-------
* Developer: (V18) Amaya Aravind EV
* 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 https://www.cybrosys.com
Further information
===================
HTML Description: `<static/description/index.html>`__

23
theme_medicate/__init__.py

@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from . import controllers

83
theme_medicate/__manifest__.py

@ -0,0 +1,83 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
{
'name': 'Theme Medicate',
'version': '18.0.1.0.0',
'category': 'Theme/eCommerce',
'summary': 'Theme Medicate for Odoo Website and e-Commerce',
'description': 'Custom Designed Snippets for better user experience. '
'Optimized Code Snippets for Enhanced User Experience.',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': "https://www.cybrosys.com",
'depends': ['base','website','website_blog'],
'data': [
'views/header_templates.xml',
'views/footer_templates.xml',
'views/about_us_views.xml',
'views/blog_views.xml',
'views/services_views.xml',
'views/blog_details.xml',
'views/contactus_views.xml',
'views/snippets/home_page_carousel_template.xml',
'views/snippets/home_page_about_template.xml',
'views/snippets/home_page_facility_provided_template.xml',
'views/snippets/home_page_about_content_template.xml',
'views/snippets/home_page_great_work_template.xml',
'views/snippets/home_page_working_progress_template.xml',
'views/snippets/home_page_heart_specialists_template.xml',
'views/snippets/home_page_clients_template.xml',
'views/snippets/about_us_banner_template.xml',
'views/snippets/about_us_content_template.xml',
'views/snippets/about_us_main_service_template.xml',
'views/snippets/about_us_count_template.xml',
'views/snippets/about_us_work_best_process_template.xml',
'views/snippets/services_banner_template.xml',
'views/snippets/services_container_template.xml',
'views/snippets/blog_banner.xml',
'views/snippets/blog_container_snippet.xml',
'views/snippets/contactus_banner.xml',
'views/snippets/contactus_snippet.xml',
'views/snippets/contactus_map.xml',
'views/snippets.xml',
'views/homepage_snippets.xml',
],
'assets': {
'web.assets_frontend': [
"https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css",
"https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js",
"theme_medicate/static/src/js/swiper.js",
"theme_medicate/static/src/js/read_more.js",
"theme_medicate/static/src/css/main.css",
'theme_medicate/static/src/js/blog_search.js',
],
},
'images': [
'static/description/banner.jpg',
'static/description/theme_screenshot.jpg',
],
'license': 'LGPL-3',
'installable': True,
'auto_install': False,
'application': False,
}

23
theme_medicate/controllers/__init__.py

@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from . import blog_post
from . import main

77
theme_medicate/controllers/blog_post.py

@ -0,0 +1,77 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import http
from odoo.http import request
from odoo.addons.website_blog.controllers.main import WebsiteBlog
class CustomBlogController(WebsiteBlog):
@http.route([ '/blog', '/blog/page/<int:page>' ], type='http',
auth="public", website=True)
def blog(self, page=1, **kwargs):
# Define domain for blog posts
domain = [('website_published', '=', True)]
# Get blog posts
blog_post = request.env['blog.post']
total_posts = blog_post.search_count(domain)
# Pagination
pager = request.website.pager(
url='/blog',
total=total_posts,
page=page,
step=12 # Posts per page
)
posts = blog_post.search(
domain,
limit=12,
offset=pager['offset'],
order='post_date desc'
)
# Prepare values to pass to template
values = {
'posts': posts,
'pager': pager,
'opt_blog_sidebar_show': True, # Optional: control sidebar visibility
}
return request.render('website_blog.blog_post_short', values)
@http.route(['/blog/<model("blog.post"):blog_post>'], type='http', auth="public", website=True)
def blog_post(self, blog_post, **kwargs):
# Values for single blog post view
values = {
'blog_post': blog_post,
'opt_blog_post_sidebar': True,
}
return request.render('website_blog.blog_post_complete', values)
class BlogPostSearchRedirect(http.Controller):
@http.route('/product_info', auth='public', type='json')
def blog_post_search_match(self, query):
post = request.env['blog.post'].sudo().search(
[('name', 'ilike', query)],
limit=1)
if post:
return {'url': post.website_url}
return {}

59
theme_medicate/controllers/main.py

@ -0,0 +1,59 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2025-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions (odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER
# GENERAL PUBLIC LICENSE (LGPL 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 LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
#
# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
# (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
#############################################################################
import logging
from odoo import http
from odoo.http import request
_logger = logging.getLogger(__name__)
class MenuController(http.Controller):
"""Controller for handling redirections to various pages based on menu
clicks. This class defines several routes that redirect users to different
pages in the website based on the menus clicked. Each method corresponds to
a specific page in the 'theme_medicate' theme."""
@http.route('/home', website=True, type='http', auth='public', csrf=False)
def home_page(self):
"""Redirect to the home page."""
return request.render('theme_medicate.home_page_load_snippet')
@http.route('/contact-us', website=True, type='http', auth='public', csrf=False)
def contact_us(self):
"""Redirect to the contact us page."""
return request.render('theme_medicate.contactus_template')
@http.route('/about', website=True, type='http', auth='public', csrf=False)
def about_page(self):
"""Redirect to the about page."""
return request.render('theme_medicate.load_about_us_snippet')
@http.route('/service', website=True, type='http', auth='public', csrf=False)
def service_page(self):
"""Redirect to the about page."""
return request.render('theme_medicate.load_services_snippet')
@http.route('/read_more', website=True, type='http', auth='public',
csrf=False)
def blog_details(self):
"""Redirect to the portfolio Another Action page."""
return request.render('theme_medicate.blog_details_more')

6
theme_medicate/doc/RELEASE_NOTES.md

@ -0,0 +1,6 @@
## Module <theme_medicate>
#### 08.07.2025
#### Version 18.0.1.0.0
#### ADD
- Initial Commit Theme Medicate

646
theme_medicate/static/src/css/main.css

@ -0,0 +1,646 @@
.header-section { background-color:#024c80;}
.poppins-thin {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}
.poppins-extralight {
font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: normal;
}
.poppins-light {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: normal;
}
.poppins-regular {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
.poppins-medium {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}
.poppins-semibold {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
}
.poppins-bold {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: normal;
}
.poppins-extrabold {
font-family: "Poppins", sans-serif;
font-weight: 800;
font-style: normal;
}
.poppins-black {
font-family: "Poppins", sans-serif;
font-weight: 900;
font-style: normal;
}
.poppins-thin-italic {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: italic;
}
.poppins-extralight-italic {
font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: italic;
}
.poppins-light-italic {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-style: italic;
}
.poppins-regular-italic {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: italic;
}
.poppins-medium-italic {
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: italic;
}
.poppins-semibold-italic {
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: italic;
}
.poppins-bold-italic {
font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: italic;
}
.poppins-extrabold-italic {
font-family: "Poppins", sans-serif;
font-weight: 800;
font-style: italic;
}
.poppins-black-italic {
font-family: "Poppins", sans-serif;
font-weight: 900;
font-style: italic;
}
.contact-us-form-container input::placeholder{
color: #000 !important;
}
.contact-us-form-container textarea::placeholder{
color: #000 !important;
}
.call-section img{ width:18px; }
.email-section img{ width:18px;
margin-left: 20px;}
.social-media-icons img { width:18px; margin: 10px; }
.navbar-brand img { width: 160px;}
.carousel-item{ position: relative; }
.carousel-content{ position: absolute; z-index:999; top: 187px; left: 227px; }
.carousel-inner{ height: 484px; }
.container-24-hours{ background-color:#0480e1; font-size:22px; height:287px; }
.container-24-hours img{ width: 255px; }
.container-24-hours span img{ width: 50px; }
.container-doctors-time-table{background-color:#13457a; }
.container-doctors-time-table img{ width:75px; }
.btn-timetable{ background-color:#0480e1; }
.container-doctors-time-table { height: 287px; }
.a-time-table{ border-radius:4px; font-size: 14px; }
.opening-time{ background-color:#0480e1; height: 287px; }
.opening-time img { width:75px; }
.opening-time p{ font-size: 22px; }
.opening-time table{ font-size: 13px; }
.navbar-expand-lg .navbar-nav .nav-link { font-size: 14px; font-weight: 600; }
.navbar .navbar-collapse {
margin-left: 30%;
}
.section-service{ position: relative; top:-72px;}
.about-container ul li{ list-style:none; }
.about-container ul li img{ width:20px; }
.about-container ul li { margin-bottom:18px; font-size: 16px; }
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.facilities-container{ background-color:#e7e9eb; }
.facilities-content{ font-size: 16px; color: #0480e1; }
.facilities-header{ font-size:18px; }
.about-content-right-side{
background-image: url(/theme_medicate/static/src/img/pharma-theme-about-content.png);
background-repeat: no-repeat;
height: 500px;
background-size:contain;
background-position:right; }
.about-count{ width: 40%; text-align: center; float: right; }
.section-great-work{
background-image: url(/theme_medicate/static/src/img/pharma-theme-greate-work-do.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: top; }
.great-work-container img:hover { opacity:.5 ; }
.great-work-container{ background-color:#333; }
.btn-great-work{ position: absolute;
z-index: 999;
bottom: 21%;
left: 104px;
padding: 16px; background-color: #fff; display: none; }
.btn-great-work a{ color:#0480e1; }
.great-work-container:hover .btn-great-work{ display: block; }
.container-working-progress h3 { font-size: 18px; }
.container-working-progress p { font-size:14px; color:#717171; }
.container-heart-speclist-name{
position: absolute;
background-color: #fff;
width: 62%;
bottom: -18px;
left: 66px;
padding: 9px;
}
.section-footer{ background-color:#13457a; }
.about-footer ul li{ list-style:none; display: contents; }
.about-footer ul li img{ width:13%; }
.container-our-courses{ padding-left: 55px; }
.container-our-courses h3{ font-size:24px; line-height: 72px; }
.container-our-courses ul li{ list-style:none; }
.recent-post-img img{ width:82% ; }
.recent-post-img{ float: left; width: 40%; }
.recent-post{ border-bottom:1px solid #1d5782 ; }
.phone-icon img{ width:15%; }
.phone-icon span { font-size:16px; padding-left: 4px; }
.copyright-container{ font-size: 14px; border-top:1px solid #155187; }
.container-newsletter{ background-color: #0480e1;
width:100%;
margin: auto;
top: -139px;
position: relative; }
.btn-submit{ text-align: center; }
.section-clients{ margin-bottom: 90px; }
.container-newsletter img { width:18%; padding-top: 12px; }
.container-newsletter span{ font-size: 26px;
padding-left: 16px;
display: block;
float: right;
width: 80%; }
.btn-submit { background-color:#ffffff; padding: 20px 63px; }
.input-email-submit{ width:284px; height:65px ; background-color: #0e8be2; border: none; outline: none; }
/* About us Page */
.sub-page-banner{
background-image: url(/theme_medicate/static/src/img/pharma-theme-about-us-banner.jpg);
background-repeat: no-repeat;
height: 400px;
background-size: cover; }
.abouts-banner-content h3{ font-size:38px; }
.abouts-banner-content { height: 400px; display: table-cell; vertical-align: middle; }
.ul-about-page li{ list-style: none; }
.ul-about-page li img{ width:16px; margin-right:5px; }
.p-about-number{ font-size:32px; }
.phone-number-container span { color: #0e8be2; font-size: 23px; }
.about-service-container { background-color: #ffffff; }
.section-our-main-serice{ background-color:#f4f6f9; }
.about-service-container{ background-color:#fff; }
.about-service-container p{ color: #666666; }
.section-our-main-serice{ padding-bottom: 90px; }
.section-counts{ background-color:#0480df; }
.section-counts h2{ font-size:52px; }
.section-work-best-process{
background-color:#14457b;
background-size:100%;
background-image: url(/theme_medicate/static/src/img/bg-work-process.jpg);
background-repeat: no-repeat;
background-position: bottom; }
/* Services page */
.service-container .nav{ float: left;
display: block;
width:30%;
text-align: center;
background-color: #f1f3f6;
padding: 27px;}
.service-container .tab-content{ float: right; width: 65%; }
.service-container .nav-pills .nav-link{ text-align: left;
background-color: #fff;
margin-top: 12px;
padding: 13px; color: #333333; border: 1px solid #fff; font-size: 15px; }
.service-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
background-color: #fff;
color: #000;
border: 1px solid #0480df; }
.tab-content-service h3{ font-size: 34px; }
.tab-content-service p{ font-size: 14px; color: #333; }
.tab-content-service ul li{ list-style: none; }
.tab-content-service ul li span img{ width:18px; }
.ul-tab-contents{ margin-right: 110px; }
.container-service-eyecare img { width:90%; }
.service-container { margin-bottom:146px !important; }
/* contact us */
.contact-us-container p{ color:#6E6E6E; font-size: 16px; }
.section-contact-us { margin-bottom:80px; }
.container-get-in-touch{
padding:100px;
-webkit-box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25);
-moz-box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25);
box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25);
}
.btn-send-message{ background-color: #2490eb; border-radius:8px; }
.container-send-message-btn{ display: block; margin-top: 46px;}
/* blog page */
.icons-container{ border-bottom: 1px solid #d4d3d3; }
.icons-container span{ color: #7e7e7e; font-size: 14px; }
.blog-container{ -webkit-box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25);
-moz-box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25);
box-shadow: 1px -2px 13px -3px rgba(0,0,0,0.25); position: relative; }
.blog-month-date{ background-color: #2490eb ; position: absolute; border-radius: 8px; top:471px;
left: 26px; }
.blog-search-container{ background-color:#047fdc; }
.blog-search-container button { width: 48px; height:38px;
background-color:#14457b;
box-shadow: none; border: none;
background-image: url(/theme_medicate/static/src/img/images/seach-icon-blog.png);
background-repeat: no-repeat;
background-position: center; }
.right-side-menus h3{ font-weight:600; }
.right-side-menus{ background-color:#ececec; }
.right-side-menus ul li{ list-style: none; }
.right-side-menus ul li a{ display: block; }
input::placeholder {
color:#fff;
opacity: 0.5;
}
.navbar-toggler{
background-image: url(/theme_medicate/static/src/img/menu.png);
background-repeat: no-repeat;
background-size: 58%; }
.section-heart-specilits { margin-top: 30px; }
.section-great-work { margin-top: 82px !important; }
.section-about-content{ margin-top: 82px !important; }
.section-what-facilities-provided{ margin-top: 82px !important; }
.section-about{ margin-top: 42px; }
.container-newsletter{ top:-54px !important; }
.icons-container img{ width: 4% !important; }
@media (max-width:1200px) {
.blog-month-date{ top:384px; }
.btn-submit {
padding: 20px 44px;
}
.container-our-courses ul{ margin-left: 0px !important; }
.section-about-page-content h3{ margin-top: 12px; }
.icons-container img{ width: 4% !important; }
}
@media (max-width:991px) {
.section-footer .footer-contact-us{ padding-left: 0px !important; }
.blog-month-date{ top:384px; }
.container-service-eyecare img{ margin-top: 12px; }
.blog-img{ margin: 15px 0px; }
.container-newsletter{ top:-54px !important; }
.container-our-courses ul{ margin-left:0px !important; }
.container-our-courses{ padding-left: 0px !important; }
.container-our-courses h3 { text-align: left; }
.container-newsletter img{ padding-bottom: 26px; width: 12% !important; }
.container-doctors-time-table{ margin:12px 0px; }
.about-container{ padding-top: 12px; }
.about-content .a-time-table{ margin:11px 0px !important; }
.carousel-control-prev, .carousel-control-next{ height: 67%; }
.about-footer img { width:50% !important ; }
.about-footer ul li a img{ width: 8% !important; }
.phone-icon img { width: 5% !important; }
.recent-post-img { width: 18% !important; }
.navbar-nav .nav-item { margin-left: 0px !important; }
}
@media (max-width: 768px) {
.carousel-control-prev{ height: 62%; }
.carousel-control-next{ height: 62%; }
.container-doctors-time-table { margin:20px 0px; }
.about-container { margin-top: 35px; }
.about-content{ padding-top: 0px !important; }
.about-content a { margin-top: 10px !important;
margin-bottom: 22px; }
.section-footer .container-our-courses {
padding-left: 0px !important;
}
.container-our-courses ul{ margin-left: 0px !important; }
.container-our-courses h3{ text-align: left; }
.container-email-form{ margin-top: 30px; float: left; width: 100%; }
.navbar-nav .nav-item { margin-left: 0px !important; }
.btn-great-work{ left: 4px; }
.section-about-page-content h3{ margin-top: 12px; }
.section-about-page-content .ul-about-page { margin-top: 0px !important; }
.container-best-process { margin-top: 15px !important; }
.container-service-eyecare img{ margin-top: 20px; }
.service-container .nav{ width: 100%; }
.service-container .tab-content{ width: 100%; }
.container-service-eyecare img { width: 100%; }
.input-email-submit{ width: 100%; }
.container-email-form .btn-submit{
width: 100%; margin-left: 0px !important; margin-top: 12px;}
.ul-tab-contents{ width: 100%; margin-right: 0px; }
.service-container .tab-pane{ padding: 0px !important;margin-top: 12px; }
.container-newsletter{ top:-49px !important; }
.contact-textarea { width: 50.5% !important; }
.blog-month-date{ top:270px; }
.blog-img{ margin: 15px 0px;}
.about-footer img { width:50% !important ; }
.about-footer ul li a img{ width: 8% !important; }
.phone-icon img { width: 5% !important; }
.recent-post-img { width: 18% !important; }
}
@media (max-width:568px) {
.btn-great-work{ left:7px; }
.blog-month-date {
top:272px;
}
.container-email-form .btn-submit { margin-left: 50px ; width: 100%; margin-top:0px; text-align: center;}
.input-email-submit{ width: 100%; }
.section-about-page-content h3{ margin-top: 12px; }
.about-service-container .ul-about-page { margin-top: 0px !important; }
.container-best-process { margin-top: 15px !important; }
.container-newsletter{ top:-54px !important; }
.contact-textarea{ width: 110% !important; }
}
@media (max-width: 468px) {
.blog-month-date {
top: 164px;
}
}
.container-email-form .btn-submit { margin-left: 20px ; width: 100%; margin-top: 14px; text-align: center; }
.py-2 {
padding-top: 0.0rem !important;
padding-bottom: 0.0rem !important;
}
.p-4 {
padding: 1.5rem!important;
}
.mt-5, .my-5 {
margin-top: 3rem!important;
}
.w-100 {
width: 100%!important;
}
.float-left {
float: left!important;
}
.blog-search-container {
background-color: #047fdc;
}
*, ::after, ::before {
box-sizing: border-box;
}
user agent stylesheet
div {
display: block;
text-white {
color: #fff!important;
}
.pl-3, .px-3 {
padding-left: 1rem!important;
}
.pr-3, .px-3 {
padding-right: 1rem!important;
}
.pb-2, .py-2 {
padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
padding-top: 0.5rem!important;
}
@media (max-width: 1200px)
.blog-month-date {
top: 384px;
}
.blog-month-date {
background-color: #2490eb;
position: absolute;
border-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 471px;
left: 26px;
}
text-uppercase {
text-transform: uppercase!important;
}
.w-100 {
width: 100%!important;
}
.float-left {
float: left!important;
}
.icons-container {
border-bottom: 1px solid #d4d3d3;
}
.icons-container img {
width: 4% !important;
}
.mr-2, .mx-2 {
margin-right: 0.5rem!important;
}
img {
vertical-align: middle;
border-style: none;
}
.font-weight-bold {
font-weight: 700!important;
}
.a-time-table {
border-radius: 4px;
font-size: 14px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
font-size: 14px;
}
.btn-timetable {
background-color: #0480e1;
}
.mb-2, .my-2 {
margin-bottom: 0.5rem!important;
}
.mt-2, .my-2 {
margin-top: 0.5rem!important;
}
.pl-0, .px-0 {
padding-left: 0!important;
}
.mt-4, .my-4 {
margin-top: 1.5rem!important;
}

BIN
theme_medicate/static/src/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
theme_medicate/static/src/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

10
theme_medicate/static/src/description/images/arrows-repeat.svg

@ -0,0 +1,10 @@
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_48_838)">
<path d="M0.000110011 16.2916C0.000110011 9.65172 5.40186 4.24997 12.0418 4.24997H26.9168V1.89405C26.9168 0.631803 28.4425 -3.05772e-05 29.335 0.892469L33.585 5.37339C34.1389 5.9273 34.1375 6.82405 33.585 7.37655L29.335 11.8575C28.4425 12.75 26.9168 12.1181 26.9168 10.8559V8.49997H12.0418C7.74503 8.49997 4.25011 11.9963 4.25011 16.2916C4.25011 17.4646 3.29953 18.4166 2.12511 18.4166C0.950693 18.4166 0.000110011 17.4646 0.000110011 16.2916ZM31.8751 15.5833C30.7007 15.5833 29.7501 16.5353 29.7501 17.7083C29.7501 22.0036 26.2552 25.5 21.9584 25.5H7.08344V23.1441C7.08344 21.8818 5.55769 21.25 4.66519 22.1425L0.415193 26.6234C-0.138723 27.1773 -0.138723 28.0741 0.415193 28.6266L4.66519 33.1075C5.55769 34 7.08344 33.3681 7.08344 32.1059V29.75H21.9584C28.5984 29.75 34.0001 24.3482 34.0001 17.7083C34.0001 16.5353 33.0495 15.5833 31.8751 15.5833Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_48_838">
<rect width="34" height="34" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

10
theme_medicate/static/src/description/images/check.svg

@ -0,0 +1,10 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_1413_85)">
<path d="M512 256.002C512 219.82 493.653 187.927 465.749 169.111C472.171 136.087 462.592 100.567 437.013 74.9671C411.435 49.3885 375.915 39.8098 342.869 46.2311C324.053 18.3271 292.16 -0.0195312 255.979 -0.0195312C219.797 -0.0195312 187.904 18.3271 169.088 46.2311C136.064 39.8098 100.523 49.3885 74.944 74.9671C49.3653 100.546 39.7866 136.066 46.2079 169.111C18.3039 187.927 -0.0427246 219.82 -0.0427246 256.002C-0.0427246 292.183 18.3039 324.076 46.2079 342.892C39.7866 375.916 49.3653 411.458 74.944 437.036C100.523 462.615 136.043 472.194 169.088 465.772C187.904 493.676 219.797 512.023 255.979 512.023C292.16 512.023 324.053 493.676 342.869 465.772C375.893 472.194 411.435 462.615 437.013 437.036C462.592 411.458 472.171 375.938 465.749 342.892C493.653 324.076 512 292.183 512 256.002ZM254.059 328.94C245.803 337.196 234.944 341.314 224.043 341.314C213.141 341.314 202.176 337.154 193.835 328.834L134.485 271.319L164.203 240.663L223.787 298.412L347.712 176.791L377.664 207.191L254.059 328.94Z" fill="#4AB58E"/>
</g>
<defs>
<clipPath id="clip0_1413_85">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

3
theme_medicate/static/src/description/images/clean-code.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.6 KiB

13
theme_medicate/static/src/description/images/feature-star.svg

@ -0,0 +1,13 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_164_404)">
<path d="M256 0C114.841 0 0 114.841 0 256C0 397.159 114.841 512 256 512C256.025 512 256.049 511.999 256.074 511.999L282.08 253.809L256.074 0.001C256.049 0.001 256.025 0 256 0Z" fill="#FFF4CB"/>
<path d="M512 256C512 114.866 397.199 0.0409766 256.074 0.000976562V511.999C397.199 511.959 512 397.134 512 256Z" fill="#FFE99A"/>
<path d="M243.382 78.1571L188.343 163.79L89.8933 189.673C84.9563 190.971 81.0193 194.69 79.4423 199.545C77.8653 204.4 78.8643 209.723 82.0953 213.675L146.529 292.482L140.723 394.111C140.432 399.207 142.752 404.101 146.882 407.102C149.483 408.992 152.576 409.967 155.699 409.967C157.534 409.967 159.379 409.631 161.139 408.945L255.999 372.018L266 253.887L255.999 71.2671C250.895 71.2681 246.141 73.8641 243.382 78.1571Z" fill="#FFD748"/>
<path d="M432.558 199.545C430.981 194.691 427.043 190.971 422.107 189.673L323.657 163.79L268.618 78.1571C265.858 73.8631 261.104 71.2671 256 71.2671V372.018L350.861 408.945C355.619 410.797 360.991 410.103 365.119 407.102C369.249 404.102 371.569 399.207 371.278 394.111L365.472 292.482L429.905 213.675C433.136 209.723 434.135 204.4 432.558 199.545Z" fill="#FFC335"/>
</g>
<defs>
<clipPath id="clip0_164_404">
<rect width="512" height="512" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

7
theme_medicate/static/src/description/images/font.svg

@ -0,0 +1,7 @@
<svg width="51" height="50" viewBox="0 0 51 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16.6557 14.9731C15.937 13.3667 14.6326 12.4819 12.9824 12.4819H12.683C11.0359 12.4819 9.68477 13.3898 8.9749 14.9759L0.862891 33.2947C0.680762 33.6959 0.495117 34.1777 0.495117 34.7126C0.495117 36.4938 1.87568 37.8889 3.63828 37.8889C5.00488 37.8889 6.15576 37.1161 6.71865 35.8173L8.1457 32.4687H17.3547L18.7171 35.6576C19.3463 37.0965 20.4745 37.8889 21.8943 37.8889C23.6942 37.8889 25.1041 36.4645 25.1041 34.6461C25.1041 34.2267 24.9974 33.7964 24.7709 33.2985L16.6557 14.9731ZM21.8942 36.3247C21.1013 36.3247 20.5309 35.9015 20.1527 35.0369L18.5899 31.3794C18.4669 31.0914 18.1839 30.9046 17.8709 30.9046H7.62871C7.31523 30.9046 7.03203 31.0917 6.90928 31.3801L5.28164 35.1997C4.96719 35.9253 4.38359 36.3247 3.63828 36.3247C2.75293 36.3247 2.05928 35.6166 2.05928 34.7126C2.05928 34.4735 2.18174 34.1735 2.28838 33.9388C2.28945 33.9365 2.29043 33.9342 2.29141 33.9319L10.4039 15.6122C10.7236 14.8979 11.3788 14.0462 12.6832 14.0462H12.9826C14.0077 14.0462 14.7632 14.5729 15.2268 15.6093L23.3438 33.9388C23.4776 34.2331 23.5399 34.4578 23.5399 34.6462C23.5399 35.5873 22.817 36.3247 21.8942 36.3247Z" fill="#0480E0"/>
<path d="M13.4705 19.18C13.3487 18.8895 13.0644 18.7007 12.7494 18.7007C12.4345 18.7007 12.1503 18.8895 12.0283 19.18L8.80276 26.8616C8.70129 27.103 8.72746 27.3792 8.87248 27.5974C9.01741 27.8154 9.26184 27.9465 9.52375 27.9465H15.975C16.2369 27.9465 16.4814 27.8154 16.6263 27.5973C16.7713 27.3792 16.7975 27.103 16.696 26.8616L13.4705 19.18ZM10.7005 26.3823L12.7494 21.5027L14.7986 26.3823H10.7005Z" fill="#0480E0"/>
<path d="M38.6809 29.0143C37.6511 28.539 36.3891 28.2773 35.1276 28.2773C33.8777 28.2773 32.8682 28.5363 32.1273 29.0475C31.2944 29.6219 30.854 30.477 30.854 31.5201V31.5866C30.854 33.3472 32.2774 34.5302 34.3961 34.5302C37.1864 34.5302 39.1352 32.9231 39.1352 30.6223V29.7244C39.1352 29.4193 38.9578 29.1421 38.6809 29.0143ZM37.571 30.6222C37.571 32.024 36.2951 32.9659 34.396 32.9659C32.5606 32.9659 32.418 31.9102 32.418 31.5864V31.5199C32.418 30.0595 34.1155 29.8413 35.1274 29.8413C35.9847 29.8413 36.8346 29.9845 37.5709 30.2489V30.6222H37.571Z" fill="#0480E0"/>
<path d="M50.4949 11.3591V9.79492H43.5625V11.3591H46.2467V38.6407H43.5625V40.2049H50.4949V38.6407H47.8107V11.3591H50.4949Z" fill="#0480E0"/>
<path d="M43.9241 26.5657H43.9239C43.9239 23.8573 43.1979 21.758 41.7663 20.3263C40.2905 18.8504 38.0793 18.1021 35.1944 18.1021C32.8808 18.1021 31.0424 18.4046 29.2332 19.083C28.1145 19.5026 27.3627 20.5854 27.3627 21.7772C27.3627 23.3718 28.6262 24.6208 30.2393 24.6208C30.5641 24.6208 30.8459 24.5714 31.2103 24.4505C32.2131 24.1399 33.2771 23.9891 34.4627 23.9891C35.5956 23.9891 37.0525 24.1823 37.4186 25.683C36.491 25.4398 35.3666 25.2515 33.9306 25.2515C31.571 25.2515 29.6737 25.7686 28.2914 26.7884C26.77 27.9106 25.9658 29.6159 25.9658 31.7197V31.7862C25.9658 33.6959 26.6857 35.3037 28.0478 36.4361C29.2774 37.4587 30.989 38.0218 32.8667 38.0218C34.8277 38.0218 36.5048 37.4794 37.8696 36.4066C38.3776 37.249 39.3526 37.8888 40.6812 37.8888C42.4996 37.8888 43.9241 36.4789 43.9241 34.6792V26.5657ZM40.6811 36.325C39.8898 36.325 39.0358 35.8231 39.0358 35.0122V34.979C39.0358 34.6555 38.8365 34.3651 38.5344 34.2491C38.2322 34.1328 37.8899 34.215 37.673 34.4552C36.4567 35.803 34.8845 36.4582 32.8666 36.4582C28.9275 36.4582 27.5298 33.9417 27.5298 31.7868V31.7203C27.5298 27.4532 31.54 26.8161 33.9304 26.8161C35.7655 26.8161 36.987 27.1475 38.0337 27.5056C38.2727 27.5873 38.5362 27.5486 38.7416 27.4019C38.947 27.2551 39.0689 27.0182 39.0689 26.7655V26.4662C39.0689 23.8982 37.3899 22.4253 34.4626 22.4253C33.1145 22.4253 31.8965 22.6 30.7392 22.9593C30.7339 22.9609 30.7286 22.9626 30.7235 22.9643C30.4901 23.0422 30.3733 23.0568 30.2392 23.0568C29.5032 23.0568 28.9268 22.4948 28.9268 21.7773C28.9268 21.2338 29.2707 20.7395 29.7822 20.5476C31.4077 19.9381 33.0768 19.6663 35.1942 19.6663C37.6493 19.6663 39.4883 20.2604 40.6602 21.4324C41.7879 22.5602 42.3598 24.2873 42.3598 26.5658V34.6795H42.3599C42.3598 35.6022 41.6225 36.325 40.6811 36.325Z" fill="#0480E0"/>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

10
theme_medicate/static/src/description/images/gear.svg

@ -0,0 +1,10 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_48_635)">
<path d="M15.5549 16.005L18.4799 17.685L20.7299 13.785L17.8199 12.105C17.9399 11.58 17.9999 11.04 17.9999 10.485C17.9999 9.93 17.9249 9.39 17.8199 8.865L20.7299 7.185L18.4799 3.285L15.5549 4.965C14.7599 4.23 13.7999 3.69 12.7499 3.36V0H8.24991V3.39C7.19991 3.72 6.23991 4.275 5.44491 4.995L2.51991 3.315L0.284912 7.215L3.19491 8.895C3.07491 9.42 3.01491 9.96 3.01491 10.515C3.01491 11.07 3.08991 11.61 3.19491 12.135L0.284912 13.785L2.53491 17.685L5.45991 16.005C6.25491 16.74 7.21491 17.28 8.26491 17.61V21H12.7649V17.61C13.8149 17.28 14.7749 16.725 15.5699 16.005H15.5549ZM10.4999 7.5C12.1499 7.5 13.4999 8.85 13.4999 10.5C13.4999 12.15 12.1499 13.5 10.4999 13.5C8.84991 13.5 7.49991 12.15 7.49991 10.5C7.49991 8.85 8.84991 7.5 10.4999 7.5ZM32.9999 25.5C32.9999 24.945 32.9249 24.405 32.8199 23.88L35.7299 22.2L33.4799 18.3L30.5549 19.98C29.7599 19.245 28.7999 18.705 27.7499 18.375V14.985H23.2499V18.375C22.1999 18.705 21.2399 19.26 20.4449 19.98L17.5199 18.3L15.2699 22.2L18.1799 23.88C18.0599 24.405 17.9999 24.945 17.9999 25.5C17.9999 26.055 18.0749 26.595 18.1799 27.12L15.2699 28.8L17.5199 32.7L20.4449 31.02C21.2399 31.755 22.1999 32.295 23.2499 32.625V36.015H27.7499V32.625C28.7999 32.295 29.7599 31.74 30.5549 31.02L33.4799 32.7L35.7299 28.8L32.8199 27.12C32.9399 26.595 32.9999 26.055 32.9999 25.5ZM25.4999 28.5C23.8499 28.5 22.4999 27.15 22.4999 25.5C22.4999 23.85 23.8499 22.5 25.4999 22.5C27.1499 22.5 28.4999 23.85 28.4999 25.5C28.4999 27.15 27.1499 28.5 25.4999 28.5Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_48_635">
<rect width="36" height="36" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

12
theme_medicate/static/src/description/images/hire-odoo.svg

@ -0,0 +1,12 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_63_514)">
<path d="M35.5528 30.1866L35.4888 30.1001C34.1698 28.5729 32.5491 27.4542 30.9818 26.3735C30.342 25.932 29.205 25.2204 28.4006 24.648C30.2674 22.0121 31.2673 18.8605 31.2616 15.6305C31.2616 6.9982 24.2634 0 15.6305 0C6.9975 0 0 6.9982 0 15.6305C0 24.2627 6.9982 31.2616 15.6305 31.2616C18.8564 31.2665 22.0042 30.2687 24.6382 28.4062C25.2113 29.2099 25.9221 30.3448 26.3644 30.9846C27.4479 32.5547 28.568 34.1719 30.0938 35.4895L30.1802 35.5528C30.6668 35.8503 31.2271 36.0052 31.7974 36C32.6595 35.9973 33.49 35.6752 34.1283 35.0958L35.0719 34.1543L35.0944 34.1311C36.0991 33.0314 36.2918 31.3727 35.5528 30.1866ZM15.6305 27.1835C12.9572 27.1838 10.3666 26.2572 8.29999 24.5615C6.23339 22.8658 4.81869 20.5059 4.29696 17.8841C3.77523 15.2623 4.17875 12.5406 5.43876 10.183C6.69877 7.82531 8.7373 5.97748 11.207 4.95436C13.6767 3.93123 16.4248 3.79611 18.9829 4.57203C21.5411 5.34794 23.7511 6.98687 25.2363 9.20956C26.7215 11.4323 27.3901 14.1012 27.128 16.7615C26.866 19.4219 25.6897 21.9091 23.7994 23.7994C22.7292 24.8756 21.4561 25.7288 20.0539 26.3097C18.6517 26.8906 17.1482 27.1876 15.6305 27.1835Z" fill="white"/>
<path d="M15.6304 17.0723C18.1642 17.0723 20.2183 15.0182 20.2183 12.4844C20.2183 9.95055 18.1642 7.89648 15.6304 7.89648C13.0965 7.89648 11.0425 9.95055 11.0425 12.4844C11.0425 15.0182 13.0965 17.0723 15.6304 17.0723Z" fill="white"/>
<path d="M23.1884 20.8558C23.1196 20.2123 22.8316 19.6121 22.3728 19.1557C21.9122 18.694 21.3081 18.4029 20.66 18.3302C19.7115 18.2296 17.3553 18.1748 15.8879 18.1748C14.4205 18.1748 11.5327 18.2296 10.5835 18.3302C9.93556 18.4029 9.33159 18.6938 8.87069 19.155C8.4121 19.6114 8.12438 20.2117 8.05577 20.8551V20.8748C8.03327 21.0928 8.01991 21.2819 8.01147 21.4436C8.27125 21.7834 8.55311 22.1056 8.85522 22.4083C10.6527 24.2055 13.0905 25.2152 15.6323 25.2152C18.1741 25.2152 20.6119 24.2055 22.4094 22.4083C22.7068 22.1104 22.9846 21.7935 23.2412 21.4598C23.2306 21.2946 23.2151 21.1005 23.1919 20.8755L23.1884 20.8558Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_63_514">
<rect width="36" height="36" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

13
theme_medicate/static/src/description/images/life-ring-icon.svg

@ -0,0 +1,13 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_32_1689)">
<path d="M10.4999 17.9999C10.5002 16.5303 10.9349 15.0936 11.7494 13.8704L4.26741 6.38843C1.51255 9.63015 0 13.7458 0 17.9999C0 22.2541 1.51255 26.3697 4.26741 29.6114L11.7494 22.1294C10.9349 20.9062 10.5002 19.4695 10.4999 17.9999Z" fill="white"/>
<path d="M31.7325 6.38843L24.2505 13.8704C25.0652 15.0935 25.4999 16.5303 25.4999 17.9999C25.4999 19.4695 25.0652 20.9063 24.2505 22.1294L31.7325 29.6114C34.4873 26.3697 35.9999 22.2541 35.9999 17.9999C35.9999 13.7458 34.4873 9.63015 31.7325 6.38843Z" fill="white"/>
<path d="M17.9999 25.5C16.5303 25.4997 15.0936 25.065 13.8704 24.2505L6.38843 31.7325C9.63015 34.4873 13.7458 35.9999 17.9999 35.9999C22.2541 35.9999 26.3697 34.4873 29.6114 31.7325L22.1294 24.2505C20.9062 25.065 19.4695 25.4997 17.9999 25.5Z" fill="white"/>
<path d="M17.9999 10.4999C19.4695 10.5002 20.9062 10.9349 22.1294 11.7494L29.6114 4.26741C26.3697 1.51255 22.2541 0 17.9999 0C13.7458 0 9.63015 1.51255 6.38843 4.26741L13.8704 11.7494C15.0936 10.9349 16.5303 10.5002 17.9999 10.4999Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_32_1689">
<rect width="36" height="36" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
theme_medicate/static/src/description/images/medicate-about-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 MiB

BIN
theme_medicate/static/src/description/images/medicate-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 MiB

BIN
theme_medicate/static/src/description/images/medicate-blog-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
theme_medicate/static/src/description/images/medicate-facility-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
theme_medicate/static/src/description/images/medicate-feature-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

BIN
theme_medicate/static/src/description/images/medicate-logo-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
theme_medicate/static/src/description/images/medicate-product-banner-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 KiB

BIN
theme_medicate/static/src/description/images/medicate-product-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

BIN
theme_medicate/static/src/description/images/medicate-responsive-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
theme_medicate/static/src/description/images/medicate-service-banner.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

4
theme_medicate/static/src/description/images/odoo-consultancy.svg

@ -0,0 +1,4 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.3242 28.2889C29.5991 26.131 26.7094 24.7803 24.6491 23.8749C23.842 23.5214 21.6075 22.9216 21.3389 21.9053C21.2428 21.5392 21.2558 21.194 21.3346 20.8631C21.2104 20.8869 21.0844 20.9009 20.9541 20.9009H19.6117C18.5399 20.9009 17.6691 20.029 17.6691 18.958C17.6691 17.8877 18.5403 17.0176 19.6117 17.0176H20.9541C21.3976 17.0176 21.8181 17.1677 22.1572 17.4356C22.6544 17.3693 23.1339 17.2631 23.581 17.1238C24.1682 15.8937 24.6261 14.4227 24.7287 13.1566C25.1668 7.73933 21.8458 4.56989 17.0841 5.11781C13.622 5.51633 11.5538 8.09789 11.3302 11.4214C11.1041 14.809 12.3602 17.311 13.6943 19.1463C14.2786 19.9487 14.8924 20.4646 14.7981 21.4316C14.6887 22.5749 13.4661 22.8935 12.5917 23.2449C11.5556 23.6611 10.4396 24.2925 9.91254 24.5845C8.09706 25.5871 6.10446 26.7945 5.65662 28.4462C4.66482 32.1067 8.01426 33.2155 10.7794 33.7274C13.1525 34.1651 15.8284 34.1997 18.0295 34.1997C22.0107 34.1997 29.1697 34.0402 30.3242 31.0475C30.6525 30.1983 30.5117 28.8451 30.3242 28.2889Z" fill="white"/>
<path d="M21.8037 18.4113C21.6215 18.1337 21.3101 17.9494 20.9548 17.9494H19.6124C19.0522 17.9494 18.6004 18.4019 18.6004 18.9592C18.6004 19.5186 19.0522 19.9719 19.6124 19.9719H20.9548C21.3468 19.9719 21.6795 19.7483 21.8472 19.425C23.7189 19.2778 25.3468 18.7061 26.4894 17.8619C26.7519 18.0311 27.0622 18.1301 27.397 18.1301H27.4812C28.4144 18.1301 29.1689 17.3748 29.1689 16.4406V13.0682C29.1689 12.3964 28.7751 11.8168 28.207 11.5475C27.9593 6.13204 23.4762 1.7998 17.9999 1.7998C12.5236 1.7998 8.03981 6.13204 7.79321 11.5475C7.22405 11.8172 6.83057 12.3964 6.83057 13.0682V16.4406C6.83057 17.3748 7.58585 18.1301 8.51681 18.1301H8.60213C9.53381 18.1301 10.2894 17.3748 10.2894 16.4406V13.0682C10.2894 12.4061 9.90677 11.8352 9.35057 11.559C9.59141 6.99604 13.3779 3.35896 17.9999 3.35896C22.6202 3.35896 26.4084 6.99604 26.6482 11.559C26.0927 11.8355 25.7104 12.4061 25.7104 13.0682V16.4406C25.7104 16.6646 25.754 16.873 25.8306 17.0678C24.8471 17.7716 23.4154 18.273 21.8037 18.4113Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

3
theme_medicate/static/src/description/images/odoo-licencing.svg

@ -0,0 +1,3 @@
<svg width="36" height="35" viewBox="0 0 36 35" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 4.40625C5.84315 4.40625 4.5 5.67087 4.5 7.23081V27.0027C4.5 28.5627 5.84315 29.8273 7.5 29.8273H28.5C30.1569 29.8273 31.5 28.5627 31.5 27.0027V7.23081C31.5 5.67087 30.1569 4.40625 28.5 4.40625H7.5ZM12 18.5291C12 17.749 11.3284 17.1168 10.5 17.1168C9.67157 17.1168 9 17.749 9 18.5291V24.1782C9 24.9582 9.67157 25.5905 10.5 25.5905C11.3284 25.5905 12 24.9582 12 24.1782V18.5291ZM18 12.8799C18.8284 12.8799 19.5 13.5122 19.5 14.2922V24.1782C19.5 24.9582 18.8284 25.5905 18 25.5905C17.1716 25.5905 16.5 24.9582 16.5 24.1782V14.2922C16.5 13.5122 17.1716 12.8799 18 12.8799ZM27 10.0554C27 9.27536 26.3284 8.64309 25.5 8.64309C24.6716 8.64309 24 9.27536 24 10.0554V24.1782C24 24.9582 24.6716 25.5905 25.5 25.5905C26.3284 25.5905 27 24.9582 27 24.1782V10.0554Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 929 B

17
theme_medicate/static/src/description/images/pages.svg

@ -0,0 +1,17 @@
<svg width="51" height="50" viewBox="0 0 51 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M39.3251 6.11426C39.3251 5.5749 38.8879 5.1377 38.3485 5.1377H38.343C37.8036 5.1377 37.3691 5.5749 37.3691 6.11426C37.3691 6.65361 37.8091 7.09082 38.3484 7.09082C38.8878 7.09082 39.3251 6.65361 39.3251 6.11426Z" fill="#0480E0"/>
<path d="M44.5932 6.11426C44.5932 5.5749 44.156 5.1377 43.6166 5.1377H43.611C43.0717 5.1377 42.6372 5.5749 42.6372 6.11426C42.6372 6.65361 43.0771 7.09082 43.6165 7.09082C44.1559 7.09082 44.5932 6.65361 44.5932 6.11426Z" fill="#0480E0"/>
<path d="M34.0605 6.11426C34.0605 5.5749 33.6232 5.1377 33.0839 5.1377H33.0783C32.539 5.1377 32.1045 5.5749 32.1045 6.11426C32.1045 6.65361 32.5444 7.09082 33.0838 7.09082C33.6231 7.09082 34.0605 6.65361 34.0605 6.11426Z" fill="#0480E0"/>
<path d="M6.39746 6.11426C6.39746 6.65361 6.83467 7.09082 7.37402 7.09082H22.0338C22.5731 7.09082 23.0104 6.65361 23.0104 6.11426C23.0104 5.5749 22.5731 5.1377 22.0338 5.1377H7.37402C6.83477 5.1377 6.39746 5.5749 6.39746 6.11426Z" fill="#0480E0"/>
<path d="M47.3422 0H16.8103C16.2709 0 15.8337 0.437207 15.8337 0.976562C15.8337 1.51592 16.2709 1.95312 16.8103 1.95312H47.3422C47.9928 1.95312 48.522 2.48115 48.522 3.13018V10.2754H2.46826V3.13018C2.46826 2.48115 2.99629 1.95312 3.64531 1.95312H8.04102C8.58037 1.95312 9.01758 1.51592 9.01758 0.976562C9.01758 0.437207 8.58037 0 8.04102 0H3.64531C1.91934 0 0.515137 1.4042 0.515137 3.13018V46.867C0.515137 48.5945 1.91934 50 3.64531 50H47.3422C49.0696 50 50.4751 48.5945 50.4751 46.867V3.13018C50.4751 1.4042 49.0696 0 47.3422 0ZM47.3422 48.0469H3.64531C2.99629 48.0469 2.46826 47.5176 2.46826 46.867V12.2285H48.522V46.867C48.522 47.5176 47.9927 48.0469 47.3422 48.0469Z" fill="#0480E0"/>
<path d="M9.64082 37.3647C7.39746 37.3647 5.57227 39.1898 5.57227 41.4333C5.57227 43.6752 7.39736 45.4991 9.64082 45.4991C11.8827 45.4991 13.7065 43.6752 13.7065 41.4333C13.7065 39.1899 11.8827 37.3647 9.64082 37.3647ZM9.64082 43.5461C8.47441 43.5461 7.52539 42.5983 7.52539 41.4334C7.52539 40.267 8.47432 39.318 9.64082 39.318C10.8057 39.318 11.7534 40.267 11.7534 41.4334C11.7534 42.5983 10.8058 43.5461 9.64082 43.5461Z" fill="#0480E0"/>
<path d="M20.2093 37.3647C17.9674 37.3647 16.1436 39.1898 16.1436 41.4333C16.1436 43.6752 17.9675 45.4991 20.2093 45.4991C22.4511 45.4991 24.275 43.6752 24.275 41.4333C24.275 39.1899 22.4512 37.3647 20.2093 37.3647ZM20.2093 43.5461C19.0443 43.5461 18.0967 42.5983 18.0967 41.4334C18.0967 40.267 19.0444 39.318 20.2093 39.318C21.3741 39.318 22.3219 40.267 22.3219 41.4334C22.3219 42.5983 21.3742 43.5461 20.2093 43.5461Z" fill="#0480E0"/>
<path d="M30.7781 37.3647C28.5362 37.3647 26.7124 39.1898 26.7124 41.4333C26.7124 43.6752 28.5363 45.4991 30.7781 45.4991C33.0215 45.4991 34.8467 43.6752 34.8467 41.4333C34.8466 39.1899 33.0215 37.3647 30.7781 37.3647ZM30.7781 43.5461C29.6132 43.5461 28.6655 42.5983 28.6655 41.4334C28.6655 40.267 29.6133 39.318 30.7781 39.318C31.9445 39.318 32.8936 40.267 32.8936 41.4334C32.8935 42.5983 31.9445 43.5461 30.7781 43.5461Z" fill="#0480E0"/>
<path d="M41.3493 37.3647C39.106 37.3647 37.2808 39.1898 37.2808 41.4333C37.2808 43.6752 39.1059 45.4991 41.3493 45.4991C43.5912 45.4991 45.415 43.6752 45.415 41.4333C45.415 39.1899 43.5911 37.3647 41.3493 37.3647ZM41.3493 43.5461C40.1829 43.5461 39.2339 42.5983 39.2339 41.4334C39.2339 40.267 40.1828 39.318 41.3493 39.318C42.5143 39.318 43.4619 40.267 43.4619 41.4334C43.4619 42.5983 42.5142 43.5461 41.3493 43.5461Z" fill="#0480E0"/>
<path d="M5.57568 32.6051C5.61084 33.11 6.04229 33.5131 6.5502 33.5131H28.4069C28.9398 33.5131 29.3849 33.0685 29.3849 32.5365V16.0078C29.3849 15.4685 28.9477 15.0312 28.4083 15.0312H6.54883C6.00947 15.0312 5.57227 15.4685 5.57227 16.0078V32.5364C5.57344 32.5594 5.57451 32.5822 5.57568 32.6051ZM21.7648 31.56L19.9454 28.6924L22.3793 24.8585L26.632 31.56H21.7648ZM19.4518 31.56H8.32529L13.8895 22.7937L19.4518 31.56ZM27.4317 16.9844V29.1751L23.204 22.513C23.0249 22.2307 22.7138 22.0597 22.3796 22.0597C22.0453 22.0597 21.7343 22.2307 21.5551 22.5129L18.7891 26.8699L14.7144 20.448C14.5353 20.1657 14.2241 19.9947 13.8898 19.9946C13.8898 19.9946 13.8898 19.9946 13.8897 19.9946C13.5555 19.9946 13.2444 20.1656 13.0652 20.4479L7.52529 29.1757V16.9844H27.4317Z" fill="#0480E0"/>
<path d="M33.5073 16.9844H44.3997C44.9391 16.9844 45.3763 16.5472 45.3763 16.0078C45.3763 15.4685 44.9391 15.0312 44.3997 15.0312H33.5073C32.968 15.0312 32.5308 15.4685 32.5308 16.0078C32.5308 16.5472 32.968 16.9844 33.5073 16.9844Z" fill="#0480E0"/>
<path d="M33.5073 22.396H44.3997C44.9391 22.396 45.3763 21.9588 45.3763 21.4194C45.3763 20.8801 44.9391 20.4429 44.3997 20.4429H33.5073C32.968 20.4429 32.5308 20.8801 32.5308 21.4194C32.5308 21.9588 32.968 22.396 33.5073 22.396Z" fill="#0480E0"/>
<path d="M33.5073 27.8052H44.3997C44.9391 27.8052 45.3763 27.368 45.3763 26.8286C45.3763 26.2893 44.9391 25.8521 44.3997 25.8521H33.5073C32.968 25.8521 32.5308 26.2893 32.5308 26.8286C32.5308 27.368 32.968 27.8052 33.5073 27.8052Z" fill="#0480E0"/>
<path d="M33.5073 33.2139H44.3997C44.9391 33.2139 45.3763 32.7767 45.3763 32.2373C45.3763 31.6979 44.9391 31.2607 44.3997 31.2607H33.5073C32.968 31.2607 32.5308 31.6979 32.5308 32.2373C32.5308 32.7767 32.968 33.2139 33.5073 33.2139Z" fill="#0480E0"/>
<path d="M12.4257 1.95312H12.4312C12.9706 1.95312 13.4051 1.51592 13.4051 0.976562C13.4051 0.437207 12.9651 0 12.4258 0C11.8864 0 11.4492 0.437207 11.4492 0.976562C11.4492 1.51592 11.8864 1.95312 12.4257 1.95312Z" fill="#0480E0"/>
</svg>

After

Width:  |  Height:  |  Size: 5.4 KiB

9
theme_medicate/static/src/description/images/patter.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

10
theme_medicate/static/src/description/images/puzzle-piece-icon.svg

@ -0,0 +1,10 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="puzzle-piece 1" clip-path="url(#clip0_226_336)">
<path id="Vector" d="M30 15.75C28.9888 15.7847 27.9837 15.9214 27 16.158V13.5C27 12.3065 26.5259 11.1619 25.682 10.318C24.8381 9.47411 23.6935 9 22.5 9H19.092C19.3296 8.01646 19.4663 7.01126 19.5 6C19.5 4.4087 18.8679 2.88258 17.7426 1.75736C16.6174 0.632141 15.0913 0 13.5 0C11.9087 0 10.3826 0.632141 9.25736 1.75736C8.13214 2.88258 7.5 4.4087 7.5 6C7.53374 7.01126 7.67045 8.01646 7.908 9H4.5C3.30653 9 2.16193 9.47411 1.31802 10.318C0.474106 11.1619 0 12.3065 0 13.5L0 36H9.804L9.45 34.5C9.19694 33.5182 9.04614 32.5128 9 31.5C9 30.3065 9.47411 29.1619 10.318 28.318C11.1619 27.4741 12.3065 27 13.5 27C14.6935 27 15.8381 27.4741 16.682 28.318C17.5259 29.1619 18 30.3065 18 31.5C17.9539 32.5128 17.8031 33.5182 17.55 34.5L17.1945 36H27V27.342C27.9837 27.5786 28.9888 27.7153 30 27.75C31.5913 27.75 33.1174 27.1179 34.2426 25.9926C35.3679 24.8674 36 23.3413 36 21.75C36 20.1587 35.3679 18.6326 34.2426 17.5074C33.1174 16.3821 31.5913 15.75 30 15.75Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_226_336">
<rect width="36" height="36" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

9
theme_medicate/static/src/description/images/resposnive.svg

@ -0,0 +1,9 @@
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M47.4951 25.0002H46.6618V7.50016C46.6591 5.20016 44.7951 3.3362 42.4951 3.3335H7.49512C5.19512 3.3362 3.33116 5.20016 3.32845 7.50016V20.0002H2.49512C1.11439 20.0002 -0.00488281 21.1194 -0.00488281 22.5002V44.1668C-0.00488281 45.5476 1.11439 46.6668 2.49512 46.6668H34.1618C34.622 46.6668 34.9951 46.2937 34.9951 45.8335C34.9924 43.5335 33.1284 41.6695 30.8284 41.6668H28.3284V36.6668H38.3284V44.1668C38.3284 45.5476 39.4477 46.6668 40.8284 46.6668H47.4951C48.8758 46.6668 49.9951 45.5476 49.9951 44.1668V27.5002C49.9951 26.1194 48.8758 25.0002 47.4951 25.0002ZM18.3285 44.1668C18.3285 44.627 17.9553 45.0002 17.4951 45.0002H2.49512C2.03491 45.0002 1.66178 44.627 1.66178 44.1668V43.3335H18.3285V44.1668ZM18.3285 41.6668H1.66178V22.5002C1.66178 22.04 2.03491 21.6668 2.49512 21.6668H17.4951C17.9553 21.6668 18.3285 22.04 18.3285 22.5002V41.6668ZM30.8284 43.3335C31.8876 43.3347 32.8315 44.002 33.1859 45.0002H19.8418C19.9405 44.7333 19.9923 44.4514 19.9951 44.1668V43.3335H30.8284ZM19.9951 41.6668V36.6668H21.6618V41.6668H19.9951ZM23.3284 41.6668V36.6668H26.6618V41.6668H23.3284ZM38.3284 35.0002H19.9951V30.0002H38.3284V35.0002ZM38.3284 27.5002V28.3335H19.9951V22.5002C19.9923 22.1047 19.8945 21.7158 19.7101 21.366C19.7226 21.3543 19.7393 21.351 19.751 21.3385L28.0009 13.0885C28.3207 12.7575 28.3116 12.2298 27.9805 11.9102C27.6576 11.5983 27.1456 11.5983 26.8226 11.9102L18.5726 20.1602C18.5526 20.181 18.5443 20.2077 18.5268 20.2293C18.2035 20.0793 17.8515 20.0012 17.4951 20.0002H4.99512V7.50016C4.99512 6.11943 6.11439 5.00016 7.49512 5.00016H42.4951C43.8758 5.00016 44.9951 6.11943 44.9951 7.50016V25.0002H40.8284C39.4477 25.0002 38.3284 26.1194 38.3284 27.5002ZM48.3284 44.1668C48.3284 44.627 47.9553 45.0002 47.4951 45.0002H40.8284C40.3682 45.0002 39.9951 44.627 39.9951 44.1668V43.3335H48.3284V44.1668ZM48.3284 41.6668H39.9951V27.5002C39.9951 27.04 40.3682 26.6668 40.8284 26.6668H47.4951C47.9553 26.6668 48.3284 27.04 48.3284 27.5002V41.6668Z" fill="#0480E0"/>
<path d="M9.95259 30.1434C9.62718 29.8181 9.09968 29.8181 8.77426 30.1434L5.23926 33.6784C4.90822 33.9982 4.89905 34.5257 5.21884 34.8567C5.53863 35.1878 6.06613 35.1969 6.39718 34.8771C6.40416 34.8705 6.41093 34.8636 6.41759 34.8567L9.95259 31.3217C10.1013 31.0639 9.80238 30.5738 9.95259 30.1434Z" fill="#0480E0"/>
<path d="M14.9322 30.1436C14.6093 29.8317 14.0973 29.8317 13.7743 30.1436L10.2393 33.6786C9.90822 33.9983 9.89905 34.5259 10.2188 34.8569C10.5385 35.1879 11.0661 35.1971 11.3972 34.8773C11.4042 34.8707 11.4109 34.8638 11.4176 34.8569L14.9526 31.3219C15.2723 30.9909 15.2632 30.4633 14.9322 30.1436Z" fill="#0480E0"/>
<path d="M33.0637 11.9107C32.7408 11.5988 32.2288 11.5988 31.9058 11.9107L23.6558 20.1607C23.3247 20.4804 23.3156 21.008 23.6353 21.339C23.9549 21.67 24.4825 21.6792 24.8136 21.3595C24.8206 21.3529 24.8273 21.346 24.8341 21.339L33.0841 13.089C33.4039 12.758 33.3947 12.2304 33.0637 11.9107Z" fill="#0480E0"/>
<path d="M45.9086 32.399C45.5857 32.087 45.0736 32.087 44.7507 32.399L42.394 34.7557C42.063 35.0755 42.0538 35.603 42.3736 35.934C42.6934 36.2651 43.2209 36.2742 43.552 35.9544C43.5588 35.9478 43.5657 35.9409 43.5724 35.934L45.929 33.5774C46.2488 33.2463 46.2397 32.7188 45.9086 32.399Z" fill="#0480E0"/>
<path d="M25.0118 31.6665H25.0035C24.5433 31.6688 24.172 32.0438 24.1743 32.504C24.1766 32.9642 24.5516 33.3355 25.0118 33.3332C25.472 33.3332 25.8452 32.96 25.8452 32.4998C25.8452 32.0396 25.472 31.6665 25.0118 31.6665Z" fill="#0480E0"/>
<path d="M26.6618 6.6665H23.3285C22.8682 6.6665 22.4951 7.03963 22.4951 7.49984C22.4951 7.96005 22.8682 8.33317 23.3285 8.33317H26.6618C27.122 8.33317 27.4951 7.96005 27.4951 7.49984C27.4951 7.03963 27.122 6.6665 26.6618 6.6665Z" fill="#0480E0"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

28
theme_medicate/static/src/description/images/screenshot-1.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 151 KiB

7
theme_medicate/static/src/description/images/support.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

10
theme_medicate/static/src/description/images/translate.svg

@ -0,0 +1,10 @@
<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_36_1835)">
<path d="M5.41675 16.25V18.4167C5.41658 18.9633 5.62302 19.4898 5.9947 19.8906C6.36638 20.2914 6.87583 20.5369 7.42091 20.5779L7.58342 20.5833H10.8334V22.75H7.58342C6.43414 22.75 5.33194 22.2934 4.51929 21.4808C3.70663 20.6681 3.25008 19.5659 3.25008 18.4167V16.25H5.41675ZM19.5001 10.8333L24.2667 22.75H21.9322L20.6311 19.5H16.2002L14.9013 22.75H12.5678L17.3334 10.8333H19.5001ZM18.4167 13.9587L17.0658 17.3333H19.7655L18.4167 13.9587ZM8.66675 2.16666V4.33332H13.0001V11.9167H8.66675V15.1667H6.50008V11.9167H2.16675V4.33332H6.50008V2.16666H8.66675ZM18.4167 3.24999C19.566 3.24999 20.6682 3.70654 21.4809 4.51919C22.2935 5.33185 22.7501 6.43405 22.7501 7.58332V9.74999H20.5834V7.58332C20.5834 7.00869 20.3551 6.45759 19.9488 6.05126C19.5425 5.64493 18.9914 5.41666 18.4167 5.41666H15.1667V3.24999H18.4167ZM6.50008 6.49999H4.33341V9.74999H6.50008V6.49999ZM10.8334 6.49999H8.66675V9.74999H10.8334V6.49999Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_36_1835">
<rect width="26" height="26" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

4
theme_medicate/static/src/description/images/typography.svg

@ -0,0 +1,4 @@
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.9404 18.8459H13.8674V14.1542H23.5226V36.2751H19.7271V39.2048H30.2451V36.2751H26.4496V14.1542H36.1047V18.8459H39.0317V11.2246H10.9404V18.8459Z" fill="#0480E0"/>
<path d="M46.8837 41.0848V8.91524C48.6902 8.30285 49.9945 6.59078 49.9945 4.57842C49.9945 2.05386 47.9425 0 45.4201 0C43.4115 0 41.7023 1.3031 41.089 3.10862H8.90127C8.28791 1.3031 6.57876 0 4.57002 0C2.04771 0 -0.00439453 2.05386 -0.00439453 4.57851C-0.00439453 6.59087 1.29997 8.30285 3.10648 8.91534V41.0849C1.29997 41.6972 -0.00439453 43.4092 -0.00439453 45.4216C-0.00439453 47.9462 2.04761 50 4.57002 50C6.56636 50 8.26691 48.713 8.88995 46.9248H41.1003C41.7232 48.7129 43.4239 50 45.4202 50C47.9425 50 49.9946 47.9461 49.9946 45.4216C49.9945 43.4092 48.6902 41.6972 46.8837 41.0848ZM41.0742 43.9951H8.91602C8.4673 42.6292 7.3931 41.5457 6.03356 41.0848V8.91524C7.38197 8.45812 8.44953 7.38842 8.90469 6.03815H41.0855C41.5407 7.38842 42.6083 8.45812 43.9567 8.91524V41.0848C42.5972 41.5457 41.5229 42.6292 41.0742 43.9951ZM45.4201 2.92962C46.3285 2.92962 47.0675 3.66935 47.0675 4.57851C47.0675 5.48767 46.3285 6.22741 45.4201 6.22741C44.5117 6.22741 43.7727 5.48767 43.7727 4.57851C43.7727 3.66935 44.5118 2.92962 45.4201 2.92962ZM4.57002 2.92962C5.4784 2.92962 6.21744 3.66935 6.21744 4.57851C6.21744 5.48767 5.4784 6.22741 4.57002 6.22741C3.66164 6.22741 2.92259 5.48767 2.92259 4.57851C2.92259 3.66935 3.66174 2.92962 4.57002 2.92962ZM4.57002 47.0704C3.66164 47.0704 2.92259 46.3307 2.92259 45.4215C2.92259 44.5123 3.66164 43.7727 4.57002 43.7727C5.4784 43.7727 6.21744 44.5123 6.21744 45.4215C6.21744 46.3307 5.4784 47.0704 4.57002 47.0704ZM45.4201 47.0704C44.5117 47.0704 43.7727 46.3307 43.7727 45.4215C43.7727 44.5123 44.5117 43.7727 45.4201 43.7727C46.3285 43.7727 47.0675 44.5123 47.0675 45.4215C47.0675 46.3307 46.3285 47.0704 45.4201 47.0704Z" fill="#0480E0"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

10
theme_medicate/static/src/description/images/wrench-icon.svg

@ -0,0 +1,10 @@
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_48_827)">
<path d="M34.5195 5.66404L27.6225 12.561C26.451 13.7325 24.552 13.7325 23.3805 12.561C22.209 11.3895 22.209 9.49054 23.3805 8.31904L30.258 1.43854L29.82 1.21654C28.227 0.408035 26.52 -0.00146484 24.7485 -0.00146484C18.5445 -0.00146484 13.4985 5.04454 13.4985 11.2485C13.4985 12.687 13.7655 14.0775 14.295 15.399L1.37699 28.3185C-0.375012 30.0735 -0.375012 32.9265 1.37699 34.6815C2.25449 35.559 3.40649 35.997 4.55849 35.997C5.71049 35.997 6.86399 35.559 7.74149 34.6815L20.688 21.735C21.9855 22.2435 23.3475 22.5 24.75 22.5C30.954 22.5 36 17.454 36 11.25C36 9.43804 35.5755 7.70104 34.7385 6.08704L34.5195 5.66404Z" fill="white"/>
</g>
<defs>
<clipPath id="clip0_48_827">
<rect width="36" height="36" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 885 B

414
theme_medicate/static/src/description/index.html

@ -0,0 +1,414 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>app index</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" />
<style>
:root {
--primary-color: #2390EB;
--bg-white: #fff;
--text-color: #121212;
--text-color-light: #64728f;
}
body {
font-family: "Montserrat", sans-serif;
}
</style>
</head>
<body>
<!-- overview -->
<div class="container">
<!-- support-header -->
<div class="supports my-3 py-3" style="border-bottom: 1px solid #e7e7e7;">
<div class="row justify-content-between">
<div class="col-4">
<div class="my-3">
<img src="//apps.odoocdn.com/apps/assets/17.0/theme_boec/images/Cybrosys.png?fcdde35"
style="width:auto !important; height:40px !important">
</div>
</div>
<div class="col-6">
<div class="row" style="margin-top:10px">
<div class="my-3 d-flex align-items-center justify-content-end">
<span class="me-3"><b>Supports: </b></span>
<div class="text-center"
style="background-color:#017E84 !important; font-size:0.8rem !important; color:#fff !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width:120px !important">
Community
</div>
</div>
</div>
<div class="row" style="margin-top:10px">
<div class="d-flex align-items-center justify-content-end">
<span class="me-3"><b>Availability: </b></span>
<div class="text-center col"
style="border:1px solid #017E84; font-size:0.8rem !important; color:#017E84 !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:20px !important; min-width:120px !important">
<i class="fa fa-times" style="color:red"></i> Odoo Online
</div>
<div class="text-center col"
style="font-size:0.8rem !important; border:1px solid #714b67; color:#714b67 !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:20px !important; min-width:120px !important">
<i class="fa fa-times" style="color:red"></i> Odoo.sh
</div>
<div class="text-center col"
style="font-size:0.8rem !important; color:#5B899E !important; border:1px solid #5B899E; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:20px !important; min-width:120px !important">
<i class="fa fa-times" style="color:red"></i> On Premise
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<!-- logo-banner -->
<div class="my-3">
<img src="images/medicate-logo-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- banner-section -->
<div class="my-3">
<img src="images/medicate-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- responsive banner -->
<div class="my-3">
<img src="images/medicate-responsive-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!--feature card section -->
<div class="my-3" style="padding: 100px; background-color: #E1ECF6; border-radius: 16px;">
<div class="container">
<div class="row mb-60">
<div class="col-lg-12 d-flex justify-content-center align-items-center flex-wrap gap-3">
<div class="position-relative" ; style="
text-align: center;
font-size: 46.875px;
font-style: normal;
padding-bottom: 40px; ">
<h2 style="font-weight: 600;">Our Features</h2>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-4 col-md-6" style="visibility: visible;">
<div style="background-color: #fff;height: 100%;
border-radius: 30px;
padding: 35px 30px;
text-align: center;">
<div class="content">
<img src="images/pages.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;"> Custom Designed Snippets for better user experience </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Optimized Code Snippets for Enhanced User Experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff; height: 100%;
border-radius: 30px;
padding: 35px 30px;text-align: center;">
<div class="content">
<img src="images/support.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;">Fully Customized AboutUs page </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Key information about the Hospital and includes sections dedicated to showcasing Facilities, giving visitors insight into the qualities.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff; height: 100%;
border-radius: 30px;
padding: 35px 30px;text-align: center;">
<div class="content">
<img src="images/support.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;">Contains Location and Services by Default </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Showcases services or items in an elegant and visually appealing layout.</p>
</div>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff;height: 100%;
border-radius: 30px;
padding: 35px 30px;text-align: center;">
<div class="content">
<img src="images/clean-code.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;">Features dynamic elements </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Features dynamic elements like sliders and testimonials.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff;height: 100%;
border-radius: 30px;
padding: 35px 30px;text-align: center;">
<div class="content">
<img src="images/font.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;">A Clean layout and Style </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Modern, Clean Interface with Premium Typography.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff;height: 100%;
border-radius: 30px;
padding: 35px 30px;text-align: center;">
<div class="content">
<img src="images/resposnive.svg" class="img-responsive" height="46px" width="46px">
<h4 class="mt-3"><a href="#" style=" color: #121212;
font-size: 18px;
text-decoration: none;
font-weight: 700;
line-height: 1.2;">Fully Responsive Theme with a Premium Design </a></h4>
<p style="font-size: 14px; color: #556171; margin: 0;">Premium Responsive Design for All Devices</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- feature banner -->
<div class="my-3">
<img src="images/medicate-feature-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- card-column -->
<div class="my-3">
<div class="row">
<div class="col-md-6">
<img src="images/medicate-product-banner.png" class="img-fluid" style="width: 100%;">
</div>
<div class="col-md-6">
<img src="images/medicate-product-banner-2.png" class="img-fluid" style="width: 100%;">
</div>
</div>
</div>
<!-- -->
<!-- facility-banner -->
<div class="my-3">
<img src="images/medicate-facility-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- about-banner -->
<div class="my-3">
<img src="images/medicate-about-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- service-banner -->
<div class="my-3">
<img src="images/medicate-service-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- blog-banner -->
<div class="my-3">
<img src="images/medicate-blog-banner.png" class="img-fluid" style="width: 100%;">
</div>
<!-- -->
<!-- -->
<div class="my-3">
<!-- banner card -->
<!-- service-section -->
<section id="services" class="" style="border-radius: 16px;
border: 1px solid #EBEEF2;
background-color: #FFF;
padding: 60px 40px;
box-shadow: 0px 5px 20px -11px rgba(0, 0, 0, 0.25);">
<div class="text-center mt-4">
<h3 class="mb-0" style="color: #000;
text-align: center;
font-family: Montserrat;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
padding-bottom: 50px;">Our Services</h3>
</div>
<div class="row mt-3">
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#FFE2E5; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#FA5A7D; border-radius:50%; height:56px; width:56px">
<img src="images/gear.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;"> Odoo Customization</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#FFF4DE; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#FF947A; border-radius:50%; height:56px; width:56px">
<img src="images/wrench-icon.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;"> Odoo Implementation</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#DCFCE7; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#3CD856; border-radius:50%; height:56px; width:56px">
<img src="images/life-ring-icon.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Odoo Support</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#F3E8FF; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#BF83FF; border-radius:50%; height:56px; width:56px">
<img src="images/arrows-repeat.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Odoo Migration</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#F1F9FF; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#01649C; border-radius:50%; height:56px; width:56px">
<img src="images/puzzle-piece-icon.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Odoo integration</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#EDF8ED; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#69CC70; border-radius:50%; height:56px; width:56px">
<img src="images/odoo-consultancy.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Odoo Consultancy</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#F1F6FF; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#2E4556; border-radius:50%; height:56px; width:56px">
<img src="images/odoo-licencing.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Odoo Licensing</span>
</div>
</a>
</div>
<div class="col-lg-3 col-sm-12 mb-3">
<a href="#" style="text-decoration:none">
<div class="btn-lg btn-block p-4 mb-2 d-flex flex-column justify-content-center align-items-center"
style="font-size:25px; font-weight:bold;background-color:#FAF6EA; margin:auto; border-radius: 8px;">
<div class="d-flex justify-content-center align-items-center"
style="background-color:#FCD12C; border-radius:50%; height:56px; width:56px">
<img src="images/hire-odoo.svg" class="img-responsive" height="28px" width="28px">
</div>
<span class="mt-3" style="font-size: 18px;
color: #121212;
font-weight: 600;">Hire Odoo Developer</span>
</div>
</a>
</div>
</div>
<!-- -->
</section>
<!-- -->
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
</html>

BIN
theme_medicate/static/src/description/theme_screenshot.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 KiB

BIN
theme_medicate/static/src/img/Angio-plasty-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
theme_medicate/static/src/img/Entocronology-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
theme_medicate/static/src/img/about-page-content-img.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 KiB

BIN
theme_medicate/static/src/img/about-us-tick.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
theme_medicate/static/src/img/arrow-about-pharma.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
theme_medicate/static/src/img/bg-work-process.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

BIN
theme_medicate/static/src/img/blog-detail-img01.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

BIN
theme_medicate/static/src/img/blog-detail-img02.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
theme_medicate/static/src/img/blog-img-01.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 KiB

BIN
theme_medicate/static/src/img/blog-img-02.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 KiB

BIN
theme_medicate/static/src/img/call-footer-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
theme_medicate/static/src/img/cardiology-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
theme_medicate/static/src/img/contact-us-call.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
theme_medicate/static/src/img/contact-us-location.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
theme_medicate/static/src/img/contact-us-mail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
theme_medicate/static/src/img/email-footer-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
theme_medicate/static/src/img/eye-care-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

BIN
theme_medicate/static/src/img/facility-img-cardiology-care.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

BIN
theme_medicate/static/src/img/facility-img-dental-services.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

BIN
theme_medicate/static/src/img/facility-img-eye-care.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

BIN
theme_medicate/static/src/img/fb-social-media.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
theme_medicate/static/src/img/footer-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
theme_medicate/static/src/img/footer-recent-post-2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
theme_medicate/static/src/img/footer-recent-post.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
theme_medicate/static/src/img/gplus-social-media.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
theme_medicate/static/src/img/header-call-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
theme_medicate/static/src/img/header-email-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
theme_medicate/static/src/img/header-fb-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
theme_medicate/static/src/img/header-insta-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

BIN
theme_medicate/static/src/img/header-tweet-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
theme_medicate/static/src/img/icon-bloger-name.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
theme_medicate/static/src/img/icon-comments.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
theme_medicate/static/src/img/image-time-table.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
theme_medicate/static/src/img/img-24hours.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
theme_medicate/static/src/img/img-about.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 664 KiB

BIN
theme_medicate/static/src/img/img-doctors-time-table.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

BIN
theme_medicate/static/src/img/img-map.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 KiB

BIN
theme_medicate/static/src/img/insta-social-media.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
theme_medicate/static/src/img/location-footer-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

BIN
theme_medicate/static/src/img/menu.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
theme_medicate/static/src/img/neourology-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
theme_medicate/static/src/img/newsletter-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

BIN
theme_medicate/static/src/img/orthopedics-about-services.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

BIN
theme_medicate/static/src/img/pharma-banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 993 KiB

BIN
theme_medicate/static/src/img/pharma-logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

BIN
theme_medicate/static/src/img/pharma-theme-about-content.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 KiB

BIN
theme_medicate/static/src/img/pharma-theme-about-us-banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 KiB

BIN
theme_medicate/static/src/img/pharma-theme-best-process-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
theme_medicate/static/src/img/pharma-theme-best-process-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
theme_medicate/static/src/img/pharma-theme-best-process-3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
theme_medicate/static/src/img/pharma-theme-client-01.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
theme_medicate/static/src/img/pharma-theme-client-02.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
theme_medicate/static/src/img/pharma-theme-client-03.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
theme_medicate/static/src/img/pharma-theme-greate-work-do-1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB

BIN
theme_medicate/static/src/img/pharma-theme-greate-work-do-2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB

BIN
theme_medicate/static/src/img/pharma-theme-greate-work-do-3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

BIN
theme_medicate/static/src/img/pharma-theme-greate-work-do-4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

BIN
theme_medicate/static/src/img/pharma-theme-greate-work-do.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 291 KiB

BIN
theme_medicate/static/src/img/pharma-theme-heart-specilists-01.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 KiB

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save