Browse Source

Jan 01 [ADD] : Initial Commit 'theme_upshift'

pull/358/merge
AjmalCybro 4 months ago
parent
commit
5b77fac1bb
  1. 48
      theme_upshift/README.rst
  2. 22
      theme_upshift/__init__.py
  3. 83
      theme_upshift/__manifest__.py
  4. 23
      theme_upshift/controllers/__init__.py
  5. 57
      theme_upshift/controllers/custom_website_form.py
  6. 101
      theme_upshift/controllers/upshift.py
  7. 18
      theme_upshift/data/website_menus.xml
  8. 5
      theme_upshift/doc/RELEASE_NOTE.md
  9. BIN
      theme_upshift/static/description/banner.jpg
  10. BIN
      theme_upshift/static/description/icon.png
  11. BIN
      theme_upshift/static/description/images/about.png
  12. 10
      theme_upshift/static/description/images/arrows-repeat.svg
  13. BIN
      theme_upshift/static/description/images/banner.jpg
  14. BIN
      theme_upshift/static/description/images/blog_mb_view.png
  15. 10
      theme_upshift/static/description/images/check.svg
  16. BIN
      theme_upshift/static/description/images/contactus.png
  17. BIN
      theme_upshift/static/description/images/contactus_mb_view.png
  18. BIN
      theme_upshift/static/description/images/count_mb_view.png
  19. 13
      theme_upshift/static/description/images/feature-star.svg
  20. 10
      theme_upshift/static/description/images/gear.svg
  21. BIN
      theme_upshift/static/description/images/hero.png
  22. 12
      theme_upshift/static/description/images/hire-odoo.svg
  23. BIN
      theme_upshift/static/description/images/home_mb_view.png
  24. BIN
      theme_upshift/static/description/images/home_page.png
  25. BIN
      theme_upshift/static/description/images/icon.png
  26. BIN
      theme_upshift/static/description/images/icons/about-section.png
  27. BIN
      theme_upshift/static/description/images/icons/hero-section.png
  28. BIN
      theme_upshift/static/description/images/icons/location.png
  29. BIN
      theme_upshift/static/description/images/icons/portfolio-section.png
  30. BIN
      theme_upshift/static/description/images/icons/process-section.png
  31. BIN
      theme_upshift/static/description/images/icons/section-goal.png
  32. BIN
      theme_upshift/static/description/images/icons/service-section.png
  33. BIN
      theme_upshift/static/description/images/icons/status-section.png
  34. BIN
      theme_upshift/static/description/images/icons/subscribe-section.png
  35. BIN
      theme_upshift/static/description/images/icons/team-section.png
  36. BIN
      theme_upshift/static/description/images/icons/tesimonail-section.png
  37. BIN
      theme_upshift/static/description/images/icons/video-section.png
  38. BIN
      theme_upshift/static/description/images/laptop_view.jpg
  39. 13
      theme_upshift/static/description/images/life-ring-icon.svg
  40. BIN
      theme_upshift/static/description/images/location.png
  41. BIN
      theme_upshift/static/description/images/mobile_view.jpg
  42. 4
      theme_upshift/static/description/images/odoo-consultancy.svg
  43. 3
      theme_upshift/static/description/images/odoo-licencing.svg
  44. 9
      theme_upshift/static/description/images/patter.svg
  45. BIN
      theme_upshift/static/description/images/portfolio.png
  46. BIN
      theme_upshift/static/description/images/process_mb_view.png
  47. 10
      theme_upshift/static/description/images/puzzle-piece-icon.svg
  48. BIN
      theme_upshift/static/description/images/service.png
  49. BIN
      theme_upshift/static/description/images/shop_mb_view.png
  50. BIN
      theme_upshift/static/description/images/theme-screenshot.jpg
  51. 10
      theme_upshift/static/description/images/translate.svg
  52. BIN
      theme_upshift/static/description/images/video.png
  53. 10
      theme_upshift/static/description/images/wrench-icon.svg
  54. 710
      theme_upshift/static/description/index.html
  55. BIN
      theme_upshift/static/description/theme_screenshot.jpg
  56. 2005
      theme_upshift/static/src/css/style.css
  57. 39
      theme_upshift/static/src/css/testimonial_style.css
  58. BIN
      theme_upshift/static/src/img/Logo/Logo.png
  59. BIN
      theme_upshift/static/src/img/Logo/logo-1.png
  60. BIN
      theme_upshift/static/src/img/about/goals1.png
  61. BIN
      theme_upshift/static/src/img/about/team1.png
  62. BIN
      theme_upshift/static/src/img/about/team2.png
  63. BIN
      theme_upshift/static/src/img/about/team3.png
  64. BIN
      theme_upshift/static/src/img/about/workspace.jpg
  65. BIN
      theme_upshift/static/src/img/banner/hero-1.png
  66. BIN
      theme_upshift/static/src/img/banner/hero-2.png
  67. BIN
      theme_upshift/static/src/img/banner/sub.png
  68. BIN
      theme_upshift/static/src/img/contact/contact-bg.jpg
  69. 3
      theme_upshift/static/src/img/icons/arrow.svg
  70. 5
      theme_upshift/static/src/img/icons/black.svg
  71. 3
      theme_upshift/static/src/img/icons/facebook.svg
  72. 3
      theme_upshift/static/src/img/icons/footer/facebook-circle-fill.svg
  73. 3
      theme_upshift/static/src/img/icons/footer/instagram-fill.svg
  74. 3
      theme_upshift/static/src/img/icons/footer/time-line.svg
  75. 3
      theme_upshift/static/src/img/icons/footer/twitter-fill.svg
  76. 3
      theme_upshift/static/src/img/icons/footer/youtube-fill.svg
  77. 6
      theme_upshift/static/src/img/icons/line/add-browser.svg
  78. 4
      theme_upshift/static/src/img/icons/line/add-circle.svg
  79. 6
      theme_upshift/static/src/img/icons/line/add-desktop.svg
  80. 5
      theme_upshift/static/src/img/icons/line/add-email.svg
  81. 4
      theme_upshift/static/src/img/icons/line/add-file.svg
  82. 4
      theme_upshift/static/src/img/icons/line/add-folder.svg
  83. 5
      theme_upshift/static/src/img/icons/line/add-layer-1.svg
  84. 5
      theme_upshift/static/src/img/icons/line/add-layer.svg
  85. 4
      theme_upshift/static/src/img/icons/line/add-note.svg
  86. 6
      theme_upshift/static/src/img/icons/line/add-payment-card.svg
  87. 5
      theme_upshift/static/src/img/icons/line/add-photo-camera.svg
  88. 5
      theme_upshift/static/src/img/icons/line/add-photo.svg
  89. 3
      theme_upshift/static/src/img/icons/line/add.svg
  90. 6
      theme_upshift/static/src/img/icons/line/alarm.svg
  91. 5
      theme_upshift/static/src/img/icons/line/album.svg
  92. 3
      theme_upshift/static/src/img/icons/line/align-center.svg
  93. 3
      theme_upshift/static/src/img/icons/line/align-from-left.svg
  94. 3
      theme_upshift/static/src/img/icons/line/align-from-right.svg
  95. 3
      theme_upshift/static/src/img/icons/line/align-horizontal-center.svg
  96. 3
      theme_upshift/static/src/img/icons/line/align-horizontal-left.svg
  97. 3
      theme_upshift/static/src/img/icons/line/align-horizontal-right.svg
  98. 3
      theme_upshift/static/src/img/icons/line/align-justify.svg
  99. 3
      theme_upshift/static/src/img/icons/line/align-left.svg
  100. 3
      theme_upshift/static/src/img/icons/line/align-right.svg

48
theme_upshift/README.rst

@ -0,0 +1,48 @@
.. image:: https://img.shields.io/badge/licence-LGPL--3-green.svg
:target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
Theme Upshift
=============
* Design Web Pages with Theme Upshift
Configuration
=============
- 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
-------
Developers: (V17) FATHIMA SHALFA P Contact: odoo@cybrosys.com
(V18) AYANA R Contact: odoo@cybrosys.com
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>`__

22
theme_upshift/__init__.py

@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-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_upshift/__manifest__.py

@ -0,0 +1,83 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-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 Upshift",
'version': "18.0.1.0.0",
'category': 'Theme/Corporate',
'summary': 'Theme Upshift is a modern and versatile website theme'
' designed for businesses looking to establish a professional presence'
' and feature',
'description': 'Theme Upshift is a modern and stylish website template'
'designed for businesses seeking a dynamic and professional.'
'It offers a clean, user-friendly layout with customizable sections for'
'showcasing products, services, and company details.'
'subtle animations, such as hover effects, fade-ins, and sliding transitions,'
'enhance the user experience by creating an interactive and engaging interface.',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'depends': ['website', 'mail','web_editor'],
# data files always loaded at installation
'data': [
'data/website_menus.xml',
'views/about.xml',
'views/contact_us.xml',
'views/footer_template.xml',
'views/header_templates.xml',
'views/home.xml',
'views/portfolio_project.xml',
'views/portfolio_another_action.xml',
'views/snippet/about_banner.xml',
'views/snippet/status_section.xml',
'views/snippet/section_goal.xml',
'views/snippet/team_section.xml',
'views/snippet/subscribe_section.xml',
'views/snippet/home_banner.xml',
'views/snippet/service_section.xml',
'views/snippet/process_section.xml',
'views/snippet/testimonial_section.xml',
'views/snippet/video_section.xml',
'views/snippet/location.xml',
'views/snippet/portfolio_section.xml',
],
'assets': {
'web.assets_frontend': [
"https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js",
"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/TextPlugin.min.js",
"/theme_upshift/static/src/js/othernavbar.js",
"/theme_upshift/static/src/css/style.css",
"/theme_upshift/static/src/js/status_counter.js",
"/theme_upshift/static/src/js/map.js",
"/theme_upshift/static/src/css/testimonial_style.css",
],
},
"images": [
"static/description/banner.jpg",
"static/description/theme_screenshot.jpg",
],
"license": "LGPL-3",
'installable': True,
'auto_install': False,
'application': False,
}

23
theme_upshift/controllers/__init__.py

@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-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 upshift
from . import custom_website_form

57
theme_upshift/controllers/custom_website_form.py

@ -0,0 +1,57 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-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.controllers.form import WebsiteForm
class CustomWebsiteForm(WebsiteForm):
"""
This class extends the WebsiteForm controller in Odoo to allow custom handling
of form submissions from the website. Specifically, it modifies form submissions
for the 'mail.mail' model to concatenate the 'name' and 'second_name' fields
into a single 'name' field before processing the form.
"""
@http.route('/website/form/<string:model_name>', type='http',
auth="public", methods=['POST'], website=True)
def website_form(self, model_name, **kwargs):
"""
If the model is 'mail.mail' and the fields 'name' and 'second_name' are
provided, it concatenates these two fields into the 'name' field.
"""
if model_name == 'mail.mail':
if 'name' in kwargs and 'second_name' in kwargs:
kwargs['name'] = f"{kwargs['name']} {kwargs['second_name']}"
kwargs.pop('second_name', None)
return super(CustomWebsiteForm, self).website_form(model_name, **kwargs)
@http.route('/get-company/address',type='json',auth="public",website=True,csrf=False)
def get_company_address(self):
"""
Retrieve the company address for the current user.
"""
user_id = request.env.user
address_components = [user_id.company_id.street,user_id.company_id.city,
user_id.company_id.state_id.display_name,
user_id.company_id.country_id.display_name
]
return ' '.join(filter(None, address_components))

101
theme_upshift/controllers/upshift.py

@ -0,0 +1,101 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-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_upshift' 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_upshift.upshift_home_page')
@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_upshift.upshift_contact_us')
@http.route('/thank_you_page', website=True, type='http', auth='public',
csrf=False)
def thank_you(self):
"""Redirect to the Thank you page."""
return request.render('theme_upshift.thank_you_page')
@http.route('/about', website=True, type='http', auth='public',
csrf=False)
def about_page(self):
"""Redirect to the about page."""
return request.render('theme_upshift.about_page')
@http.route('/project', website=True, type='http', auth='public',
csrf=False)
def portfolio_project(self):
"""Redirect to the portfolio project page."""
return request.render('theme_upshift.portfolio_project')
@http.route('/another_action', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action(self):
"""Redirect to the portfolio Another Action page."""
return request.render('theme_upshift.portfolio_another_action')
@http.route('/another_action2', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action2(self):
"""Redirect to the portfolio Another Action page 2."""
return request.render('theme_upshift.portfolio_another_action2')
@http.route('/another_action3', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action3(self):
"""Redirect to the portfolio Another Action page 3."""
return request.render('theme_upshift.portfolio_another_action3')
@http.route('/another_action4', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action4(self):
"""Redirect to the portfolio Another Action page 4."""
return request.render('theme_upshift.portfolio_another_action4')
@http.route('/another_action5', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action5(self):
"""Redirect to the portfolio Another Action page 5."""
return request.render('theme_upshift.portfolio_another_action5')
@http.route('/another_action6', website=True, type='http', auth='public',
csrf=False)
def portfolio_another_action6(self):
"""Redirect to the portfolio Another Action page 6."""
return request.render('theme_upshift.portfolio_another_action6')

18
theme_upshift/data/website_menus.xml

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data>
<!-- Menu for pages -->
<record id="menu_about" model="website.menu">
<field name="name">About</field>
<field name="url">/about</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">35</field>
</record>
<record id="menu_portfolio" model="website.menu">
<field name="name">Portfolio</field>
<field name="url">/project</field>
<field name="parent_id" ref="website.main_menu"/>
<field name="sequence" type="int">36</field>
</record>
</data>
</odoo>

5
theme_upshift/doc/RELEASE_NOTE.md

@ -0,0 +1,5 @@
## Module <theme_upshift>
#### 13.12.2024
#### Version 18.0.1.0.0
#### ADD
Initial commit for Theme Upshift

BIN
theme_upshift/static/description/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
theme_upshift/static/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
theme_upshift/static/description/images/about.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 517 KiB

10
theme_upshift/static/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

BIN
theme_upshift/static/description/images/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

BIN
theme_upshift/static/description/images/blog_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

10
theme_upshift/static/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

BIN
theme_upshift/static/description/images/contactus.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

BIN
theme_upshift/static/description/images/contactus_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
theme_upshift/static/description/images/count_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

13
theme_upshift/static/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

10
theme_upshift/static/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

BIN
theme_upshift/static/description/images/hero.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

12
theme_upshift/static/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

BIN
theme_upshift/static/description/images/home_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
theme_upshift/static/description/images/home_page.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

BIN
theme_upshift/static/description/images/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
theme_upshift/static/description/images/icons/about-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
theme_upshift/static/description/images/icons/hero-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
theme_upshift/static/description/images/icons/location.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
theme_upshift/static/description/images/icons/portfolio-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

BIN
theme_upshift/static/description/images/icons/process-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
theme_upshift/static/description/images/icons/section-goal.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
theme_upshift/static/description/images/icons/service-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
theme_upshift/static/description/images/icons/status-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

BIN
theme_upshift/static/description/images/icons/subscribe-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
theme_upshift/static/description/images/icons/team-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
theme_upshift/static/description/images/icons/tesimonail-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
theme_upshift/static/description/images/icons/video-section.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

BIN
theme_upshift/static/description/images/laptop_view.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

13
theme_upshift/static/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_upshift/static/description/images/location.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

BIN
theme_upshift/static/description/images/mobile_view.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

4
theme_upshift/static/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_upshift/static/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

9
theme_upshift/static/description/images/patter.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

BIN
theme_upshift/static/description/images/portfolio.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 KiB

BIN
theme_upshift/static/description/images/process_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

10
theme_upshift/static/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

BIN
theme_upshift/static/description/images/service.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
theme_upshift/static/description/images/shop_mb_view.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
theme_upshift/static/description/images/theme-screenshot.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

10
theme_upshift/static/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

BIN
theme_upshift/static/description/images/video.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 KiB

10
theme_upshift/static/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

710
theme_upshift/static/description/index.html

@ -0,0 +1,710 @@
<!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: #F5C000;
--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-5 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 class="text-center"
style="background-color:#875A7B !important; color:#fff !important; font-size:0.8rem !important; font-weight:500 !important; padding:4px !important; margin:0 3px !important; border-radius:50px !important; min-width:120px !important">
Enterprise
</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-check" style="color:green"></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-check" style="color:green"></i> On Premise
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<!-- banner-section -->
<div class="my-5">
<div class="">
<img src="./images/banner.jpg" class="img-fluid" style="border-radius: 16px; width: 100%;">
</div>
</div>
<!-- -->
<!--feature section -->
<div class="my-5" style="padding: 100px; background-color: #f1f5fd; 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: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">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: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">Key information about the company and includes sections dedicated to showcasing team members,
giving visitors insight into the people behind the brand.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff; height: 100%;
border-radius: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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 Portfolio by Default</a></h4>
</div>
<p style=" font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">Showcases projects or items in an elegant and visually appealing layout.</p>
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff;height: 100%;
border-radius: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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 Font Style</a></h4>
<p style=" font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">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: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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;"> Unique animation effects and Shortcodes</a></h4>
<p style=" font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">Unique Animation effects and Shortcodes that enhance the presentation of your
brand</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div style="background-color: #fff;height: 100%;
border-radius: 12px;
padding: 35px 30px;">
<div class="content">
<img src="./images/feature-star.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: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;">Premium Responsive Design for All Devices</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- -->
<section class="container my-5">
<div class="row">
<div class="col-md-12">
<ul role="tablist" class="nav nav-tabs justify-content-center d-flex justify-content-center"
data-tabs="tabs"
style="border:none; background-color:unset; margin:0 auto">
</ul>
</div>
<div class="col-md-12 tab-content ui-front"
style="border-radius:20px;border: 1px solid #D6E0FF; height:auto;padding: 20px;">
<div class="tab-pane active show fade" id="Features" role="tabpanel" aria-labelledby="features-1">
<section class="">
<section class="mt-5">
<h2 class="pb-5" style="font-weight: 700; text-align: center;">Theme Features</h2>
<div class="row" style="margin-bottom: 24px;">
<div class="col-md-8">
<div style="border-radius: 10px; padding: 32px;
background-color: #303030;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">Mobile View</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">User-friendly and modern looking theme makes
your page more Stylish And Beautiful.</p>
</div>
<div class="mt-5">
<img src="./images/mobile_view.jpg" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
<!-- -->
<div class="col-md-4">
<div style="border-radius: 10px; padding: 32px;
background-color: #303030;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">Desktop View</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Customizing and using Theme Upshift is incredibly simple.
With its intuitive drag-and-drop interface, you can effortlessly create
visually captivating webpages
in no time. Whether you’re a beginner or a seasoned web designer, the
seamless design tools make
building your site an enjoyable experience. Say goodbye to complex
coding and technical
setups—Theme Upshift streamlines the process, allowing you to focus on
your vision.
Elevate your online presence effortlessly with this user-friendly,
flexible theme, designed to make customization as smooth and hassle-free
as possible./p>
</div>
<div class="mt-5">
<img src="./images/laptop_view.jpg" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
</div>
<!-- -->
<!--row-2 -->
<div class="row" style="margin-bottom: 24px;">
<div class="col-md-6">
<div style="border-radius: 10px; padding: 32px;
background-color: rgba(48, 48, 48, 1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">Home Page</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">It is easy to customize and use.
Just drag and drop the building blocks to make attractive
webpages.Customizable building blocks in home page design helps you to
edit them as per needs.</p>
</div>
<div class="mt-5">
<img src="./images/home_page.png" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
<!-- -->
<div class="col-md-6">
<div style="border-radius: 10px; padding: 32px;
background-color: rgba(48, 48, 48, 1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">Portfolio View</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">The portfolio section of your site showcases projects or items
in an elegant and visually appealing layout. It displays three items per
row,
ensuring a clean and organized presentation that draws attention to each
item.</p>
</div>
<div class="mt-5">
<img src="./images/portfolio.png" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
</div>
<!-- -->
<!--row-3 -->
<div class="row" style="margin-bottom: 20px;">
<div class="col-md-4">
<div style="border-radius: 10px; padding: 32px;
background-color: rgba(48, 48, 48, 1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">About Us</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Theme Upshift About Page is fully customized to provide a
detailed overview of your business. It highlights key information about
the company
and includes sections dedicated to showcasing team members,
giving visitors insight into the people behind the brand. </p>
</div>
<div class="mt-5">
<img src="./images/about.png" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
<!-- -->
<div class="col-md-8">
<div style="border-radius: 10px; padding: 32px;
background-color: rgba(48, 48, 48, 1);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); height: 100%;">
<div class="info">
<span class="label" style="font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 32px;
color: #f14848;
margin-bottom: 13px;
text-transform: uppercase;">HIGHLIGHT</span>
<h3 class="text-white" style=" color: #fff;
font-size: 24px;
font-weight: 500;
line-height: 32px;
margin-bottom: 9px;">Contact Page</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">In the customized Contact us page the company details will show,
and it will help to your customer to reach you in simple way.</p>
</div>
<div class=" mt-5" style="--aspect-ratioapt: 872/443;">
<img src="./images/contactus.png" alt="Grid item" class="img-fluid">
</div>
<a href="#" target="_blank" class="url_link" name="grid_popup"
aria-label="Url link label"><span></span></a>
</div>
</div>
</div>
<!-- -->
</section>
</section>
</div>
</div>
</div>
</section>
<!--sections -->
<!-- section content -->
<section class="mb-5"
style="background-color: #f1f5fd; border: 1px solid #D6E0FF; border-radius: 20px; padding: 40px;">
<div class="row d-flex align-items-center">
<div class="col col-12 col-md-12 col-lg-6">
<div style="padding: 20px;">
<h4 class="" style="font-size: 46px;">
<span style="color: #212121;
font-weight: 700;
display: inline-block;
width: 100%;">Build a Modern </span><br>
<span style="color: #212121;
font-weight: 700;
display: inline-block;
width: 100%;">Adaptive Design for Modern Corporate.</span>
</h4>
<div class="mt-4">
<p style="color: #444; font-size: 16px;
font-weight: 400;
line-height: 1.5;">An elegant and contemporary corporate website theme that enhances your online presence.
With intuitive drag & drop functionality, you can effortlessly construct your ideal layout.
Theme Upshift offers the complete solution you need for your Business.
.</p>
<ul class="d-flex flex-column gap-3 ms-0 ps-0 mt-4">
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img
src="./images/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Fully Responsive Framework</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img
src="./images/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Universal Screen Size Compatibility</span></li>
</ul>
</div>
</div>
</div>
<div class="col col-12 col-md-12 col-lg-6">
<div>
<div>
<img class="img-fluid" src="./images/hero.png" style="
border-radius: 20px;
">
</div>
</div>
</div>
</div>
</section>
<!-- -->
<!-- -->
<div class="my-5">
<!-- banner card -->
<!-- service-section -->
<section id="services" class="mt-5" 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>
<!-- -->
</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_upshift/static/description/theme_screenshot.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 KiB

2005
theme_upshift/static/src/css/style.css

File diff suppressed because it is too large

39
theme_upshift/static/src/css/testimonial_style.css

@ -0,0 +1,39 @@
.testimonial-carousel {
background-color: #f8f9fa;
padding: 60px 0;
}
.testimonial-content {
max-width: 800px;
margin: 0 auto;
}
.testimonial-text {
font-size: 1.25rem;
font-style: italic;
color: #333;
}
.testimonial-author {
font-weight: bold;
color: #007bff;
}
.testimonial-position {
color: #6c757d;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
border-radius: 80%;
padding: 10px;
}
.testimonial-text.mb-4 {
color: var(--white-color);
font-size: 22px;
font-weight: 500;
padding-bottom: 15px;
line-height: 1.5;
}
.testimonial-author {
font-weight: bold;
color: white;
}
#testimonialCarousel .carousel-item {
background-color: #161616;
}

BIN
theme_upshift/static/src/img/Logo/Logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

BIN
theme_upshift/static/src/img/Logo/logo-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
theme_upshift/static/src/img/about/goals1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

BIN
theme_upshift/static/src/img/about/team1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

BIN
theme_upshift/static/src/img/about/team2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 KiB

BIN
theme_upshift/static/src/img/about/team3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

BIN
theme_upshift/static/src/img/about/workspace.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

BIN
theme_upshift/static/src/img/banner/hero-1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 KiB

BIN
theme_upshift/static/src/img/banner/hero-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

BIN
theme_upshift/static/src/img/banner/sub.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
theme_upshift/static/src/img/contact/contact-bg.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 868 KiB

3
theme_upshift/static/src/img/icons/arrow.svg

@ -0,0 +1,3 @@
<svg width="512" height="258" viewBox="0 0 512 258" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M508.625 120.801L392.262 4.43703C388.082 -0.443974 380.736 -1.01297 375.855 3.16803C370.974 7.34803 370.405 14.694 374.586 19.575C374.976 20.03 375.4 20.455 375.855 20.844L472.32 117.426H11.636C5.21 117.426 0 122.636 0 129.063C0 135.49 5.21 140.699 11.636 140.699H472.32L375.855 237.164C370.974 241.344 370.405 248.69 374.586 253.571C378.767 258.452 386.112 259.021 390.993 254.84C391.448 254.45 391.873 254.026 392.262 253.571L508.626 137.207C513.137 132.67 513.137 125.34 508.625 120.801Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 623 B

5
theme_upshift/static/src/img/icons/black.svg

@ -0,0 +1,5 @@
<svg width="46" height="46" fill="none" stroke="#2e3436" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M3 12h18"></path>
<path d="M3 6h18"></path>
<path d="M3 18h18"></path>
</svg>

After

Width:  |  Height:  |  Size: 269 B

3
theme_upshift/static/src/img/icons/facebook.svg

@ -0,0 +1,3 @@
<svg width="46" height="46" fill="#323d46" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M17 3.498a.5.5 0 0 0-.5-.5H14a4.77 4.77 0 0 0-5 4.5v2.7H6.5a.5.5 0 0 0-.5.5v2.6a.5.5 0 0 0 .5.5H9v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0-.48-.63H13v-2.7a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5v-2.6Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 368 B

3
theme_upshift/static/src/img/icons/footer/facebook-circle-fill.svg

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.001 2C6.47813 2 2.00098 6.47715 2.00098 12C2.00098 16.9913 5.65783 21.1283 10.4385 21.8785V14.8906H7.89941V12H10.4385V9.79688C10.4385 7.29063 11.9314 5.90625 14.2156 5.90625C15.3097 5.90625 16.4541 6.10156 16.4541 6.10156V8.5625H15.1931C13.9509 8.5625 13.5635 9.33334 13.5635 10.1242V12H16.3369L15.8936 14.8906H13.5635V21.8785C18.3441 21.1283 22.001 16.9913 22.001 12C22.001 6.47715 17.5238 2 12.001 2Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 535 B

3
theme_upshift/static/src/img/icons/footer/instagram-fill.svg

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.0281 2.00049C14.1535 2.00235 14.7238 2.00831 15.2166 2.02298L15.4107 2.02932C15.6349 2.03729 15.8561 2.04729 16.1228 2.05979C17.1869 2.10896 17.9128 2.27729 18.5503 2.52479C19.2094 2.77896 19.7661 3.12229 20.3219 3.67813C20.8769 4.23396 21.2203 4.79229 21.4753 5.44979C21.7219 6.08646 21.8903 6.81313 21.9403 7.87729C21.9522 8.14396 21.9618 8.36516 21.9697 8.5894L21.976 8.78349C21.9906 9.27623 21.9973 9.84662 21.9994 10.9721L22.0002 11.7177C22.0003 11.8088 22.0003 11.9028 22.0003 11.9998L22.0002 12.2819L21.9996 13.0276C21.9977 14.153 21.9918 14.7234 21.9771 15.2161L21.9707 15.4102C21.9628 15.6345 21.9528 15.8557 21.9403 16.1223C21.8911 17.1865 21.7219 17.9123 21.4753 18.5498C21.2211 19.209 20.8769 19.7657 20.3219 20.3215C19.7661 20.8765 19.2069 21.2198 18.5503 21.4748C17.9128 21.7215 17.1869 21.8898 16.1228 21.9398C15.8561 21.9517 15.6349 21.9614 15.4107 21.9692L15.2166 21.9755C14.7238 21.9902 14.1535 21.9968 13.0281 21.999L12.2824 21.9998C12.1913 21.9998 12.0973 21.9998 12.0003 21.9998H11.7182L10.9725 21.9991C9.8471 21.9973 9.27672 21.9913 8.78397 21.9766L8.58989 21.9703C8.36564 21.9623 8.14444 21.9523 7.87778 21.9398C6.81361 21.8907 6.08861 21.7215 5.45028 21.4748C4.79194 21.2207 4.23444 20.8765 3.67861 20.3215C3.12278 19.7657 2.78028 19.2065 2.52528 18.5498C2.27778 17.9123 2.11028 17.1865 2.06028 16.1223C2.0484 15.8557 2.03871 15.6345 2.03086 15.4102L2.02457 15.2161C2.00994 14.7234 2.00327 14.153 2.00111 13.0276L2.00098 10.9721C2.00284 9.84662 2.00879 9.27623 2.02346 8.78349L2.02981 8.5894C2.03778 8.36516 2.04778 8.14396 2.06028 7.87729C2.10944 6.81229 2.27778 6.08729 2.52528 5.44979C2.77944 4.79146 3.12278 4.23396 3.67861 3.67813C4.23444 3.12229 4.79278 2.77979 5.45028 2.52479C6.08778 2.27729 6.81278 2.10979 7.87778 2.05979C8.14444 2.04792 8.36564 2.03823 8.58989 2.03038L8.78397 2.02409C9.27672 2.00945 9.8471 2.00278 10.9725 2.00062L13.0281 2.00049ZM12.0003 6.99979C9.23738 6.99979 7.00028 9.23932 7.00028 11.9998C7.00028 14.7627 9.23981 16.9998 12.0003 16.9998C14.7632 16.9998 17.0003 14.7603 17.0003 11.9998C17.0003 9.23689 14.7607 6.99979 12.0003 6.99979ZM12.0003 8.99979C13.6572 8.99979 15.0003 10.3425 15.0003 11.9998C15.0003 13.6567 13.6576 14.9998 12.0003 14.9998C10.3434 14.9998 9.00028 13.6572 9.00028 11.9998C9.00028 10.3429 10.3429 8.99979 12.0003 8.99979ZM17.2503 5.49979C16.561 5.49979 16.0003 6.0597 16.0003 6.74894C16.0003 7.43819 16.5602 7.99896 17.2503 7.99896C17.9395 7.99896 18.5003 7.43906 18.5003 6.74894C18.5003 6.0597 17.9386 5.49893 17.2503 5.49979Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

3
theme_upshift/static/src/img/icons/footer/time-line.svg

@ -0,0 +1,3 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9C16.5 13.1421 13.1421 16.5 9 16.5ZM9 15C12.3137 15 15 12.3137 15 9C15 5.68629 12.3137 3 9 3C5.68629 3 3 5.68629 3 9C3 12.3137 5.68629 15 9 15ZM9.75 9H12.75V10.5H8.25V5.25H9.75V9Z" fill="#B88635"/>
</svg>

After

Width:  |  Height:  |  Size: 409 B

3
theme_upshift/static/src/img/icons/footer/twitter-fill.svg

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M22.2125 5.65605C21.4491 5.99375 20.6395 6.21555 19.8106 6.31411C20.6839 5.79132 21.3374 4.9689 21.6493 4.00005C20.8287 4.48761 19.9305 4.83077 18.9938 5.01461C18.2031 4.17106 17.098 3.69303 15.9418 3.69434C13.6326 3.69434 11.7597 5.56661 11.7597 7.87683C11.7597 8.20458 11.7973 8.52242 11.8676 8.82909C8.39048 8.65404 5.31008 6.99005 3.24678 4.45941C2.87529 5.09767 2.68006 5.82318 2.68105 6.56167C2.68105 8.01259 3.41961 9.29324 4.5415 10.043C3.87738 10.022 3.22789 9.84264 2.64719 9.51973C2.64655 9.5373 2.64654 9.55487 2.64654 9.57148C2.64654 11.5984 4.0882 13.2892 6.002 13.6731C5.64281 13.7703 5.27233 13.8194 4.90022 13.8191C4.62997 13.8191 4.36772 13.7942 4.1128 13.7453C4.64532 15.4065 6.18886 16.6159 8.0196 16.6491C6.53813 17.8118 4.70869 18.4426 2.82543 18.4399C2.49212 18.4402 2.15909 18.4205 1.82812 18.3811C3.74004 19.6102 5.96552 20.2625 8.23842 20.2601C15.9316 20.2601 20.138 13.8875 20.138 8.36111C20.138 8.1803 20.1336 7.99886 20.1256 7.81997C20.9443 7.22845 21.651 6.49567 22.2125 5.65605Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

3
theme_upshift/static/src/img/icons/footer/youtube-fill.svg

@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884V11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991H11.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

6
theme_upshift/static/src/img/icons/line/add-browser.svg

@ -0,0 +1,6 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 6a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v7a1 1 0 1 1-2 0v-2H4v7a1 1 0 0 0 1 1h6a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V6Zm2 3h16V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v3Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M17 13a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path d="M7 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
<path d="M10 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
</svg>

After

Width:  |  Height:  |  Size: 574 B

4
theme_upshift/static/src/img/icons/line/add-circle.svg

@ -0,0 +1,4 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12 6a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M12 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 424 B

6
theme_upshift/static/src/img/icons/line/add-desktop.svg

@ -0,0 +1,6 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M6 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2a1 1 0 1 1 2 0v2a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h5a1 1 0 1 1 0 2H6Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18 2a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0V7h-2a1 1 0 1 1 0-2h2V3a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M12 15a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M7 20a1 1 0 0 1 1-1h8a1 1 0 1 1 0 2H8a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 676 B

5
theme_upshift/static/src/img/icons/line/add-email.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M20.8 6.4a1 1 0 0 1-.2 1.4l-6.2 4.65a4 4 0 0 1-4.8 0L3.4 7.8a1 1 0 1 1 1.2-1.6l6.2 4.65a2 2 0 0 0 2.4 0l6.2-4.65a1 1 0 0 1 1.4.2Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M2 7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v5a1 1 0 1 1-2 0V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V7Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18.5 13a1 1 0 0 1 1 1v1.5H21a1 1 0 1 1 0 2h-1.5V19a1 1 0 1 1-2 0v-1.5H16a1 1 0 1 1 0-2h1.5V14a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 655 B

4
theme_upshift/static/src/img/icons/line/add-file.svg

@ -0,0 +1,4 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8 4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h3a1 1 0 1 1 0 2H8a4 4 0 0 1-4-4V6a4 4 0 0 1 4-4h5.5a1 1 0 0 1 .715.3l5.5 5.626a1 1 0 0 1 .285.699v3.188a1 1 0 1 1-2 0V9.624h-3.5a2 2 0 0 1-2-2V4H8Zm6.5 1.453 2.124 2.172H14.5V5.453Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M17 14a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 537 B

4
theme_upshift/static/src/img/icons/line/add-folder.svg

@ -0,0 +1,4 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h4.586A2 2 0 0 1 11 4.586L12.414 6H19a3 3 0 0 1 3 3v2a1 1 0 1 1-2 0V9a1 1 0 0 0-1-1h-7a1 1 0 0 1-.707-.293L9.586 6H5Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18 13a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 520 B

5
theme_upshift/static/src/img/icons/line/add-layer-1.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 10a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4v-8Zm4-2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2H6Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M10 10a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H7a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M6 3a1 1 0 0 1 1-1h11a4 4 0 0 1 4 4v11a1 1 0 1 1-2 0V6a2 2 0 0 0-2-2H7a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 604 B

5
theme_upshift/static/src/img/icons/line/add-layer.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6Zm4-2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M21 6a1 1 0 0 1 1 1v11a4 4 0 0 1-4 4H7a1 1 0 1 1 0-2h11a2 2 0 0 0 2-2V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M10 6a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2H7a1 1 0 1 1 0-2h2V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 600 B

4
theme_upshift/static/src/img/icons/line/add-note.svg

@ -0,0 +1,4 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M11 4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4v7a1 1 0 0 1-.322.735l-6.5 6A1 1 0 0 1 13.5 21H7a4 4 0 0 1-4-4v-5a1 1 0 1 1 2 0v5a2 2 0 0 0 2 2h5.5v-3a3 3 0 0 1 3-3H19V7a2 2 0 0 0-2-2h-5a1 1 0 0 1-1-1Zm6.442 11H15.5a1 1 0 0 0-1 1v1.716L17.442 15Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M7 3a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2H8v2a1 1 0 1 1-2 0V8H4a1 1 0 0 1 0-2h2V4a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 547 B

6
theme_upshift/static/src/img/icons/line/add-payment-card.svg

@ -0,0 +1,6 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 8a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v4.5a1 1 0 1 1-2 0V8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h8a1 1 0 1 1 0 2H5a3 3 0 0 1-3-3V8Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18.5 14a1 1 0 0 1 1 1v1.5H21a1 1 0 1 1 0 2h-1.5V20a1 1 0 1 1-2 0v-1.5H16a1 1 0 1 1 0-2h1.5V15a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M2 10a1 1 0 0 1 1-1h17.5a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M6 15a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 693 B

5
theme_upshift/static/src/img/icons/line/add-photo-camera.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10.75 5a1 1 0 0 0-.8.4L8.9 6.8A3 3 0 0 1 6.5 8H5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-7a1 1 0 1 1 2 0v7a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h1.5a1 1 0 0 0 .8-.4l1.05-1.4a3 3 0 0 1 2.4-1.2h2.5a1 1 0 1 1 0 2h-2.5Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18.5 3a1 1 0 0 1 1 1v1.5H21a1 1 0 1 1 0 2h-1.5V9a1 1 0 1 1-2 0V7.5H16a1 1 0 1 1 0-2h1.5V4a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M12 10a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-5 3a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 690 B

5
theme_upshift/static/src/img/icons/line/add-photo.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.759 3H13a1 1 0 1 1 0 2H8.8c-.857 0-1.439 0-1.889.038-.438.035-.663.1-.819.18a2 2 0 0 0-.874.874c-.08.156-.145.38-.18.819C5 7.361 5 7.943 5 8.8v6.4c0 .857 0 1.439.038 1.889.035.438.1.663.18.819a2 2 0 0 0 .874.874c.156.08.38.145.819.18C7.361 19 7.943 19 8.8 19h6.4c.857 0 1.439 0 1.889-.038.438-.035.663-.1.819-.18a2 2 0 0 0 .874-.874c.08-.156.145-.38.18-.819.037-.45.038-1.032.038-1.889V11a1 1 0 1 1 2 0v4.241c0 .805 0 1.47-.044 2.01-.046.563-.145 1.08-.392 1.565a4 4 0 0 1-1.748 1.748c-.485.247-1.002.346-1.564.392-.541.044-1.206.044-2.01.044H8.758c-.805 0-1.47 0-2.01-.044-.563-.046-1.08-.145-1.565-.392a4 4 0 0 1-1.748-1.748c-.247-.485-.346-1.002-.392-1.564C3 16.71 3 16.046 3 15.242V8.758c0-.805 0-1.47.044-2.01.046-.563.145-1.08.392-1.565a4 4 0 0 1 1.748-1.748c.485-.247 1.002-.346 1.564-.392C7.29 3 7.954 3 8.758 3Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M7.586 11a2 2 0 0 1 2.828 0L13 13.586l2.086-2.086a2 2 0 0 1 2.828 0l2.793 2.793a1 1 0 0 1-1.414 1.414L16.5 12.914 14.414 15l1.543 1.543a1 1 0 0 1-1.414 1.414L9 12.414l-4.293 4.293a1 1 0 0 1-1.414-1.414L7.586 11Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M18.5 2a1 1 0 0 1 1 1v1.5H21a1 1 0 1 1 0 2h-1.5V8a1 1 0 1 1-2 0V6.5H16a1 1 0 1 1 0-2h1.5V3a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

3
theme_upshift/static/src/img/icons/line/add.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12 6a1 1 0 0 1 1 1v4h4a1 1 0 1 1 0 2h-4v4a1 1 0 1 1-2 0v-4H7a1 1 0 1 1 0-2h4V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 258 B

6
theme_upshift/static/src/img/icons/line/alarm.svg

@ -0,0 +1,6 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12 6a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm-9 7a9 9 0 1 1 18 0 9 9 0 0 1-18 0Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M12 8a1 1 0 0 1 1 1v3.465l2.555 1.703a1 1 0 0 1-1.11 1.664l-3-2A1 1 0 0 1 11 13V9a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M17.293 2.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M6.707 2.293a1 1 0 0 0-1.414 0l-3 3a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0 0-1.414Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 670 B

5
theme_upshift/static/src/img/icons/line/album.svg

@ -0,0 +1,5 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M2 6a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V6Zm4-2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H6Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M21 6a1 1 0 0 1 1 1v11a4 4 0 0 1-4 4H7a1 1 0 1 1 0-2h11a2 2 0 0 0 2-2V7a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path>
<path fill-rule="evenodd" d="M5.96 8a2 2 0 0 1 2.83 0l2.085 2.086 1.648-1.649a2 2 0 0 1 2.829 0l2.355 2.356a1 1 0 0 1-1.414 1.414l-2.355-2.355-1.649 1.648 1.262 1.261a1 1 0 0 1-1.414 1.415L7.375 9.414l-3.668 3.668a1 1 0 0 1-1.414-1.414L5.96 8Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 720 B

3
theme_upshift/static/src/img/icons/line/align-center.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm2 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Zm-2 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm2 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 373 B

3
theme_upshift/static/src/img/icons/line/align-from-left.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Zm12.293 4.293a1 1 0 0 1 1.414 0l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L17.586 13H8a1 1 0 1 1 0-2h9.586l-1.293-1.293a1 1 0 0 1 0-1.414Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 360 B

3
theme_upshift/static/src/img/icons/line/align-from-right.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M20 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1ZM7.707 8.293a1 1 0 0 1 0 1.414L6.414 11H16a1 1 0 1 1 0 2H6.414l1.293 1.293a1 1 0 1 1-1.414 1.414l-3-3a1 1 0 0 1 0-1.414l3-3a1 1 0 0 1 1.414 0Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 359 B

3
theme_upshift/static/src/img/icons/line/align-horizontal-center.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M12 3a1 1 0 0 1 1 1h2a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v2h4a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-4a1 1 0 1 1-2 0H7a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h4v-2H9a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2a1 1 0 0 1 1-1ZM9 6v3h6V6H9Zm-2 9v3h10v-3H7Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 385 B

3
theme_upshift/static/src/img/icons/line/align-horizontal-left.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 3a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1Zm3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5Zm8 0H9v4h6V5ZM7 15a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2v-4Zm12 0H9v4h10v-4Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 386 B

3
theme_upshift/static/src/img/icons/line/align-horizontal-right.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M7 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2V5Zm8 0H9v4h6V5Zm5-2a1 1 0 0 1 1 1v16a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1ZM3 15a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4Zm12 0H5v4h10v-4Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 386 B

3
theme_upshift/static/src/img/icons/line/align-justify.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 372 B

3
theme_upshift/static/src/img/icons/line/align-left.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 372 B

3
theme_upshift/static/src/img/icons/line/align-right.svg

@ -0,0 +1,3 @@
<svg width="48" height="48" fill="#2d0b0b" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4 6a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm4 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm-4 4a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H5a1 1 0 0 1-1-1Zm4 4a1 1 0 0 1 1-1h10a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Z" clip-rule="evenodd"></path>
</svg>

After

Width:  |  Height:  |  Size: 373 B

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

Loading…
Cancel
Save