Browse Source

Nov 30: [ADD] Initial commit 'theme_blast'

pull/358/head
Cybrosys Technologies 5 months ago
parent
commit
3511b1e732
  1. 45
      theme_blast/README.rst
  2. 24
      theme_blast/__init__.py
  3. 93
      theme_blast/__manifest__.py
  4. 23
      theme_blast/controllers/__init__.py
  5. 81
      theme_blast/controllers/theme_blast.py
  6. 9
      theme_blast/data/blast_configuration_data.xml
  7. 6
      theme_blast/doc/RELEASE_NOTES.md
  8. 27
      theme_blast/models/__init__.py
  9. 36
      theme_blast/models/asked_questions.py
  10. 51
      theme_blast/models/blast_configuration.py
  11. 36
      theme_blast/models/ir_module_module.py
  12. 32
      theme_blast/models/res_partner.py
  13. 33
      theme_blast/models/theme_utils.py
  14. 3
      theme_blast/security/ir.model.access.csv
  15. BIN
      theme_blast/static/description/icon.png
  16. 10
      theme_blast/static/description/img/arrows-repeat.svg
  17. 66
      theme_blast/static/description/img/banner-bg-1.svg
  18. BIN
      theme_blast/static/description/img/banner.jpg
  19. BIN
      theme_blast/static/description/img/banner1.png
  20. BIN
      theme_blast/static/description/img/best_deals.png
  21. BIN
      theme_blast/static/description/img/best_products.png
  22. BIN
      theme_blast/static/description/img/cards1.png
  23. BIN
      theme_blast/static/description/img/cards2.png
  24. 10
      theme_blast/static/description/img/check.svg
  25. BIN
      theme_blast/static/description/img/choose.png
  26. BIN
      theme_blast/static/description/img/choose_snippet.png
  27. 13
      theme_blast/static/description/img/feature-star.svg
  28. 10
      theme_blast/static/description/img/gear.svg
  29. BIN
      theme_blast/static/description/img/gif.gif
  30. 12
      theme_blast/static/description/img/hire-odoo.svg
  31. 13
      theme_blast/static/description/img/life-ring-icon.svg
  32. 4
      theme_blast/static/description/img/odoo-consultancy.svg
  33. 3
      theme_blast/static/description/img/odoo-licencing.svg
  34. 9
      theme_blast/static/description/img/patter.svg
  35. BIN
      theme_blast/static/description/img/phone-screenshots.jpg
  36. 10
      theme_blast/static/description/img/puzzle-piece-icon.svg
  37. 28
      theme_blast/static/description/img/screenshot-1.svg
  38. BIN
      theme_blast/static/description/img/screenshot-2.png
  39. BIN
      theme_blast/static/description/img/screenshot-3.png
  40. BIN
      theme_blast/static/description/img/screenshot-4.png
  41. 9
      theme_blast/static/description/img/screenshot-5.svg
  42. BIN
      theme_blast/static/description/img/screenshot-img.png
  43. BIN
      theme_blast/static/description/img/screenshot-main.png
  44. BIN
      theme_blast/static/description/img/theme-blast-thumbnail.jpg
  45. 10
      theme_blast/static/description/img/translate.svg
  46. BIN
      theme_blast/static/description/img/v17-icon.png
  47. 10
      theme_blast/static/description/img/wrench-icon.svg
  48. 663
      theme_blast/static/description/index.html
  49. 7
      theme_blast/static/src/css/animate.min.css
  50. 2200
      theme_blast/static/src/css/custom_style.css
  51. 6
      theme_blast/static/src/css/owl.carousel.min.css
  52. 6
      theme_blast/static/src/css/owl.theme.default.min.css
  53. 276
      theme_blast/static/src/css/style.css
  54. 31
      theme_blast/static/src/css/style.css.map
  55. BIN
      theme_blast/static/src/img/Logo/Logo.png
  56. BIN
      theme_blast/static/src/img/about/abt1.jpg
  57. BIN
      theme_blast/static/src/img/about/abt2.jpg
  58. BIN
      theme_blast/static/src/img/banner/DJ_Blurred_2.mov
  59. BIN
      theme_blast/static/src/img/banner/as.jpg
  60. BIN
      theme_blast/static/src/img/banner/banner-left.png
  61. BIN
      theme_blast/static/src/img/banner/bg.jpg
  62. BIN
      theme_blast/static/src/img/banner/faq-bg.jpg
  63. BIN
      theme_blast/static/src/img/banner/video.mp4
  64. BIN
      theme_blast/static/src/img/compare/1.jpg
  65. BIN
      theme_blast/static/src/img/compare/2.jpg
  66. BIN
      theme_blast/static/src/img/compare/3.jpg
  67. BIN
      theme_blast/static/src/img/compare/4.jpg
  68. BIN
      theme_blast/static/src/img/cybrosys/1.jpg
  69. BIN
      theme_blast/static/src/img/cybrosys/2.jpg
  70. BIN
      theme_blast/static/src/img/cybrosys/3.jpg
  71. BIN
      theme_blast/static/src/img/cybrosys/4.jpg
  72. BIN
      theme_blast/static/src/img/cybrosys/5.jpg
  73. BIN
      theme_blast/static/src/img/cybrosys/63475.jpg
  74. BIN
      theme_blast/static/src/img/deals/deal.jpg
  75. BIN
      theme_blast/static/src/img/faq/faq.jpg
  76. BIN
      theme_blast/static/src/img/faq/faq.png
  77. BIN
      theme_blast/static/src/img/feature/feature.jpg
  78. 43
      theme_blast/static/src/img/icons/about details/bass.svg
  79. 34
      theme_blast/static/src/img/icons/about details/bluetooth(1).svg
  80. 2
      theme_blast/static/src/img/icons/about details/ear-protection.svg
  81. 2
      theme_blast/static/src/img/icons/about/headphone.svg
  82. 53
      theme_blast/static/src/img/icons/about/paint.svg
  83. 2
      theme_blast/static/src/img/icons/about/radio.svg
  84. 48
      theme_blast/static/src/img/icons/about/support.svg
  85. 2
      theme_blast/static/src/img/icons/about/technical-support.svg
  86. 36
      theme_blast/static/src/img/icons/about/thumb-up-sign.svg
  87. 2
      theme_blast/static/src/img/icons/choose/1-year.svg
  88. 2
      theme_blast/static/src/img/icons/choose/free-shipping.svg
  89. 2
      theme_blast/static/src/img/icons/choose/online-support.svg
  90. 41
      theme_blast/static/src/img/icons/choose/refund.svg
  91. 2
      theme_blast/static/src/img/icons/contact/call.svg
  92. 48
      theme_blast/static/src/img/icons/contact/map.svg
  93. 53
      theme_blast/static/src/img/icons/contact/message.svg
  94. 41
      theme_blast/static/src/img/icons/feature/battery.svg
  95. 38
      theme_blast/static/src/img/icons/feature/circular-headphones-side-view.svg
  96. 2
      theme_blast/static/src/img/icons/feature/control.svg
  97. 2
      theme_blast/static/src/img/icons/feature/equalizer.svg
  98. 39
      theme_blast/static/src/img/icons/feature/infinite-sign.svg
  99. 2
      theme_blast/static/src/img/icons/feature/water-proof.svg
  100. 37
      theme_blast/static/src/img/icons/star.svg

45
theme_blast/README.rst

@ -0,0 +1,45 @@
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
Theme Blast
===========
* Theme Blast module provide attractive and unique front end theme mainly
suitable for eCommerce website
License
-------
General Public License, Version 3 (AGPL v3).
(https://www.gnu.org/licenses/agpl-3.0-standalone.html)
Company
-------
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__
Credits
-------
Developers: (V17) Jumana Haseen,
(V18) Athira K
Contact: odoo@cybrosys.com
Contacts
--------
* Mail Contact : odoo@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>`__

24
theme_blast/__init__.py

@ -0,0 +1,24 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from . import controllers
from . import models

93
theme_blast/__manifest__.py

@ -0,0 +1,93 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
{
'name': 'Theme Blast',
'version': '18.0.1.0.0',
'category': 'Theme/Corporate',
'summary': 'Theme Blast makes the website more unique and attractive'
' through its style and custom-designed snippet',
'description': 'Theme Blast Front-end theme provides Structural snippets'
' like Features, Subscribe, Choose , Cards, Banner and'
' Dynamic content snippets ',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',
'website': 'https://www.cybrosys.com',
'depends': ['web', 'website_sale', 'website_mass_mailing'],
'data': [
'data/blast_configuration_data.xml',
'security/ir.model.access.csv',
'views/blast_configuration_views.xml',
'views/asked_questions_views.xml',
'views/res_partner_views.xml',
'views/snippets/snippets_templates.xml',
'views/snippets/asked_questions_templates.xml',
'views/snippets/banner_templates.xml',
'views/snippets/testimonial_templates.xml',
'views/snippets/choose_templates.xml',
'views/snippets/best_deal_templates.xml',
'views/snippets/best_products_carousal_templates.xml',
'views/snippets/cards_templates.xml',
'views/snippets/features_templates.xml',
'views/snippets/subscribe_templates.xml',
'views/theme_blast_templates.xml'
],
'assets': {
'web.assets_frontend': [
'https://code.jquery.com/jquery-3.1.0.js',
'theme_blast/static/src/css/owl.carousel.min.css',
'theme_blast/static/src/css/style.css',
'theme_blast/static/src/css/owl.theme.default.min.css',
'theme_blast/static/src/scss/_variables.scss',
'theme_blast/static/src/scss/_normalize.scss',
'theme_blast/static/src/css/owl.carousel.min.css',
'theme_blast/static/src/scss/components/_buttons.scss',
'theme_blast/static/src/scss/layout/_navigation.scss',
'theme_blast/static/src/scss/layout/_banner.scss',
'theme_blast/static/src/scss/layout/_product.scss',
'theme_blast/static/src/scss/layout/_footer.scss',
'theme_blast/static/src/scss/pages/home/_about.scss',
'theme_blast/static/src/scss/pages/home/_feature.scss',
'theme_blast/static/src/scss/pages/home/_deal.scss',
'theme_blast/static/src/scss/pages/home/_choose.scss',
'theme_blast/static/src/scss/pages/home/_testimonial.scss',
'theme_blast/static/src/scss/pages/home/_subscribe.scss',
'theme_blast/static/src/scss/pages/home/_faq.scss',
'theme_blast/static/src/js/snippets/best_deal/best_deal.js',
'theme_blast/static/src/js/snippets/best_products_carousel/best_products_carousal.js',
'theme_blast/static/src/js/snippets/testimonial/testimonial.js',
'theme_blast/static/src/js/owl.carousel.min.js',
'theme_blast/static/src/js/scroll.js',
'theme_blast/static/src/js/snippets/subscribe/subscribe.js',
'theme_blast/static/src/js/snippets/asked_questions/asked_questions.js',
]
},
'images': [
'static/description/img/banner.jpg',
'static/description/img/theme-blast-thumbnail.jpg',
],
'license': 'AGPL-3',
'installable': True,
'application': False,
'auto_install': False,
}

23
theme_blast/controllers/__init__.py

@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from . import theme_blast

81
theme_blast/controllers/theme_blast.py

@ -0,0 +1,81 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import http
from odoo.http import request
class BestSnippet(http.Controller):
"""Class BestSnippet that inherits from http.Controller. """
@http.route('/get_product', auth='public', type='json', website=True)
def get_products(self):
"""Controller to reflect chosen product in 'Best Deal' snippet"""
blast_configuration = request.env.ref(
'theme_blast.blast_configuration_data')
response = \
http.Response(template='theme_blast.best_deal_template',
qcontext={
'product_id': blast_configuration.best_deal_id,
})
return response.render()
@http.route('/get_product_snippet', auth='public', type='json',
website=True)
def get_best_products(self):
"""Controller to reflect chosen products in 'Best Products Carousel'
snippet"""
blast_configuration = request.env.ref(
'theme_blast.blast_configuration_data')
response = http.Response(
template='theme_blast.best_product_carousel_snippet',
qcontext={'products': blast_configuration.best_products_ids})
return response.render()
@http.route('/get_asked_questions', auth='public', type='json',
website=True)
def get_asked_questions(self):
"""Controller to reflect asked questions in 'Asked questions'
snippet"""
blast_configuration = request.env.ref(
'theme_blast.blast_configuration_data')
response = http.Response(
template='theme_blast.asked_questions_template',
qcontext={
'asked_questions': blast_configuration.asked_questions_ids})
return response.render()
@http.route('/get_testimonial', auth='public', type='json', website=True)
def get_testimonial(self):
"""Controller to reflect partner feedback in 'Testimonial' snippet"""
partners = request.env['res.partner'].search(
[('is_published', '=', 'True')])
response = http.Response(template='theme_blast.testimonials_snippet',
qcontext={'partners': partners})
return response.render()
@http.route('/get_countdown', auth='public', type='json', website=True)
def get_countdown(self):
"""Used to reflect sale end date in 'Best Deal' snippet"""
blast_configuration = request.env.ref(
'theme_blast.blast_configuration_data')
return blast_configuration.date_end

9
theme_blast/data/blast_configuration_data.xml

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<data noupdate="1">
<!-- Creating demo record in blast.configuration -->
<record id="blast_configuration_data" model="blast.configuration">
<field name="name">Blast Configuration</field>
</record>
</data>
</odoo>

6
theme_blast/doc/RELEASE_NOTES.md

@ -0,0 +1,6 @@
## Module <theme_blast>
#### 30.11.2024
#### Version 18.0.1.0.0
##### ADD
- Initial Commit for Theme Blast

27
theme_blast/models/__init__.py

@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from . import asked_questions
from . import blast_configuration
from . import ir_module_module
from . import res_partner
from . import theme_utils

36
theme_blast/models/asked_questions.py

@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import fields, models
class AskedQuestions(models.Model):
"""Contains fields for questions&answer and co-model in
blast_configuration"""
_name = 'asked.questions'
_description = 'Asked Questions'
_rec_name = 'blast_configuration_id'
question = fields.Text(help="Add questions to display")
answer = fields.Text(help="Add answers for the questions")
blast_configuration_id = fields.Many2one('blast.configuration',
help="Blast Configuration")

51
theme_blast/models/blast_configuration.py

@ -0,0 +1,51 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import fields, models
class BlastConfiguration(models.Model):
"""Contains fields to add needed values for snippets"""
_name = 'blast.configuration'
_description = 'Blast Configuration'
name = fields.Char(help="Name of the Configuration.")
best_deal_id = fields.Many2one('product.product',
string="Best deal",
domain="[('sale_ok', '=', True)]",
help="Choose products to display as "
"Best Deal product")
date_start = fields.Datetime(string='Start Date',
default=fields.Datetime.now(),
help="Choose date to start the Deal")
date_end = fields.Datetime(string='End Date',
help="Choose date to end the Deal")
best_products_ids = fields.Many2many('product.product',
string="Best Products",
help="Choose multiple products "
"to display as Best Products",
domain="[('sale_ok', '=', True)]")
asked_questions_ids = fields.One2many('asked.questions',
'blast_configuration_id',
string="Questions And Answers",
help="Questions and corresponding "
"answers.")

36
theme_blast/models/ir_module_module.py

@ -0,0 +1,36 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import models
class IrModuleModule(models.Model):
"""Inherits model 'ir.module.module'"""
_inherit = 'ir.module.module'
def _theme_load(self, website):
"""Load snippets"""
res = super()._theme_load(website)
homepage = website.homepage_url
if homepage:
homepage.header_overlay = True
return res

32
theme_blast/models/res_partner.py

@ -0,0 +1,32 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import fields, models
class ResPartner(models.Model):
"""Contain field to add customer feedback for Testimonial Snippet"""
_inherit = 'res.partner'
is_published = fields.Boolean(string='To Publish',
help="Enable to publish partner message")
message = fields.Text(help="Partner message")

33
theme_blast/models/theme_utils.py

@ -0,0 +1,33 @@
# -*- coding: utf-8 -*-
#############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright(C) 2024-TODAY Cybrosys Techno Solutions
# (<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
#
# You can modify it under the terms of the GNU AFFERO
# GENERAL PUBLIC LICENSE (AGPL v3), Version 3.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details
#
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
# (AGPL v3) along with this program.
# If not, see <https://www.gnu.org/licenses/>.
#
#############################################################################
from odoo import models
class ThemeUtils(models.AbstractModel):
"""Inherits model 'theme.utils'"""
_inherit = 'theme.utils'
def _theme_blast_post_copy(self, mod):
"""Reinitialize templates"""
self.disable_view('website.placeholder_header_call_to_action')
self.enable_view('website.template_header_default_align_right')

3
theme_blast/security/ir.model.access.csv

@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_blast_configuration_user,access_blast_configuration,model_blast_configuration,base.group_user,1,1,1,1
access_asked_questions_user,access_asked_questions,model_asked_questions,base.group_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_blast_configuration_user access_blast_configuration model_blast_configuration base.group_user 1 1 1 1
3 access_asked_questions_user access_asked_questions model_asked_questions base.group_user 1 1 1 1

BIN
theme_blast/static/description/icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

10
theme_blast/static/description/img/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

66
theme_blast/static/description/img/banner-bg-1.svg

@ -0,0 +1,66 @@
<svg width="1408" height="694" viewBox="0 0 1408 694" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_2133_160)">
<rect width="1408" height="694" rx="32" fill="url(#paint0_linear_2133_160)"/>
<g clip-path="url(#clip1_2133_160)">
<g opacity="0.3" clip-path="url(#clip2_2133_160)">
<g clip-path="url(#clip3_2133_160)">
<path d="M356.462 674.053C353.888 671.48 353.887 668.9 356.457 666.329C353.887 668.9 351.307 668.898 348.734 666.325C351.307 668.898 351.309 671.478 348.738 674.049C351.309 671.478 353.888 671.48 356.462 674.053ZM349.506 667.098C351.57 669.161 353.624 669.162 355.686 667.101C353.624 669.162 353.626 671.217 355.689 673.28C353.626 671.217 351.571 671.216 349.51 673.277C351.571 671.216 351.57 669.161 349.506 667.098Z" fill="#375DFB"/>
<path d="M395.06 635.455C392.487 632.881 392.485 630.301 395.056 627.73C392.485 630.301 389.906 630.3 387.332 627.726C389.906 630.3 389.907 632.88 387.336 635.45C389.907 632.88 392.487 632.881 395.06 635.455ZM388.105 628.499C390.168 630.563 392.223 630.564 394.284 628.502C392.223 630.564 392.224 632.618 394.288 634.682C392.224 632.618 390.17 632.617 388.108 634.678C390.17 632.617 390.168 630.563 388.105 628.499Z" fill="#375DFB"/>
<path d="M434.475 674.869C431.383 671.777 431.381 668.688 434.469 665.6C431.381 668.688 428.292 668.686 425.201 665.595C428.292 668.686 428.294 671.776 425.206 674.864C428.294 671.776 431.383 671.777 434.475 674.869ZM426.128 666.522C428.601 668.995 431.073 668.997 433.543 666.526C431.073 668.997 431.074 671.468 433.547 673.941C431.074 671.468 428.602 671.467 426.132 673.937C428.602 671.467 428.601 668.995 426.128 666.522Z" fill="#375DFB"/>
<path d="M433.659 596.856C431.085 594.282 431.084 591.703 433.655 589.132C431.084 591.703 428.504 591.701 425.931 589.128C428.504 591.701 428.506 594.281 425.935 596.852C428.506 594.281 431.085 594.282 433.659 596.856ZM426.703 589.901C428.767 591.964 430.821 591.965 432.883 589.904C430.821 591.965 430.823 594.02 432.886 596.083C430.823 594.02 428.768 594.019 426.707 596.08C428.768 594.019 428.767 591.964 426.703 589.901Z" fill="#375DFB"/>
<path d="M473.073 636.27C469.982 633.179 469.98 630.089 473.068 627.001C469.98 630.089 466.89 630.088 463.799 626.996C466.89 630.088 466.892 633.177 463.804 636.265C466.892 633.177 469.982 633.179 473.073 636.27ZM464.727 627.924C467.2 630.397 469.671 630.398 472.142 627.928C469.671 630.398 469.673 632.87 472.146 635.343C469.673 632.87 467.201 632.868 464.731 635.339C467.201 632.868 467.2 630.397 464.727 627.924Z" fill="#375DFB"/>
<path d="M512.487 675.684C508.878 672.075 508.876 668.476 512.481 664.871C508.876 668.476 505.277 668.474 501.668 664.865C505.277 668.474 505.279 672.073 501.674 675.678C505.279 672.073 508.878 672.075 512.487 675.684ZM502.75 665.947C505.632 668.829 508.521 668.831 511.4 665.952C508.521 668.831 508.523 671.72 511.405 674.602C508.523 671.72 505.634 671.718 502.754 674.598C505.634 671.718 505.632 668.829 502.75 665.947Z" fill="#375DFB"/>
<path d="M472.257 558.257C469.684 555.684 469.683 553.104 472.253 550.533C469.683 553.104 467.103 553.103 464.529 550.529C467.103 553.103 467.104 555.683 464.533 558.253C467.104 555.683 469.684 555.684 472.257 558.257ZM465.302 551.302C467.365 553.365 469.42 553.367 471.481 551.305C469.42 553.367 469.421 555.421 471.485 557.485C469.421 555.421 467.367 555.42 465.305 557.481C467.367 555.42 467.365 553.365 465.302 551.302Z" fill="#375DFB"/>
<path d="M511.672 597.672C508.58 594.58 508.579 591.491 511.666 588.403C508.579 591.491 505.489 591.489 502.398 588.398C505.489 591.489 505.491 594.579 502.403 597.666C505.491 594.579 508.58 594.58 511.672 597.672ZM503.325 589.325C505.798 591.798 508.27 591.8 510.74 589.329C508.27 591.8 508.271 594.271 510.744 596.744C508.271 594.271 505.799 594.27 503.329 596.74C505.799 594.27 505.798 591.798 503.325 589.325Z" fill="#375DFB"/>
<path d="M551.086 637.086C547.477 633.477 547.475 629.877 551.08 626.272C547.475 629.877 543.875 629.875 540.266 626.266C543.875 629.875 543.877 633.475 540.272 637.08C543.877 633.475 547.477 633.477 551.086 637.086ZM541.348 627.348C544.231 630.231 547.12 630.232 549.999 627.353C547.12 630.232 547.121 633.121 550.004 636.004C547.121 633.121 544.232 633.12 541.353 635.999C544.232 633.12 544.231 630.231 541.348 627.348Z" fill="#375DFB"/>
<path d="M590.5 676.5C586.381 672.381 586.379 668.256 590.493 664.142C586.379 668.256 582.254 668.254 578.135 664.135C582.254 668.254 582.256 672.379 578.142 676.493C582.256 672.379 586.381 672.381 590.5 676.5ZM579.371 665.371C582.671 668.671 585.962 668.673 589.258 665.377C585.962 668.673 585.963 671.964 589.263 675.263C585.963 671.964 582.673 671.962 579.377 675.258C582.673 671.962 582.671 668.671 579.371 665.371Z" fill="#375DFB"/>
<path d="M510.856 519.659C508.282 517.085 508.281 514.506 510.852 511.935C508.281 514.506 505.701 514.504 503.128 511.931C505.701 514.504 505.703 517.084 503.132 519.655C505.703 517.084 508.282 517.085 510.856 519.659ZM503.9 512.703C505.964 514.767 508.019 514.768 510.08 512.707C508.019 514.768 508.02 516.823 510.083 518.886C508.02 516.823 505.965 516.822 503.904 518.883C505.965 516.822 505.964 514.767 503.9 512.703Z" fill="#375DFB"/>
<path d="M550.27 559.073C547.179 555.982 547.177 552.892 550.265 549.804C547.177 552.892 544.087 552.89 540.996 549.799C544.087 552.89 544.089 555.98 541.001 559.068C544.089 555.98 547.179 555.982 550.27 559.073ZM541.924 550.727C544.397 553.2 546.868 553.201 549.339 550.731C546.868 553.201 546.87 555.673 549.343 558.146C546.87 555.673 544.398 555.671 541.928 558.142C544.398 555.671 544.397 553.2 541.924 550.727Z" fill="#375DFB"/>
<path d="M589.684 598.487C586.075 594.878 586.073 591.279 589.678 587.674C586.073 591.279 582.474 591.277 578.865 587.668C582.474 591.277 582.476 594.876 578.871 598.481C582.476 594.876 586.075 594.878 589.684 598.487ZM579.947 588.75C582.829 591.632 585.718 591.634 588.598 588.755C585.718 591.634 585.72 594.523 588.602 597.405C585.72 594.523 582.831 594.521 579.951 597.401C582.831 594.521 582.829 591.632 579.947 588.75Z" fill="#375DFB"/>
<path d="M549.454 481.06C546.881 478.487 546.879 475.907 549.45 473.336C546.879 475.907 544.3 475.906 541.726 473.332C544.3 475.906 544.301 478.485 541.73 481.056C544.301 478.485 546.881 478.487 549.454 481.06ZM542.499 474.105C544.562 476.168 546.617 476.17 548.678 474.108C546.617 476.17 546.618 478.224 548.682 480.288C546.618 478.224 544.564 478.223 542.502 480.284C544.564 478.223 544.562 476.168 542.499 474.105Z" fill="#375DFB"/>
<path d="M588.869 520.475C585.777 517.383 585.776 514.294 588.864 511.206C585.776 514.294 582.686 514.292 579.595 511.201C582.686 514.292 582.688 517.382 579.6 520.469C582.688 517.382 585.777 517.383 588.869 520.475ZM580.522 512.128C582.995 514.601 585.467 514.602 587.937 512.132C585.467 514.602 585.468 517.074 587.941 519.547C585.468 517.074 582.997 517.073 580.526 519.543C582.997 517.073 582.995 514.601 580.522 512.128Z" fill="#375DFB"/>
<path d="M588.053 442.462C585.48 439.888 585.478 437.308 588.049 434.738C585.478 437.308 582.898 437.307 580.325 434.734C582.898 437.307 582.9 439.887 580.329 442.458C582.9 439.887 585.48 439.888 588.053 442.462ZM581.098 435.506C583.161 437.57 585.216 437.571 587.277 435.51C585.216 437.571 585.217 439.626 587.28 441.689C585.217 439.626 583.162 439.624 581.101 441.686C583.162 439.624 583.161 437.57 581.098 435.506Z" fill="#375DFB"/>
<path d="M317.455 673.645C315.137 671.327 315.136 669.01 317.452 666.694C315.136 669.01 312.818 669.008 310.5 666.69C312.818 669.008 312.82 671.325 310.504 673.641C312.82 671.325 315.137 671.327 317.455 673.645ZM311.196 667.385C313.05 669.24 314.904 669.241 316.757 667.388C314.904 669.241 314.905 671.095 316.76 672.95C314.905 671.095 313.051 671.094 311.199 672.947C313.051 671.094 313.05 669.24 311.196 667.385Z" fill="#375DFB"/>
<path d="M356.054 635.047C353.736 632.728 353.734 630.411 356.05 628.095C353.734 630.411 351.417 630.41 349.099 628.091C351.417 630.41 351.418 632.727 349.102 635.043C351.418 632.727 353.736 632.728 356.054 635.047ZM349.794 628.787C351.649 630.642 353.503 630.643 355.355 628.79C353.503 630.643 353.504 632.496 355.358 634.351C353.504 632.496 351.65 632.495 349.797 634.348C351.65 632.495 351.649 630.642 349.794 628.787Z" fill="#375DFB"/>
<path d="M395.468 674.461C392.632 671.625 392.63 668.798 395.463 665.964C392.63 668.798 389.803 668.796 386.967 665.96C389.803 668.796 389.805 671.623 386.972 674.456C389.805 671.623 392.632 671.625 395.468 674.461ZM387.817 666.81C390.082 669.074 392.352 669.076 394.614 666.814C392.352 669.076 392.354 671.346 394.618 673.611C392.354 671.346 390.083 671.345 387.821 673.607C390.083 671.345 390.082 669.074 387.817 666.81Z" fill="#375DFB"/>
<path d="M394.653 596.448C392.334 594.13 392.333 591.813 394.649 589.497C392.333 591.813 390.016 591.811 387.697 589.493C390.016 591.811 390.017 594.128 387.701 596.444C390.017 594.128 392.334 594.13 394.653 596.448ZM388.393 590.188C390.247 592.043 392.101 592.044 393.954 590.191C392.101 592.044 392.102 593.898 393.957 595.753C392.102 593.898 390.248 593.897 388.396 595.75C390.248 593.897 390.247 592.043 388.393 590.188Z" fill="#375DFB"/>
<path d="M434.067 635.862C431.23 633.026 431.229 630.199 434.062 627.366C431.229 630.199 428.402 630.198 425.566 627.361C428.402 630.198 428.403 633.024 425.57 635.858C428.403 633.024 431.23 633.026 434.067 635.862ZM426.416 628.211C428.68 630.476 430.951 630.477 433.213 628.215C430.951 630.477 430.952 632.748 433.217 635.012C430.952 632.748 428.681 632.747 426.419 635.008C428.681 632.747 428.68 630.476 426.416 628.211Z" fill="#375DFB"/>
<path d="M473.481 675.277C470.135 671.93 470.133 668.578 473.475 665.235C470.133 668.578 466.78 668.576 463.434 665.23C466.78 668.576 466.782 671.928 463.44 675.271C466.782 671.928 470.135 671.93 473.481 675.277ZM464.439 666.235C467.121 668.916 469.793 668.918 472.472 666.239C469.793 668.918 469.794 671.59 472.476 674.272C469.794 671.59 467.122 671.589 464.443 674.267C467.122 671.589 467.121 668.916 464.439 666.235Z" fill="#375DFB"/>
<path d="M433.251 557.85C430.933 555.531 430.931 553.214 433.247 550.898C430.931 553.214 428.614 553.213 426.296 550.894C428.614 553.213 428.615 555.53 426.299 557.846C428.615 555.53 430.933 555.531 433.251 557.85ZM426.991 551.59C428.846 553.444 430.7 553.446 432.552 551.593C430.7 553.446 430.701 555.299 432.556 557.154C430.701 555.299 428.847 555.298 426.994 557.151C428.847 555.298 428.846 553.444 426.991 551.59Z" fill="#375DFB"/>
<path d="M472.665 597.264C469.829 594.428 469.827 591.601 472.661 588.767C469.827 591.601 467 591.599 464.164 588.763C467 591.599 467.002 594.426 464.169 597.259C467.002 594.426 469.829 594.428 472.665 597.264ZM465.014 589.613C467.279 591.877 469.549 591.879 471.811 589.617C469.549 591.879 469.551 594.149 471.815 596.414C469.551 594.149 467.28 594.148 465.018 596.41C467.28 594.148 467.279 591.877 465.014 589.613Z" fill="#375DFB"/>
<path d="M512.079 636.678C508.733 633.332 508.731 629.979 512.074 626.637C508.731 629.979 505.379 629.978 502.033 626.631C505.379 629.978 505.381 633.33 502.038 636.672C505.381 633.33 508.733 633.332 512.079 636.678ZM503.037 627.636C505.719 630.318 508.392 630.319 511.07 627.64C508.392 630.319 508.393 632.992 511.075 635.673C508.393 632.992 505.721 632.99 503.042 635.669C505.721 632.99 505.719 630.318 503.037 627.636Z" fill="#375DFB"/>
<path d="M551.494 676.092C547.629 672.228 547.627 668.366 551.487 664.506C547.627 668.366 543.765 668.364 539.901 664.5C543.765 668.364 543.767 672.226 539.908 676.086C543.767 672.226 547.629 672.228 551.494 676.092ZM541.06 665.659C544.152 668.75 547.241 668.752 550.329 665.664C547.241 668.752 547.243 671.842 550.334 674.933C547.243 671.842 544.153 671.84 541.066 674.928C544.153 671.84 544.152 668.75 541.06 665.659Z" fill="#375DFB"/>
<path d="M471.85 519.251C469.531 516.933 469.53 514.615 471.846 512.299C469.53 514.615 467.213 514.614 464.894 512.296C467.213 514.614 467.214 516.931 464.898 519.247C467.214 516.931 469.531 516.933 471.85 519.251ZM465.59 512.991C467.444 514.846 469.298 514.847 471.151 512.994C469.298 514.847 469.299 516.701 471.154 518.556C469.299 516.701 467.445 516.7 465.593 518.552C467.445 516.7 467.444 514.846 465.59 512.991Z" fill="#375DFB"/>
<path d="M511.264 558.665C508.428 555.829 508.426 553.002 511.259 550.169C508.426 553.002 505.599 553 502.763 550.164C505.599 553 505.601 555.827 502.767 558.661C505.601 555.827 508.428 555.829 511.264 558.665ZM503.613 551.014C505.877 553.279 508.148 553.28 510.41 551.018C508.148 553.28 508.149 555.551 510.414 557.815C508.149 555.551 505.878 555.55 503.617 557.811C505.878 555.55 505.877 553.279 503.613 551.014Z" fill="#375DFB"/>
<path d="M550.678 598.079C547.332 594.733 547.33 591.381 550.672 588.038C547.33 591.381 543.978 591.379 540.631 588.033C543.978 591.379 543.979 594.731 540.637 598.074C543.979 594.731 547.332 594.733 550.678 598.079ZM541.636 589.037C544.318 591.719 546.99 591.721 549.669 589.042C546.99 591.721 546.992 594.393 549.673 597.075C546.992 594.393 544.319 594.392 541.64 597.07C544.319 594.392 544.318 591.719 541.636 589.037Z" fill="#375DFB"/>
<path d="M590.092 637.494C586.228 633.63 586.226 629.768 590.086 625.908C586.226 629.768 582.364 629.765 578.5 625.901C582.364 629.765 582.366 633.627 578.506 637.487C582.366 633.627 586.228 633.63 590.092 637.494ZM579.659 627.061C582.75 630.152 585.84 630.154 588.928 627.066C585.84 630.154 585.842 633.243 588.933 636.334C585.842 633.243 582.752 633.241 579.664 636.329C582.752 633.241 582.75 630.152 579.659 627.061Z" fill="#375DFB"/>
<path d="M510.448 480.653C508.13 478.334 508.128 476.017 510.444 473.701C508.128 476.017 505.811 476.016 503.493 473.697C505.811 476.016 505.812 478.333 503.497 480.649C505.812 478.333 508.13 478.334 510.448 480.653ZM504.188 474.393C506.043 476.247 507.897 476.248 509.749 474.396C507.897 476.248 507.898 478.102 509.753 479.957C507.898 478.102 506.044 478.101 504.191 479.954C506.044 478.101 506.043 476.247 504.188 474.393Z" fill="#375DFB"/>
<path d="M549.862 520.067C547.026 517.231 547.024 514.403 549.858 511.57C547.024 514.403 544.197 514.402 541.361 511.566C544.197 514.402 544.199 517.229 541.366 520.062C544.199 517.229 547.026 517.231 549.862 520.067ZM542.211 512.416C544.476 514.68 546.747 514.681 549.008 512.42C546.747 514.681 546.748 516.952 549.012 519.217C546.748 516.952 544.477 516.951 542.215 519.213C544.477 516.951 544.476 514.68 542.211 512.416Z" fill="#375DFB"/>
<path d="M589.276 559.481C585.93 556.135 585.928 552.782 589.271 549.44C585.928 552.782 582.576 552.781 579.23 549.434C582.576 552.781 582.578 556.133 579.235 559.475C582.578 556.133 585.93 556.135 589.276 559.481ZM580.234 550.439C582.916 553.121 585.589 553.122 588.267 550.443C585.589 553.122 585.59 555.795 588.272 558.476C585.59 555.795 582.918 555.793 580.239 558.472C582.918 555.793 582.916 553.121 580.234 550.439Z" fill="#375DFB"/>
<path d="M549.047 442.054C546.728 439.735 546.727 437.418 549.043 435.102C546.727 437.418 544.41 437.417 542.091 435.099C544.41 437.417 544.411 439.734 542.095 442.05C544.411 439.734 546.728 439.735 549.047 442.054ZM542.787 435.794C544.642 437.649 546.495 437.65 548.348 435.797C546.495 437.65 546.496 439.504 548.351 441.358C546.496 439.504 544.643 439.503 542.79 441.355C544.643 439.503 544.642 437.649 542.787 435.794Z" fill="#375DFB"/>
<path d="M588.461 481.468C585.625 478.632 585.623 475.805 588.456 472.972C585.623 475.805 582.796 475.803 579.96 472.967C582.796 475.803 582.798 478.63 579.964 481.464C582.798 478.63 585.625 478.632 588.461 481.468ZM580.81 473.817C583.074 476.082 585.345 476.083 587.607 473.821C585.345 476.083 585.346 478.354 587.611 480.618C585.346 478.354 583.075 478.352 580.814 480.614C583.075 478.352 583.074 476.082 580.81 473.817Z" fill="#375DFB"/>
<path d="M587.645 403.455C585.327 401.137 585.325 398.82 587.641 396.504C585.325 398.82 583.008 398.818 580.69 396.5C583.008 398.818 583.01 401.136 580.694 403.452C583.01 401.136 585.327 401.137 587.645 403.455ZM581.385 397.196C583.24 399.05 585.094 399.051 586.947 397.199C585.094 399.051 585.095 400.905 586.95 402.76C585.095 400.905 583.241 400.904 581.388 402.757C583.241 400.904 583.24 399.05 581.385 397.196Z" fill="#375DFB"/>
</g>
</g>
</g>
<rect x="0.5" y="0.5" width="1407" height="693" rx="31.5" stroke="#D6E0FF"/>
</g>
<defs>
<linearGradient id="paint0_linear_2133_160" x1="704" y1="0" x2="704" y2="694" gradientUnits="userSpaceOnUse">
<stop stop-color="#E5EEFF"/>
<stop offset="1" stop-color="#F9FBFF"/>
</linearGradient>
<clipPath id="clip0_2133_160">
<rect width="1408" height="694" rx="32" fill="white"/>
</clipPath>
<clipPath id="clip1_2133_160">
<rect width="281" height="281" fill="white" transform="translate(311 397)"/>
</clipPath>
<clipPath id="clip2_2133_160">
<rect width="281" height="281" fill="white" transform="translate(310.5 396.5)"/>
</clipPath>
<clipPath id="clip3_2133_160">
<rect width="281" height="281" fill="white" transform="translate(310.5 396.5)"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 16 KiB

BIN
theme_blast/static/description/img/banner.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

BIN
theme_blast/static/description/img/banner1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 592 KiB

BIN
theme_blast/static/description/img/best_deals.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
theme_blast/static/description/img/best_products.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
theme_blast/static/description/img/cards1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

BIN
theme_blast/static/description/img/cards2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 KiB

10
theme_blast/static/description/img/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_blast/static/description/img/choose.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

BIN
theme_blast/static/description/img/choose_snippet.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

13
theme_blast/static/description/img/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_blast/static/description/img/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_blast/static/description/img/gif.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 168 KiB

12
theme_blast/static/description/img/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_blast/static/description/img/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

4
theme_blast/static/description/img/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_blast/static/description/img/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_blast/static/description/img/patter.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 23 KiB

BIN
theme_blast/static/description/img/phone-screenshots.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 KiB

10
theme_blast/static/description/img/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

28
theme_blast/static/description/img/screenshot-1.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 151 KiB

BIN
theme_blast/static/description/img/screenshot-2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
theme_blast/static/description/img/screenshot-3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
theme_blast/static/description/img/screenshot-4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB

9
theme_blast/static/description/img/screenshot-5.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 258 KiB

BIN
theme_blast/static/description/img/screenshot-img.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

BIN
theme_blast/static/description/img/screenshot-main.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

BIN
theme_blast/static/description/img/theme-blast-thumbnail.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

10
theme_blast/static/description/img/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_blast/static/description/img/v17-icon.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

10
theme_blast/static/description/img/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

663
theme_blast/static/description/index.html

@ -0,0 +1,663 @@
<!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:#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="./img/banner.jpg" class="img-fluid" style="border-radius: 16px; width:1300px;">
</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>
<p style="color: #999;
text-align: center;
font-size: 15.625px;
font-style: normal;
font-weight: 400;
line-height: 25.6px;">info includes 300+ elements that you may need to create website without
external plugins.</p>
</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="./img/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;">Attractive snippets</a></h4>
<p style=" font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;"> Design: Unique and Attractive custom-designed snippets.</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="./img/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;">Fast loading</a></h4>
<p style="font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;"> Fast loading times:This theme loads all of its features more quickly than other designs.</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="./img/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;">Responsive Design</a></h4>
<p style="font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;"> Responsive Design:Different resolution devices can be used by users to watch websites. </p>
</div>
</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="./img/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;">One Click Installation</a></h4>
<p style="font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #212529;"> This mode is significantly easier than
others because Odoo makes One Click Installation feasible. </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;">Showcase Your Products in Style</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Present your products beautifully
with Odoo’s sleek product views.
Utilize detailed image galleries and clean layouts to
captivate customers and enhance their shopping experience,
driving sales effortlessly.</p>
</div>
<div class="mt-5">
<img src="./img/best_products.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-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;">Shop Smart</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Browse through our stunning product displays and enjoy a smooth,
intuitive shopping experience. </p>
</div>
<div class="mt-5">
<img src="./img/cards1.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;">Explore Our Collection</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Discover your next favorite product
with beautifully designed product cards.</p>
</div>
<div class="mt-5">
<img src="./img/cards2.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;">Unbeatable Deals</h3>
<p class="des" style="color: #c7c7c7;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;">Elevate your brand with a beautifully crafted theme that adapts perfectly to any device.</p>
</div>
<div class=" mt-5" style="--aspect-ratioapt: 872/443;">
<img src="./img/best_deals.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%;">Stunning Pages, </span><br>
<span style="color: #212121;
font-weight: 700;
display: inline-block;
width: 100%;">Seamless Experience</span>
</h4>
<div class="mt-4">
<p style="color: #444; font-size: 16px;
font-weight: 400;
line-height: 1.5;">Design beautiful, responsive pages that captivate
visitors and enhance their shopping experience.
With easy customization and smooth navigation,
your store will shine on every device.</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="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Fully Customizable Layouts</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img src="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Mobile-Optimized Design</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img src="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">High-Quality Image Integration</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img src="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Fast, Smooth Navigation</span></li>
</ul>
</div>
</div>
</div>
<div class="col col-12 col-md-12 col-lg-6">
<div>
<div>
<img class="img-fluid" src="./img/banner1.png" style="
border-radius: 20px;
">
</div>
</div>
</div>
</div>
</section>
<!-- 2 -->
<section class=""
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>
<div>
<img class="img-fluid" src="./img/choose.png" style="
border-radius: 20px; height:400px;
">
</div>
</div>
</div>
<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%;">Fully Responsive</span><br>
<span style="color: #212121;
font-weight: 700;
display: inline-block;
width: 100%;">Layout</span>
</h4>
<div class="mt-4">
<p style="color: #444; font-size: 16px;
font-weight: 400;
line-height: 1.5;">Now take advantage of everything your dashboard has to offer even on the go. Our
design are now fully responsive, enabling you to view and manage everything from the comfort of your
mobile device.</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="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Interactive Elements</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img src="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;"> Fast Loading Speed</span></li>
<li style="list-style: none;" class="d-flex align-items-center gap-2"><img src="./img/check.svg"
style="width: 24px;"><span style=" color: #444;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px;">Customizable Fonts and Colors</span></li>
</ul>
</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="./img/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="./img/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="./img/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="./img/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="./img/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="./img/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="./img/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="./img/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>

7
theme_blast/static/src/css/animate.min.css

File diff suppressed because one or more lines are too long

2200
theme_blast/static/src/css/custom_style.css

File diff suppressed because it is too large

6
theme_blast/static/src/css/owl.carousel.min.css

@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

6
theme_blast/static/src/css/owl.theme.default.min.css

@ -0,0 +1,6 @@
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

276
theme_blast/static/src/css/style.css

@ -0,0 +1,276 @@
.section_heading{
text-align: center;
margin-top: 30px;
}
.section_heading hr{
margin-left: 40%;
margin-right:40%
}
.container{
margin-bottom:50px;
}
.navbar {
background: white !important;
}
#wrapper_refund {
margin-top: 25px;
}
#wrapper{
margin-bottom:20px;
}
.choose .choose_contents .choose_right {
padding-top: 20px;
}
.choose .choose_contents .choose_right .wrapper .img_wrapper {
max-width: 100px;
margin-bottom: 20px;
}
.choose .choose_contents .choose_right .wrapper .img_wrapper img {
width: 100%;
padding-top: 20px;
}
.choose .choose_contents .choose_right .wrapper h5 {
padding-top: 20px;
text-align: center;
}
.choose .choose_contents .choose_right .wrapper .wht {
color: #fff;
}
.choose .choose_contents .choose_right .top_m {
margin-top: -25px;
background-color: #5FED83;
}
#footer_logo {
margin-top: 30px;
}
.owl-nav disabled{
margin-bottom:50px;
}
.gap{
padding-top:30px;
padding-bottom:50px;
}
.gap2{
padding-top:50px;
}
.best-product{
margin-top:-40px;
}
.product .product_content .wrapper .product_img img {
width:66% !important;
}
.product .product_content .wrapper h4, .product .product_content .wrapper .h4 {
font-weight: 700;
text-align: center;
font-size: 12px !important;
padding-top: 10px;
padding-bottom: 15px;
margin-top:0px;
display:block;
}
.first-image{
display:flex;
justify-content:center;
}
.product .product_content .wrapper .price .discount {
font-size: 30px;
color: #80d9d7 !important;
margin-top: 0px;
display: block;
}
.product .product_content .wrapper .wrapper-body a {
margin-top: 50px;
display: block;
}
#countdown label{
font-size:14px;
}
#o_main_nav{
margin-top:23px;
}
.oe_structure_solo{
margin-top:0px;}
.navbar-nav li{
height:0px;
}
#back-to-top {
position: fixed;
bottom: 20px;
right: 20px;
}
.o_total_card{
position: relative;
top: 55px;
margin-bottom: 85px
}
.o_cart_product .flex-grow-1{
width:300px !important;}
.o_total_card{
top:0px !important;}
.accordion-item .o_cta_navigation_container{ position:static !important; }
.coupon_form .a-submit { padding:5px 12px !important; }
.breadcrumb{
background-color: unset !important;}
li .oe_unremovable.btn.btn-primary.btn_cta{
text-transform: initial;
width: 123px;
font-size: small !important;
height: 44px !important;
}
.s_website_form_submit .s_website_form_send {
text-transform: initial;
padding: 2px 17px !important;
letter-spacing: 0px;
}
.video_size {
height: 500px !important;
}
#top_menu {
height: 53px !important;
}
.logo{
object-fit: contain;
height: 0px;
left: 100px;
}
.modal-footer .o_sale_product_configurator_edit{
text-transform: initial;
font-size: 16px !important;
padding: 9px 8px 11px 14px!important;
letter-spacing: 0px;
}
.td-price .js_add{
text-transform: initial;
font-size: 11px !important;
padding: 5px 6px !important;
}
.o_cart_product .input-group {
flex-wrap: nowrap;
}
.btn.btn-primary.w-100 {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.btn.btn-primary.js_check_product.a-submit.flex-grow-1 {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.d-none.d-md-inline-block.btn.btn-primary.ms-auto {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.css_quantity .btn.btn-primary {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.deal_info button.btn.btn-primary {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.btn-primary.o-default-button {
text-transform: initial;
height: 44px !important;
font-size: small !important;
}
.rating_container{
position: relative;
right: -23px !important;
top: 11px;
}
button.btn.btn-primary.float-end {
letter-spacing: 0px;
text-transform: initial;
font-size: 17px !important;
padding: 9px 17px !important;
}
a.btn.btn-sm.btn-primary {
letter-spacing: 0px;
text-transform: initial;
font-size: 11px !important;
padding: 0px 17px !important;
}
.alert-warning a.btn.btn-primary[href="/web#action=381"] {
letter-spacing: 0px;
text-transform: initial;
font-size: 16px !important;
padding: 9px 17px !important;
}
button.o_portal_chatter_composer_btn.btn.btn-primary.o-last.rounded-3 {
letter-spacing: 0px;
text-transform: initial;
font-size: 17px !important;
padding: 9px 17px !important;
}
a.btn.btn-primary[data-bs-target="#pay_with"] {
letter-spacing: 0px;
text-transform: initial;
font-size: 17px !important;
padding: 9px 17px !important;
}
button.btn.btn-primary {
letter-spacing: 0px;
text-transform: initial;
font-size: 17px !important;
padding: 9px 17px !important;
}
.oe_website_login_container .input-group .form-control{
padding: 22px;
}
.products_header .input-group .search-query{
padding:23px;
}
.s_website_form_submit .s_website_form_send{
padding: 9px 17px !important;
width: 63% !important;
}
.navbar-nav li {
height: 59px;
}
.navbar-nav {
margin-bottom: 9px;
}
.offcanvas-body .navbar-nav .search-query{
padding:23px;
}
.navbar .navbar-nav {
background: #fff !important;
}
header .navbar-brand, header .navbar-brand.logo {
margin-left: -10px;
margin-top: -30px;
}
@media screen and (max-width: 768px) {
.navbar {
margin: unset;
}
}

31
theme_blast/static/src/css/style.css.map

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
theme_blast/static/src/img/about/abt1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

BIN
theme_blast/static/src/img/about/abt2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

BIN
theme_blast/static/src/img/banner/DJ_Blurred_2.mov

Binary file not shown.

BIN
theme_blast/static/src/img/banner/as.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 701 KiB

BIN
theme_blast/static/src/img/banner/banner-left.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

BIN
theme_blast/static/src/img/banner/bg.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 KiB

BIN
theme_blast/static/src/img/banner/faq-bg.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

BIN
theme_blast/static/src/img/banner/video.mp4

Binary file not shown.

BIN
theme_blast/static/src/img/compare/1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

BIN
theme_blast/static/src/img/compare/2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

BIN
theme_blast/static/src/img/compare/3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
theme_blast/static/src/img/compare/4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

BIN
theme_blast/static/src/img/cybrosys/1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
theme_blast/static/src/img/cybrosys/2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

BIN
theme_blast/static/src/img/cybrosys/3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

BIN
theme_blast/static/src/img/cybrosys/4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

BIN
theme_blast/static/src/img/cybrosys/5.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

BIN
theme_blast/static/src/img/cybrosys/63475.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
theme_blast/static/src/img/deals/deal.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
theme_blast/static/src/img/faq/faq.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

BIN
theme_blast/static/src/img/faq/faq.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
theme_blast/static/src/img/feature/feature.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 392 KiB

43
theme_blast/static/src/img/icons/about details/bass.svg

@ -0,0 +1,43 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 324.399 324.399" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<path d="M223.654,305.923c25.414,0,46.018-22.545,46.018-50.352V68.833c0-27.812-20.604-50.357-46.018-50.357H99.337 c-25.415,0-46.016,22.545-46.016,50.357v186.739c0,27.807,20.601,50.352,46.016,50.352H223.654z M113.458,36.325h98.839 c11.89,0,21.525,9.634,21.525,21.522c0,11.887-9.636,21.523-21.525,21.523h-98.839c-11.889,0-21.523-9.637-21.523-21.523 C91.935,45.958,101.569,36.325,113.458,36.325z M70.135,191.244c0-51.214,41.523-92.737,92.74-92.737 c51.219,0,92.737,41.518,92.737,92.737c0,51.222-41.519,92.74-92.737,92.74C111.653,283.984,70.135,242.465,70.135,191.244z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M113.458,74.073h98.839c8.943,0,16.224-7.275,16.224-16.22c0-8.945-7.28-16.221-16.224-16.221h-98.839 c-8.945,0-16.221,7.275-16.221,16.221C97.237,66.798,104.513,74.073,113.458,74.073z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M250.31,191.244c0-48.213-39.219-87.435-87.435-87.435c-48.216,0-87.438,39.222-87.438,87.435 c0,48.214,39.222,87.438,87.438,87.438C211.091,278.681,250.31,239.458,250.31,191.244z M91.93,191.244 c0-39.178,31.76-70.945,70.946-70.945s70.947,31.763,70.947,70.945s-31.762,70.945-70.947,70.945S91.93,230.426,91.93,191.244z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M162.875,147.235c24.304,0,44.012,19.702,44.012,44.009s-19.708,44.009-44.012,44.009 c-24.306,0-44.009-19.702-44.009-44.009S138.569,147.235,162.875,147.235z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M296.68,128.586c-2.931,0-5.302,2.372-5.302,5.302c0,2.934,2.371,5.303,5.302,5.303c6.976,0,17.114,21.771,17.114,55.9 c0,34.123-10.129,55.902-17.114,55.902c-2.931,0-5.302,2.372-5.302,5.303s2.371,5.303,5.302,5.303 c18.201,0,27.719-33.461,27.719-66.508S314.881,128.586,296.68,128.586z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M301.574,195.091c0-17.906-5.312-37.182-16.974-37.182c-2.937,0-5.438,2.348-5.438,5.279c0,2.936,2.242,5.281,5.173,5.281 c1.891,0.812,6.644,9.922,6.644,26.621c0,16.694-4.753,25.808-6.379,26.579c-2.931,0-5.303,2.366-5.303,5.303 c0,2.931,2.372,5.302,5.303,5.302C296.261,232.275,301.574,212.997,301.574,195.091z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M27.721,261.599c2.934,0,5.302-2.372,5.302-5.303s-2.369-5.303-5.302-5.303c-6.978,0-17.116-21.779-17.116-55.902 c0-34.129,10.133-55.9,17.116-55.9c2.934,0,5.302-2.369,5.302-5.303c0-2.931-2.369-5.302-5.302-5.302 C9.525,128.586,0,162.044,0,195.091C0,228.143,9.525,261.599,27.721,261.599z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M39.993,168.517c2.84-0.099,5.116-2.434,5.116-5.303c0-2.931-2.372-5.3-5.302-5.3c-11.667,0-16.979,19.271-16.979,37.177 c0,17.916,5.313,37.189,16.979,37.189c2.931,0,5.434-2.352,5.434-5.282s-2.242-5.281-5.175-5.281 c-1.888-0.808-6.639-9.922-6.639-26.626C33.433,178.63,38.051,169.542,39.993,168.517z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

34
theme_blast/static/src/img/icons/about details/bluetooth(1).svg

@ -0,0 +1,34 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 426.667 426.667" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<path xmlns="http://www.w3.org/2000/svg" d="M261.12,213.547l49.493,49.493c5.973-15.467,9.387-32.213,9.387-49.707c0-17.387-3.307-34.027-9.173-49.387L261.12,213.547 L261.12,213.547z M373.973,100.587l-26.987,26.987C360.32,153.28,368,182.4,368,213.44s-7.68,60.053-21.013,85.867l25.6,25.6 c20.587-33.067,32.747-71.787,32.747-113.387C405.333,170.773,393.707,132.907,373.973,100.587L373.973,100.587z M292.373,121.707 L170.667,0h-21.333v161.813L51.52,64L21.333,94.187L140.48,213.333L21.333,332.48l30.187,30.187l97.813-97.813v161.813h21.333 L292.373,304.96l-91.52-91.627L292.373,121.707L292.373,121.707z M192,81.707l40.107,40.107l-40.107,40V81.707z M232.107,304.96 l-40.107,40v-80.213L232.107,304.96z" fill="#ffc107" data-original="#000000" style="" class=""/>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

2
theme_blast/static/src/img/icons/about details/ear-protection.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><path d="m479.666 297.732c-.96-1.042-1.877-1.989-2.769-2.851v-107.617c0-85.613-69.694-155.264-155.36-155.264h-130.167c-85.65 0-155.332 69.651-155.332 155.264v106.745c-1.186 1.086-2.405 2.312-3.706 3.723-21.232 23.054-32.708 53.509-32.324 85.767-.385 32.258 11.092 62.713 32.325 85.768 7.762 8.426 12.786 10.733 23.372 10.733h38.579c17.972 0 32.592-14.616 32.592-32.582v-127.838c0-17.965-14.621-32.582-32.592-32.582h-38.245v-62.595c7.045 4.67 15.485 7.399 24.554 7.399 24.567 0 44.554-19.979 44.554-44.538 0-36.496 29.708-66.188 66.223-66.188h130.167c36.531 0 66.252 29.691 66.252 66.188 0 24.559 19.987 44.538 44.554 44.538 9.069 0 17.509-2.729 24.554-7.399v62.604c-.203-.002-.394-.009-.602-.009h-38.579c-17.972 0-32.592 14.616-32.592 32.582v127.839c0 17.965 14.621 32.582 32.592 32.582h38.579c10.586 0 15.609-2.307 23.372-10.734 21.232-23.054 32.709-53.509 32.324-85.767.385-32.259-11.092-62.714-32.325-85.768zm-416.28 50.831c5.523 0 10-4.477 10-10v-31.564h20.897c6.943 0 12.592 5.644 12.592 12.582v127.839c0 6.938-5.649 12.582-12.592 12.582h-20.897v-31.65c0-5.523-4.477-10-10-10s-10 4.477-10 10v31.615c-2.548-.136-3.182-.817-6.341-4.247-17.785-19.312-27.387-44.913-27.036-72.089.001-.086.001-.172 0-.259-.351-27.176 9.25-52.777 27.035-72.088 3.16-3.431 3.794-4.112 6.342-4.248v31.529c0 5.521 4.477 9.998 10 9.998zm375.228 111.437h-20.897c-6.943 0-12.592-5.644-12.592-12.582v-127.838c0-6.938 5.649-12.582 12.592-12.582h20.897zm-237.244-408h110.167v49.076h-110.167zm-96.223 135.264c0 13.53-11.015 24.538-24.554 24.538s-24.554-11.008-24.554-24.538c0-71.223 55.361-129.761 125.332-134.894v49.305c-42.848 4.972-76.224 41.447-76.224 85.589zm327.196 24.538c-13.539 0-24.554-11.008-24.554-24.538 0-44.142-33.389-80.619-76.252-85.59v-49.304c69.986 5.132 125.36 63.67 125.36 134.894 0 13.53-11.015 24.538-24.554 24.538zm32.613 243.915c-3.16 3.431-3.794 4.112-6.342 4.248v-152.931c2.548.136 3.182.817 6.341 4.247 17.785 19.312 27.387 44.913 27.036 72.089-.001.086-.001.172 0 .259.351 27.175-9.251 52.777-27.035 72.088z" fill="#ffc107" data-original="#000000" style="" class=""/><path d="m350.876 367.379h-33.477c-3.373 0-6.519 1.7-8.366 4.522l-17.338 26.48-26.306-52.325c-1.698-3.377-5.155-5.508-8.935-5.508s-7.237 2.131-8.935 5.508l-26.306 52.325-17.338-26.48c-1.848-2.822-4.993-4.522-8.366-4.522h-33.449c-5.523 0-10 4.477-10 10s4.477 10 10 10h28.043l23.883 36.476c1.959 2.991 5.366 4.712 8.936 4.506 3.569-.204 6.759-2.297 8.365-5.492l25.166-50.058 25.166 50.058c1.606 3.195 4.795 5.289 8.365 5.492.191.011.381.016.571.016 3.359 0 6.511-1.69 8.365-4.522l23.883-36.476h28.072c5.523 0 10-4.477 10-10s-4.476-10-9.999-10z" fill="#ffc107" data-original="#000000" style="" class=""/><path d="m53.386 383.499c0 5.523 4.477 9.972 10 9.972s10-4.505 10-10.028-4.477-10-10-10-10 4.477-10 10z" fill="#ffc107" data-original="#000000" style="" class=""/></g></g></svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

2
theme_blast/static/src/img/icons/about/headphone.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 74 74" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path xmlns="http://www.w3.org/2000/svg" d="m61.265 47.283a1 1 0 0 1 -1-1v-5.127a22.346 22.346 0 0 0 -44.691 0v5.127a1 1 0 0 1 -2 0v-5.127a24.346 24.346 0 0 1 48.691 0v5.127a1 1 0 0 1 -1 1z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m66.276 49.171a1 1 0 0 1 -1-1v-7.015a27.357 27.357 0 1 0 -54.714 0v7.015a1 1 0 0 1 -2 0v-7.015a29.357 29.357 0 0 1 58.714 0v7.015a1 1 0 0 1 -1 1z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m56.744 71.413a3.627 3.627 0 0 1 -3.623-3.628v-21.218a3.628 3.628 0 0 1 7.255 0v21.218a3.62 3.62 0 0 1 -3.476 3.625c-.051.002-.1.003-.156.003zm0-26.473a1.626 1.626 0 0 0 -1.625 1.627v21.218a1.628 1.628 0 1 0 3.255 0v-21.218a1.624 1.624 0 0 0 -1.559-1.626z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m60.034 69.142h-.658a1 1 0 0 1 -1-1v-21.932a1 1 0 0 1 1-1h.658a11.966 11.966 0 0 1 0 23.932zm.342-21.926v19.92a9.966 9.966 0 0 0 0-19.92z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m19.1 71.413c-.052 0-.105 0-.157 0a3.62 3.62 0 0 1 -3.475-3.625v-21.221a3.619 3.619 0 0 1 3.475-3.624 3.626 3.626 0 0 1 3.78 3.624v21.218a3.627 3.627 0 0 1 -3.623 3.628zm0-26.473h-.072a1.623 1.623 0 0 0 -1.558 1.626v21.219a1.624 1.624 0 0 0 1.558 1.627 1.628 1.628 0 0 0 1.7-1.627v-21.218a1.626 1.626 0 0 0 -1.625-1.627z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m16.463 69.142h-.658a11.966 11.966 0 0 1 0-23.932h.658a1 1 0 0 1 1 1v21.932a1 1 0 0 1 -1 1zm-1-21.926a9.966 9.966 0 0 0 0 19.92z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m28.569 47.92a3.536 3.536 0 1 1 3.531-3.536 3.54 3.54 0 0 1 -3.531 3.536zm0-5.072a1.536 1.536 0 1 0 1.536 1.536 1.538 1.538 0 0 0 -1.536-1.536z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m42.2 45.813a3.536 3.536 0 1 1 3.536-3.536 3.54 3.54 0 0 1 -3.536 3.536zm0-5.072a1.536 1.536 0 1 0 1.536 1.536 1.538 1.538 0 0 0 -1.536-1.536z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m31.105 45.384a1 1 0 0 1 -1-1v-13.1a1 1 0 0 1 .815-.982l13.628-2.575a1 1 0 0 1 1.185.983v13.567a1 1 0 0 1 -2 0v-12.363l-11.633 2.197v12.273a1 1 0 0 1 -.995 1z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m31.1 36.262a1 1 0 0 1 -.184-1.983l13.628-2.574a1 1 0 1 1 .371 1.964l-13.624 2.575a.987.987 0 0 1 -.191.018z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m3 18.622c-.022 0-.045 0-.067 0a1 1 0 0 1 -.933-1.067 16.058 16.058 0 0 1 17.071-14.931 1 1 0 1 1 -.133 1.995 14.041 14.041 0 0 0 -14.938 13.069 1 1 0 0 1 -1 .934z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m8.081 18.961c-.022 0-.045 0-.067 0a1 1 0 0 1 -.932-1.064 10.978 10.978 0 0 1 11.649-10.197 1 1 0 1 1 -.132 2 8.959 8.959 0 0 0 -9.521 8.329 1 1 0 0 1 -.997.932z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m13.162 19.3c-.022 0-.045 0-.067 0a1 1 0 0 1 -.932-1.065 5.868 5.868 0 0 1 6.23-5.449 1 1 0 1 1 -.133 1.995 3.866 3.866 0 0 0 -4.1 3.588 1 1 0 0 1 -.998.931z" fill="#ffc107" data-original="#000000" style="" class=""/></g></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

53
theme_blast/static/src/img/icons/about/paint.svg

@ -0,0 +1,53 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g transform="matrix(0.9999999999999999,0,0,0.9999999999999999,2.842170943040401e-14,2.842170943040401e-14)">
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M165.051,121.887c-24.809,0-44.992,20.184-44.992,44.992s20.184,44.992,44.992,44.992s44.992-20.184,44.992-44.992 S189.86,121.887,165.051,121.887z M165.051,181.877c-8.27,0-14.997-6.728-14.997-14.997s6.728-14.997,14.997-14.997 s14.997,6.728,14.997,14.997S173.321,181.877,165.051,181.877z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M105.061,211.872c-24.809,0-44.992,20.184-44.992,44.992c0,24.809,20.184,44.992,44.992,44.992 s44.992-20.184,44.992-44.992C150.054,232.056,129.87,211.872,105.061,211.872z M105.061,271.862 c-8.27,0-14.997-6.728-14.997-14.997c0-8.27,6.728-14.997,14.997-14.997s14.997,6.728,14.997,14.997 C120.059,265.134,113.331,271.862,105.061,271.862z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M135.056,331.852c-24.809,0-44.992,20.184-44.992,44.992c0,24.809,20.184,44.992,44.992,44.992 s44.992-20.184,44.992-44.992C180.049,352.035,159.865,331.852,135.056,331.852z M135.056,391.841 c-8.27,0-14.997-6.728-14.997-14.997c0-8.27,6.728-14.997,14.997-14.997s14.997,6.728,14.997,14.997 C150.054,385.114,143.326,391.841,135.056,391.841z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M490.564,71.222c15.043-22.064,30.34-49.363,14.957-64.744c-7.259-7.259-18.181-8.424-32.466-3.462 c-9.144,3.176-20.246,8.946-32.994,17.15c-26.254,16.894-60.308,44.817-91.726,78.146c-57.61-37.558-128.99-45.705-192.013-25.544 C52.201,106.077-17.897,212.466,4.14,330.203c16.257,86.848,85.119,157.749,171.353,176.428c16.519,3.578,33.088,5.37,49.546,5.37 c11.229,0,22.408-0.835,33.481-2.505c23.93-3.609,43.563-20.343,51.236-43.67c7.916-24.059,1.809-50.029-15.941-67.78 c-11.719-11.709-11.727-30.687,0.004-42.408c11.728-11.727,30.684-11.728,42.413,0c17.733,17.733,43.655,23.843,67.648,15.95 c23.294-7.664,40.008-27.301,43.62-51.249c7.948-52.674-2.621-110.311-35.472-159.187 C438.39,136.255,470.017,101.355,490.564,71.222z M478.399,33.132c-7.306,15.324-22.145,34.914-32.873,48.072l-16.356-16.356 C442.821,54.161,462.444,40.103,478.399,33.132z M417.84,315.865c-1.943,12.883-10.667,23.062-23.335,27.23 c-10.329,3.397-25.489,2.906-37.064-8.668c-23.387-23.387-61.444-23.389-84.827-0.004c-23.452,23.433-23.461,61.399-0.004,84.837 c11.59,11.59,12.07,26.811,8.655,37.192c-4.179,12.702-14.354,21.443-27.218,23.383c-23.691,3.574-47.982,2.726-72.204-2.521 c-74.59-16.156-134.155-77.494-148.22-152.631C7.922,187.38,125.443,69.928,262.866,95.652c22.99,4.303,45.21,12.961,65.15,25.276 c-17.182,20.121-36.031,45.096-44.425,66.211c-20.264-5.756-42.982-0.685-58.904,15.237c-7.054,7.053-12.273,15.812-15.094,25.329 c-4.544,15.33-18.707,27.05-36.08,29.857c-5.559,0.898-10.146,4.835-11.879,10.193c-1.732,5.358-0.316,11.235,3.666,15.217 l4.242,4.241c18.695,18.696,43.552,28.992,69.991,28.992s51.296-10.296,69.991-28.992c16.582-16.582,21.393-40.534,14.464-61.409 c21.026-8.696,45.666-27.382,65.485-44.347C416.346,223.406,424.44,272.112,417.84,315.865z M288.314,266.005 c-13.031,13.03-30.355,20.207-48.783,20.207c-12.082,0-23.691-3.086-33.925-8.883c15.701-9.27,27.621-23.823,32.742-41.099 c1.426-4.808,3.965-9.062,7.547-12.644c11.693-11.695,30.724-11.695,42.419,0C299.927,235.203,300.074,254.245,288.314,266.005z M338.767,182.921c-13.114,9.026-21.932,13.498-27.498,15.71c2.214-5.566,6.684-14.384,15.71-27.497 c20.467-29.734,51.654-62.772,79.058-87.002l19.871,19.871C400.848,131.714,369.19,161.98,338.767,182.921z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

2
theme_blast/static/src/img/icons/about/radio.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path xmlns="http://www.w3.org/2000/svg" d="m256 120c-13.255 0-24 10.745-24 24v224c0 13.255 10.745 24 24 24s24-10.745 24-24v-224c0-13.255-10.745-24-24-24z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m176 168c-13.255 0-24 10.745-24 24v128c0 13.255 10.745 24 24 24s24-10.745 24-24v-128c0-13.255-10.745-24-24-24z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m392 232v48c0 13.255 10.745 24 24 24s24-10.745 24-24v-48c0-13.255-10.745-24-24-24s-24 10.745-24 24z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m336 168c-13.255 0-24 10.745-24 24v128c0 13.255 10.745 24 24 24s24-10.745 24-24v-128c0-13.255-10.745-24-24-24z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m96 208c-13.255 0-24 10.745-24 24v48c0 13.255 10.745 24 24 24s24-10.745 24-24v-48c0-13.255-10.745-24-24-24z" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m256 0c-68.38 0-132.667 26.629-181.02 74.98-48.351 48.353-74.98 112.64-74.98 181.02s26.629 132.667 74.98 181.02c48.353 48.351 112.64 74.98 181.02 74.98s132.667-26.629 181.02-74.98c48.351-48.353 74.98-112.64 74.98-181.02s-26.629-132.667-74.98-181.02c-48.353-48.351-112.64-74.98-181.02-74.98zm0 464c-114.691 0-208-93.309-208-208s93.309-208 208-208 208 93.309 208 208-93.309 208-208 208z" fill="#ffc107" data-original="#000000" style="" class=""/></g></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

48
theme_blast/static/src/img/icons/about/support.svg

@ -0,0 +1,48 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M366,396c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C376,400.48,371.52,396,366,396z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M390.622,363.663l-47.53-15.84l-17.063-34.127c15.372-15.646,26.045-36.348,29.644-57.941L357.801,243H376 c16.542,0,30-13.458,30-30v-63C406,67.29,338.71,0,256,0c-82.922,0-150,67.097-150,150v63c0,13.036,8.361,24.152,20,28.28V253 c0,16.542,13.458,30,30,30h8.782c4.335,9.417,9.946,18.139,16.774,25.974c1.416,1.628,2.893,3.206,4.406,4.741l-17.054,34.108 l-47.531,15.841C66.112,382.092,26,440.271,26,502c0,5.523,4.477,10,10,10h440c5.522,0,10-4.477,10-10 C486,440.271,445.889,382.092,390.622,363.663z M386,213c0,5.514-4.486,10-10,10h-15.262c2.542-19.69,4.236-40.643,4.917-61.28 c0.02-0.582,0.036-1.148,0.054-1.72H386V213z M136,223c-5.514,0-10-4.486-10-10v-53h20.298c0.033,1.043,0.068,2.091,0.107,3.146 c0.001,0.036,0.003,0.071,0.004,0.107c0,0.003,0,0.006,0,0.009c0.7,20.072,2.372,40.481,4.856,59.737H136V223z M156,263 c-5.514,0-10-4.486-10-10v-10h8.198l2.128,12.759c0.406,2.425,0.905,4.841,1.482,7.241H156z M146.017,140H126.38 C131.445,72.979,187.377,20,256,20c68.318,0,124.496,52.972,129.619,120h-19.635c-0.72-55.227-45.693-100-101.033-100h-17.9 C191.712,40,146.736,84.773,146.017,140z M247.05,60h17.9c44.809,0,81.076,36.651,81.05,81.41c0,3.147-0.025,5.887-0.078,8.38 c0,0.032-0.001,0.065-0.001,0.098l-12.508-1.787c-33.98-4.852-66.064-20.894-90.342-45.172C241.195,101.054,238.652,100,236,100 c-26.856,0-52.564,12.236-69.558,32.908C170.63,92.189,205.053,60,247.05,60z M178.54,263c-5.006-16.653-10.734-65.653-12-97.053 l13.459-17.946c12.361-16.476,31.592-26.713,52.049-27.888c26.917,25.616,61.739,42.532,98.537,47.786l14.722,2.104 c-0.984,20.885-2.995,41.843-5.876,61.118c-0.001,0.006-0.002,0.013-0.003,0.02c-0.916,6.197-1.638,10.185-3.482,21.324 c-5.296,31.765-28.998,60.49-60.287,68.313c-12.877,3.215-26.443,3.214-39.313,0c-19.537-4.884-37.451-18.402-49.012-37.778 h20.386c4.128,11.639,15.243,20,28.28,20h20c16.575,0,30-13.424,30-30c0-16.542-13.458-30-30-30h-20 c-13.327,0-24.278,8.608-28.297,20H178.54z M235.159,341.016c6.859,1.445,13.852,2.184,20.841,2.184 c5.471,0,10.943-0.458,16.353-1.346l-17.67,18.687L235.159,341.016z M240.935,375.079l-31.718,33.542 c-8.732-16.714-16.235-34.109-22.389-51.917l11.911-23.822L240.935,375.079z M311.566,329.494l13.604,27.209 c-6.164,17.838-13.669,35.239-22.392,51.933l-33.948-33.948L311.566,329.494z M226,273c0-5.521,4.478-10,10-10h20 c5.514,0,10,4.486,10,10c0,5.522-4.479,10-10,10h-20C230.486,283,226,278.514,226,273z M46.4,492 c3.963-49.539,36.932-94.567,81.302-109.363l42.094-14.028c7.712,21.325,17.266,42.052,28.463,61.74 c0.019,0.034,0.037,0.068,0.056,0.101c0,0.001,0.001,0.001,0.001,0.002c8.181,14.389,17.389,28.45,27.372,41.799L237.99,492H46.4z M256,483.086l-13.562-21.773c-0.152-0.244-0.314-0.481-0.486-0.711c-8.098-10.802-15.652-22.099-22.532-33.662l35.663-37.714 l37.578,37.578c-6.926,11.647-14.506,22.991-22.611,33.796C269.56,461.253,270.255,460.224,256,483.086z M274.01,492 l12.301-19.748c10.027-13.4,19.301-27.574,27.564-42.132c0.05-0.088,0.097-0.178,0.147-0.266c0.006-0.011,0.012-0.021,0.018-0.032 c11.055-19.5,20.509-40.047,28.164-61.213l42.093,14.028c44.371,14.796,77.34,59.824,81.303,109.363H274.01z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M435.546,451.531c-6.683-13.377-16.472-25.261-28.309-34.367c-4.378-3.369-10.656-2.55-14.023,1.828 c-3.368,4.378-2.549,10.656,1.828,14.024c9.454,7.273,17.272,16.766,22.611,27.453c2.473,4.949,8.483,6.941,13.415,4.477 C436.008,462.478,438.013,456.472,435.546,451.531z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 4.7 KiB

2
theme_blast/static/src/img/icons/about/technical-support.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.256 512.256" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><path d="m256.128 114.42c-78.138 0-141.708 63.57-141.708 141.708s63.57 141.708 141.708 141.708 141.708-63.57 141.708-141.708-63.57-141.708-141.708-141.708zm0 253.416c-61.596 0-111.708-50.112-111.708-111.708s50.112-111.708 111.708-111.708 111.708 50.112 111.708 111.708-50.112 111.708-111.708 111.708z" fill="#ffc107" data-original="#000000" style="" class=""/><path d="m512.256 315.484v-118.713h-52.036c-4.334-14.931-10.3-29.312-17.824-42.969l36.813-36.813-83.942-83.942-36.813 36.813c-13.657-7.524-28.038-13.489-42.97-17.823v-52.037h-118.713v52.037c-14.931 4.333-29.312 10.299-42.97 17.823l-36.813-36.813-83.942 83.942 36.813 36.813c-7.524 13.657-13.49 28.038-17.824 42.969h-52.035v118.713h52.036c4.334 14.931 10.3 29.312 17.824 42.969l-36.813 36.813 83.942 83.942 36.813-36.813c13.657 7.524 28.038 13.489 42.97 17.823v52.037h118.713v-52.037c14.932-4.334 29.313-10.299 42.97-17.823l36.813 36.813 83.942-83.942-36.813-36.813c7.524-13.657 13.49-28.038 17.824-42.969zm-75.473 79.783-41.517 41.516-32.251-32.251-10.124 6.345c-17.254 10.813-36.015 18.594-55.763 23.126l-11.645 2.672v45.581h-58.713v-45.581l-11.645-2.672c-19.748-4.532-38.509-12.313-55.763-23.126l-10.124-6.345-32.251 32.251-41.517-41.516 32.253-32.251-6.346-10.125c-10.814-17.253-18.595-36.014-23.127-55.762l-2.673-11.645h-45.577v-58.713h45.58l2.673-11.645c4.532-19.748 12.313-38.508 23.127-55.762l6.346-10.125-32.253-32.251 41.517-41.516 32.251 32.251 10.124-6.345c17.255-10.814 36.016-18.595 55.762-23.126l11.646-2.672v-45.58h58.713v45.581l11.645 2.672c19.748 4.532 38.509 12.313 55.763 23.126l10.124 6.345 32.251-32.251 41.517 41.516-32.253 32.251 6.346 10.125c10.814 17.253 18.595 36.014 23.127 55.762l2.673 11.645h45.58v58.713h-45.58l-2.673 11.645c-4.532 19.748-12.313 38.508-23.127 55.762l-6.346 10.125z" fill="#ffc107" data-original="#000000" style="" class=""/><path d="m256.128 245.942c23.515 0 42.645-19.13 42.645-42.645 0-23.514-19.13-42.645-42.645-42.645s-42.645 19.13-42.645 42.645 19.13 42.645 42.645 42.645zm0-55.289c6.973 0 12.645 5.672 12.645 12.645s-5.672 12.645-12.645 12.645-12.645-5.672-12.645-12.645 5.672-12.645 12.645-12.645z" fill="#ffc107" data-original="#000000" style="" class=""/><path d="m264.477 245.944h-16.697c-31.214 0-56.607 25.394-56.607 56.607v27.072h129.912v-27.072c-.001-31.213-25.395-56.607-56.608-56.607zm-43.145 53.679c1.462-13.298 12.766-23.679 26.447-23.679h16.697c13.682 0 24.985 10.38 26.447 23.679z" fill="#ffc107" data-original="#000000" style="" class=""/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

36
theme_blast/static/src/img/icons/about/thumb-up-sign.svg

@ -0,0 +1,36 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 32 32" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<path d="M30.262,15.637c-1.039-0.989-2.473-1.23-3.739-1.439c-0.199-0.034-0.396-0.067-0.589-0.102 c-0.143-0.038-0.325-0.079-0.51-0.123c-1.688-0.392-2.881-0.775-2.885-2.157c-0.004-0.91,0.297-1.752,0.613-2.646 c0.363-1.023,0.739-2.083,0.68-3.316c-0.115-2.198-1.047-4.11-2.498-5.118C20.756,0.274,19.996,0,19.271,0 c-1.077,0-1.881,0.586-2.208,1.606c-0.23,0.688-0.191,1.357-0.15,2.065c0.008,0.174,0.021,0.353,0.025,0.539 c0.041,0.975-0.076,1.781-0.361,2.542c-0.54,1.521-1.623,2.938-2.507,4.006l-0.483,0.607c-0.676,0.853-1.374,1.735-2.168,2.443 c-0.39,0.308-0.806,0.42-1.341,0.535c-0.151,0.01-9.345,0.101-9.345,0.101v13.512c0,0,7.211-0.009,7.616-0.033 c0.356-0.021,0.699-0.041,1.013-0.041h0.146c0.297,0.063,0.597,0.095,0.91,0.13c0.278,0.029,0.566,0.061,0.868,0.118 c0.339,0.065,0.69,0.396,1.03,0.718c0.196,0.186,0.389,0.364,0.58,0.5c0.195,0.137,0.383,0.274,0.576,0.414 c0.589,0.428,1.2,0.874,1.892,1.184c0.854,0.367,1.797,0.488,2.711,0.605c0.444,0.059,0.885,0.112,1.307,0.197 c0.276,0.031,0.514,0.059,0.754,0.086C20.85,31.914,21.59,32,22.332,32c0.5,0,0.941-0.04,1.349-0.121 c1.461-0.415,2.391-1.6,2.392-2.96c0.742-0.296,1.406-0.916,1.826-1.71c0.375-0.71,0.501-1.47,0.365-2.143 c1.41-0.922,2.139-2.652,1.746-4.137c0.623-0.429,1.053-1.146,1.201-2.02C31.418,17.7,31.045,16.415,30.262,15.637z M29.31,18.344 c-0.048,0.416-0.238,0.93-0.871,1.045c-0.341,0.098-0.569,0.297-0.679,0.575c-0.133,0.337-0.084,0.759,0.135,1.12 c0.229,0.271,0.265,0.84,0.129,1.335c-0.186,0.588-0.615,1.005-1.279,1.229c-0.283,0.035-0.537,0.232-0.676,0.531 c-0.158,0.342-0.123,0.711,0.094,0.967c0.188,0.27,0.152,0.877-0.106,1.377c-0.206,0.395-0.499,0.632-0.784,0.632 c-0.04,0-0.08-0.005-0.121-0.015l-0.045-0.009H25.06c-0.349,0-0.804,0.152-1.028,0.501c-0.148,0.229-0.169,0.506-0.057,0.764 c0.139,0.373,0.124,0.799-0.049,1.084c-0.125,0.209-0.324,0.33-0.594,0.365c-0.478,0.127-0.953,0.127-1.414,0.127 c-1.371-0.123-2.826-0.256-4.231-0.509l-0.67-0.151c-0.348-0.078-0.692-0.153-0.998-0.23c-0.503-0.248-1.066-0.673-1.609-1.085 c-0.181-0.136-0.357-0.271-0.531-0.396c-0.127-0.101-0.265-0.231-0.405-0.363c-0.358-0.336-0.759-0.715-1.259-0.853 c-0.47-0.29-0.971-0.29-1.377-0.29c-1.31-0.121-1.928-0.595-2.247-1.742c-0.314-1.156-0.325-2.477-0.307-3.621l0.004-0.256 c0.01-1.078,0.027-2.427,0.58-3.406c0.275-0.467,0.823-0.566,1.458-0.688c0.878-0.143,1.569-0.432,2.215-0.928 c0.091-0.033,0.186-0.101,0.256-0.229c0.263-0.18,0.478-0.443,0.674-0.68c1.04-1.128,1.996-2.306,2.748-3.388 c0.175-0.26,0.351-0.51,0.524-0.758c0.799-1.142,1.627-2.323,1.979-3.778c0.25-1.071,0.226-1.998,0.17-3.097l-0.008-0.164 c-0.043-0.669-0.053-1.389,0.324-1.442c0.026-0.004,0.058-0.008,0.088-0.008c0.612,0,1.385,0.772,1.844,1.487 c0.479,0.908,0.729,1.859,0.703,2.72c-0.025,0.894-0.316,1.74-0.625,2.637c-0.364,1.059-0.741,2.156-0.654,3.349 c0.125,1.625,1.415,3.03,3.21,3.496c0.524,0.136,1.081,0.227,1.618,0.314c1.002,0.163,2.037,0.332,2.883,0.806 C28.826,16.996,29.414,17.579,29.31,18.344z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

2
theme_blast/static/src/img/icons/choose/1-year.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

2
theme_blast/static/src/img/icons/choose/free-shipping.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.7 KiB

2
theme_blast/static/src/img/icons/choose/online-support.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 478 478.878" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path xmlns="http://www.w3.org/2000/svg" d="m370.929688 136.878906h-31.300782c-2.875-76-65.558594-136.878906-142.214844-136.878906-76.652343 0-139.335937 60.878906-142.214843 136.878906h-31.25c-12.933594.03125-23.425781 10.484375-23.511719 23.417969v60.730469c0 12.875 10.636719 23.851562 23.511719 23.851562h37.183593c3.464844-.210937 6.199219-3.03125 6.304688-6.5v-35.390625c12 42.652344 41 79.550781 79 100.167969v15.722656h-33.027344c-45.238281.042969-81.90625 36.691406-81.972656 81.929688v72.039062c.011719 3.324219 2.703125 6.019532 6.027344 6.03125h319.949218c3.324219-.011718 6.015626-2.707031 6.023438-6.03125v-72.039062c-.0625-45.238282-36.730469-81.886719-81.96875-81.929688h-33.03125v-12.09375c4-3.257812 8.675781-6.90625 13.203125-10.90625h32.070313c12.160156-.015625 23.820312-4.871094 32.398437-13.492187 8.578125-8.625 13.375-20.304688 13.328125-32.46875v-5.039063h31.492188c12.875 0 23.507812-10.976562 23.507812-23.851562v-60.730469c-.082031-12.933594-10.574219-23.386719-23.507812-23.417969zm-173.515626-124.8125c60.148438 0 110.902344 40.957032 125.855469 96.445313-4.324219-8.808594-10.09375-16.34375-16.589843-21.5625-8.464844-6.796875-18.101563-9.773438-28.121094-8.746094-9.671875-21.402344-25.183594-37.984375-45-48.070313-21.5-10.9375-46.773438-13.082031-71.164063-6.035156-34.066406 9.84375-62.914062 31.019532-81.054687 59.058594 22.285156-43.597656 67.109375-71.050781 116.074218-71.089844zm-173.464843 220.8125c-6.257813 0-11.511719-5.59375-11.511719-11.851562v-60.730469c.078125-6.3125 5.199219-11.394531 11.511719-11.417969h31.488281v84zm48.351562-71.609375c-.933593-20.789062 3.398438-41.480469 12.589844-60.152343 15.585937-31.277344 45.046875-55.148438 80.839844-65.488282 21.453125-6.203125 43.609375-4.355468 62.386719 5.199219 17.957031 9.136719 31.914062 24.457031 40.382812 44.3125l.558594 1.675781c.984375 2.949219 4.054687 4.660156 7.078125 3.941406 18.339843-4.351562 31.835937 11.335938 38.34375 27.46875 11.472656 28.425782 10.847656 60.660157-1.765625 90.765626-9.414063 22.476562-24.949219 44.601562-46.167969 65.792968-3.257813 3.253906-6.417969 6.089844-9.515625 9.089844h-.75c7-5 13.054688-11.96875 18.449219-19.351562 12.277343-16.851563 18.835937-37.191407 18.707031-58.039063v-37.144531l.351562-8.769532c.34375-23.480468-10.707031-45.0625-29.753906-57.726562-7.613281-5.171875-16.308594-8.542969-25.421875-9.855469-2.460937-.339843-4.875.882813-6.058593 3.066407-42.851563 78.429687-119.054688 86.917968-124.085938 87.394531-4.46875.113281-8.03125 3.769531-8.03125 8.242187v15.929688c-.039062 19.773437 6.019531 39.078125 17.347656 55.285156 5.476563 7.863281 12.082032 14.871094 19.609375 20.796875-38.109375-27.140625-63.0625-73.199219-65.09375-122.433594zm86.136719 163.585938v-27.292969c0 10.960938 8.894531 20.316406 19.855469 20.316406h32.671875c10.753906-.117187 19.511718-8.675781 19.875-19.425781 1.882812-.707031 3.597656-1.691406 5.597656-2.511719v30.359375c0 21.539063-17.460938 39-39 39s-39-17.460937-39-39zm72-40.976563v-2.183594c.085938-5.222656-1.929688-10.257812-5.589844-13.984374-3.660156-3.722657-8.660156-5.824219-13.882812-5.832032h-32.671875c-10.957031-.015625-19.847657 8.859375-19.855469 19.816406v1.289063c-12.265625-6.398437-22.824219-15.636719-30.796875-26.945313-9.925781-14.191406-15.234375-31.097656-15.203125-48.417968v-12.5625c16-2.167969 86.21875-15.816406 128.546875-89.453125 5.902344 1.386719 11.496094 3.839843 16.519531 7.230469 15.632813 10.398437 24.570313 28.175781 24.289063 47.5625l-.355469 8.855468v37.230469c.203125 32.808594-18.332031 62.855469-47.746094 77.394531zm-12 14.121094c0 4.351562-3.527344 7.878906-7.878906 7.878906h-32.242188c-4.351562 0-7.875-3.527344-7.878906-7.878906v-16.242188c.003906-4.351562 3.527344-7.878906 7.878906-7.878906h32.242188c4.351562 0 7.878906 3.527344 7.878906 7.878906zm133 102.808594v66.070312h-308v-66.070312c.058594-38.613282 31.359375-69.894532 69.972656-69.929688h32.742188c2.367187 26.40625 24.496094 46.640625 51.011718 46.640625 26.511719 0 48.640626-20.234375 51.007813-46.640625h33.300781c38.613282.035156 69.910156 31.320313 69.964844 69.929688zm-24-150.890625c.050781 8.980469-3.480469 17.613281-9.808594 23.984375-6.332031 6.375-14.9375 9.964844-23.917968 9.976562h-19.3125c.210937 0 .417968-.390625.628906-.601562 22.332031-22.304688 38.582031-45.734375 48.601562-69.65625 1.484375-3.460938 2.757813-7.003906 3.808594-10.621094zm55-28.890625c0 6.257812-5.25 11.851562-11.507812 11.851562h-31.492188v-84h31.492188c6.308593.023438 11.433593 5.105469 11.507812 11.417969zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/></g></svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

41
theme_blast/static/src/img/icons/choose/refund.svg

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 193.769 193.769" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<g>
<path d="M149.203,41.104l-9.348,12.009c20.15,15.679,30.201,41.063,26.234,66.253c-2.906,18.484-12.838,34.73-27.964,45.748 c-15.131,11.012-33.64,15.488-52.124,12.567c-38.157-6.008-64.32-41.938-58.322-80.098C30.585,79.097,40.52,62.85,55.648,51.835 c13.208-9.615,28.991-14.233,45.086-13.317L87.579,52.319l9.759,9.313l20.766-21.801l0.005,0.008l9.303-9.769l-9.752-9.303 l-0.005,0.003L95.862,0l-9.31,9.769l14.2,13.525c-19.303-0.913-38.21,4.702-54.059,16.242 C28.28,52.943,16.19,72.717,12.65,95.221c-7.302,46.445,24.54,90.184,70.985,97.493c4.489,0.708,8.976,1.055,13.434,1.055 c17.89,0,35.273-5.623,50.011-16.356c18.415-13.409,30.503-33.183,34.043-55.682C185.952,91.077,173.72,60.181,149.203,41.104z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M105.24,151.971v-0.003h0.001v-8.757c10.383-1.159,20.485-7.718,20.485-20.17c0-16.919-15.732-18.859-27.223-20.274 c-7.347-0.878-12.97-1.897-12.97-6.348c0-6.188,8.722-6.855,12.473-6.855c5.567,0,11.507,2.617,13.525,5.957l0.586,0.971 l11.542-5.341l-0.571-1.164c-4.301-8.793-12.009-11.337-17.85-12.364v-7.71H91.723v7.677 c-12.582,1.856-20.054,8.839-20.054,18.829c0,16.29,14.791,17.943,25.582,19.153c9.617,1.134,14.094,3.51,14.094,7.469 c0,7.563-10.474,8.154-13.685,8.154c-7.147,0-14.038-3.566-16.031-8.301l-0.495-1.169l-12.539,5.316l0.5,1.169 c3.713,8.691,11.725,14.137,22.63,15.425v8.336H105.24z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

2
theme_blast/static/src/img/icons/contact/call.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 511.999 511.999" style="enable-background:new 0 0 512 512" xml:space="preserve"><g><g xmlns="http://www.w3.org/2000/svg"><path d="m171.966 210.754c17.546-17.546 17.546-46.094 0-63.64l-61.707-61.707c-9.439-9.44-22.524-14.223-35.887-13.123-13.108 1.079-24.964 7.761-32.527 18.331-1.57 2.194-3.086 4.42-4.571 6.664l124.083 124.083z" fill="#ffc107" data-original="#000000" style=""/><path d="m426.592 401.74-61.707-61.707c-17.544-17.544-46.094-17.546-63.64 0l-10.609 10.609 124.088 124.088c2.244-1.485 4.466-3.007 6.659-4.576 10.57-7.563 17.252-19.419 18.332-32.527 1.101-13.365-3.683-26.446-13.123-35.887z" fill="#ffc107" data-original="#000000" style=""/><path d="m248.213 374.426c-12.021 0-23.32-4.681-31.82-13.18l-65.64-65.64c-8.499-8.499-13.181-19.8-13.181-31.82 0-6.828 1.515-13.422 4.377-19.404l-120.002-120.003c-16.88 35.443-24.35 75.152-21.268 115.01 4.153 53.71 27.315 104.164 65.221 142.069l64.642 64.641c37.904 37.905 88.359 61.067 142.069 65.221 5.869.454 11.733.679 17.583.679 33.875 0 67.202-7.552 97.426-21.946l-120.004-120.004c-5.981 2.863-12.575 4.377-19.403 4.377z" fill="#ffc107" data-original="#000000" style=""/><path d="m301.999 0c-8.284 0-15 6.716-15 15s6.716 15 15 15c99.252 0 180 80.748 180 180 0 8.284 6.716 15 15 15s15-6.716 15-15c0-115.794-94.206-210-210-210z" fill="#ffc107" data-original="#000000" style=""/><path d="m301.998 209.986s.001.005.001.014c0 8.284 6.716 15 15 15s15-6.716 15-15c0-16.542-13.458-30-30-30-8.284 0-15 6.709-15 14.993s6.715 14.993 14.999 14.993z" fill="#ffc107" data-original="#000000" style=""/><path d="m301.999 150c33.084 0 60 26.916 60 60 0 8.284 6.716 15 15 15s15-6.716 15-15c0-49.626-40.374-90-90-90-8.284 0-15 6.716-15 15s6.716 15 15 15z" fill="#ffc107" data-original="#000000" style=""/><path d="m301.999 60c-8.284 0-15 6.716-15 15s6.716 15 15 15c66.168 0 120 53.832 120 120 0 8.284 6.716 15 15 15s15-6.716 15-15c0-82.71-67.29-150-150-150z" fill="#ffc107" data-original="#000000" style=""/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

48
theme_blast/static/src/img/icons/contact/map.svg

@ -0,0 +1,48 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512.032 512.032" style="enable-background:new 0 0 512 512" xml:space="preserve"><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M496.016,224c-8.832,0-16,7.168-16,16v181.184l-128,51.2V304c0-8.832-7.168-16-16-16c-8.832,0-16,7.168-16,16v168.352 l-128-51.2V167.648l74.144,29.664c8.096,3.264,17.504-0.704,20.8-8.928c3.296-8.192-0.704-17.504-8.928-20.8l-95.776-38.336 c0,0,0,0-0.032,0l-0.256-0.096c-3.808-1.536-8.064-1.536-11.872,0l-0.288,0.096c0,0,0,0-0.032,0L10.064,193.152 C4.016,195.584,0.016,201.44,0.016,208v288c0,5.312,2.656,10.272,7.04,13.248c2.688,1.824,5.792,2.752,8.96,2.752 c2.016,0,4.032-0.384,5.952-1.152l154.048-61.6l153.76,61.504c0,0,0,0,0.032,0l0.288,0.128c3.808,1.536,8.064,1.536,11.872,0 l0.288-0.128c0,0,0,0,0.032,0L502,446.88c6.016-2.464,10.016-8.32,10.016-14.88V240C512.016,231.168,504.848,224,496.016,224z M160.016,421.152l-128,51.2V218.816l128-51.2V421.152z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M400.016,64c-26.464,0-48,21.536-48,48s21.536,48,48,48s48-21.536,48-48S426.48,64,400.016,64z M400.016,128 c-8.832,0-16-7.168-16-16c0-8.832,7.168-16,16-16c8.832,0,16,7.168,16,16C416.016,120.832,408.848,128,400.016,128z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M400.016,0c-61.76,0-112,50.24-112,112c0,57.472,89.856,159.264,100.096,170.688c3.04,3.36,7.36,5.312,11.904,5.312 s8.864-1.952,11.904-5.312C422.16,271.264,512.016,169.472,512.016,112C512.016,50.24,461.776,0,400.016,0z M400.016,247.584 c-34.944-41.44-80-105.056-80-135.584c0-44.096,35.904-80,80-80s80,35.904,80,80C480.016,142.496,434.96,206.144,400.016,247.584z " fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

53
theme_blast/static/src/img/icons/contact/message.svg

@ -0,0 +1,53 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve"><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M511.695,105.876L331.709,255.751L512,375.738V109.254C512,108.102,511.881,106.978,511.695,105.876z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M315.48,269.264l-22.689,18.893c-10.659,8.876-23.725,13.314-36.79,13.314s-26.132-4.438-36.79-13.314l-22.689-18.893 L0,400.053v2.694c0,11.161,9.081,20.242,20.242,20.242h471.515c11.161,0,20.242-9.081,20.242-20.242v-2.694L315.48,269.264z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M491.832,89.012c-0.025,0-0.05,0-0.074,0H20.242c-0.025,0-0.049,0-0.074,0c-2.858,0.011-4.095,3.652-1.899,5.481 L203.55,248.777c0.022,0.018,0.044,0.037,0.066,0.055l28.547,23.771c13.812,11.502,33.863,11.502,47.675,0l213.893-178.11 C495.927,92.663,494.689,89.022,491.832,89.012z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M0.305,105.876C0.119,106.978,0,108.1,0,109.254v266.484l180.291-119.988L0.305,105.876z" fill="#ffc107" data-original="#000000" style=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

41
theme_blast/static/src/img/icons/feature/battery.svg

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="24" height="24" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<g>
<path d="M392.684,350.989c10.864-0.363,19.316-9.643,19.316-20.513V120.048c0-44.209-35.839-80.048-80.047-80.047h-5.905 c-0.027,0-0.048-0.022-0.048-0.048v-5.62C326,15.371,310.629,0,291.667,0h-71.334C201.372,0,186,15.372,186.001,34.333v5.619 c0,0.027-0.022,0.048-0.048,0.048h-5.905C135.839,40,100,75.839,100,120.048v311.904C100,476.161,135.839,512,180.048,512H332 c43.755,0,79.418-35.309,79.993-78.93c0.156-11.873-9.185-21.656-21.043-21.043c-10.456,0.541-18.788,9.112-18.948,19.664 C371.665,453.909,354.173,472,331.952,472H180.048C157.93,472,140,454.07,140,431.953V120.048C140,97.93,157.93,80,180.047,80 h25.905c11.072,0,20.048-8.976,20.047-20.047V40.048c0-0.027,0.022-0.048,0.048-0.048h59.905c0.027,0,0.048,0.022,0.048,0.048 v19.904C286,71.024,294.976,80,306.047,80h25.905C354.07,80,372,97.93,372,120.048V331 C372,342.273,381.326,351.368,392.684,350.989z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M216,380c-0.015,3.146,2.714,5.014,6.211,5c2.456-0.01,5.05-0.995,6.761-2.699l94.411-108.011 c8.197-9.476,1.579-24.29-11.001-24.29h-46.231c-0.037,0-0.06-0.041-0.04-0.073l36.506-58.854c0.02-0.032-0.003-0.073-0.04-0.073 h-70.873c-0.017,0-0.033,0.009-0.042,0.024l-46.07,82.143C178.063,286.591,187.837,303,203.311,303h40.109 c0.033,0,0.056,0.033,0.045,0.064l-26.852,74.427C216.194,378.405,216.004,379.243,216,380z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

38
theme_blast/static/src/img/icons/feature/circular-headphones-side-view.svg

@ -0,0 +1,38 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="24" height="24" viewBox="0 0 282.922 282.922" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M200.745,63.163c-0.549-12.699-3.779-30.054-15.565-44.224C174.726,6.379,163.535,0,151.896,0 c-13.464,0-26.805,8.647-39.646,25.697C97.841,44.833,93.833,65.04,93.123,79.208c-6.682,2.672-10.897,7.922-10.897,13.753v42.149 c-29.412,10.541-50.495,38.596-50.495,71.632c0,42.083,34.111,76.181,76.181,76.181c28.26,0,52.879-15.431,66.021-38.287 c3.749,0.663,7.602,1.046,11.548,1.046c36.288,0,65.71-29.422,65.71-65.71c0-27.264-16.58-50.624-40.203-60.587V75.51 C210.987,70.182,206.943,65.4,200.745,63.163z M103.606,241.145c-19.004,0-34.403-15.399-34.403-34.403 c0-18.993,15.399-34.388,34.403-34.388c18.993,0,34.391,15.395,34.391,34.388C137.997,225.746,122.6,241.145,103.606,241.145z M136.529,136.177c-0.924-0.373-1.882-0.653-2.827-0.997V92.955c0-6.494-5.313-12.251-13.17-14.527 c0.122-24.772,4.554-64.043,31.151-66.053c16.622,3.239,21.935,32.584,23.639,51.253c-5.572,2.39-9.057,6.897-9.057,11.886v41.668 C154.671,120.746,144.418,127.364,136.529,136.177z M217.336,179.96c0,17.59-14.261,31.855-31.855,31.855 c-0.56,0-1.098-0.062-1.646-0.082c0.104-1.657,0.248-3.304,0.248-4.992c0-19.511-7.399-37.251-19.47-50.735 c5.603-4.878,12.853-7.901,20.868-7.901C203.075,148.105,217.336,162.366,217.336,179.96z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 2.2 KiB

2
theme_blast/static/src/img/icons/feature/control.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="24" height="24" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path xmlns="http://www.w3.org/2000/svg" d="m121 255c0 74.441406 60.558594 135 135 135s135-60.558594 135-135c0-69.308594-52.683594-125.910156-120-133.484375v103.484375c0 8.289062-6.710938 15-15 15s-15-6.710938-15-15v-103.484375c-67.316406 7.574219-120 64.175781-120 133.484375zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m256 90c8.289062 0 15-6.710938 15-15v-60c0-8.289062-6.710938-15-15-15s-15 6.710938-15 15v60c0 8.289062 6.710938 15 15 15zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m497 240h-61c-8.289062 0-15 6.710938-15 15s6.710938 15 15 15h61c8.289062 0 15-6.710938 15-15s-6.710938-15-15-15zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m0 255c0 8.289062 6.710938 15 15 15h61c8.289062 0 15-6.710938 15-15s-6.710938-15-15-15h-61c-8.289062 0-15 6.710938-15 15zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m436.308594 74.691406c-5.859375-5.859375-15.351563-5.859375-21.210938 0l-42.421875 42.421875c-5.859375 5.859375-5.859375 15.351563 0 21.210938s15.351563 5.859375 21.210938 0l42.421875-42.421875c5.859375-5.859375 5.859375-15.351563 0-21.210938zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m118.113281 371.675781-42.421875 42.421875c-5.859375 5.859375-5.859375 15.351563 0 21.210938s15.351563 5.859375 21.210938 0l42.421875-42.421875c5.859375-5.859375 5.859375-15.351563 0-21.210938s-15.351563-5.859375-21.210938 0zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m96.902344 74.691406c-5.859375-5.859375-15.351563-5.859375-21.210938 0s-5.859375 15.351563 0 21.210938l42.421875 42.421875c5.859375 5.859375 15.351563 5.859375 21.210938 0s5.859375-15.351563 0-21.210938zm0 0" fill="#ffc107" data-original="#000000" style=""/><path xmlns="http://www.w3.org/2000/svg" d="m372.675781 371.675781c-5.859375 5.859375-5.859375 15.351563 0 21.210938l42.421875 42.421875c5.859375 5.859375 15.351563 5.859375 21.210938 0s5.859375-15.351563 0-21.210938l-42.421875-42.421875c-5.859375-5.859375-15.351563-5.859375-21.210938 0zm0 0" fill="#ffc107" data-original="#000000" style=""/></g></svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

2
theme_blast/static/src/img/icons/feature/equalizer.svg

@ -0,0 +1,2 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 509 509.33334" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path xmlns="http://www.w3.org/2000/svg" d="m195.683594 356.402344v102.347656c0 10.355469 8.394531 18.75 18.75 18.75 10.351562 0 18.75-8.394531 18.75-18.75v-102.347656c-12.160156 4.148437-25.347656 4.148437-37.5 0zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m214.433594 342.015625c22.515625 0 40.761718-18.25 40.761718-40.765625s-18.246093-40.765625-40.761718-40.765625-40.765625 18.25-40.765625 40.765625c.023437 22.503906 18.261719 40.738281 40.765625 40.765625zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m233.183594 246.097656v-227.347656c0-10.355469-8.398438-18.75-18.75-18.75-10.355469 0-18.75 8.394531-18.75 18.75v227.347656c12.152344-4.148437 25.339844-4.148437 37.5 0zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m58.183594 458.75v-227.347656c-12.160156 4.148437-25.347656 4.148437-37.5 0v227.347656c0 10.355469 8.394531 18.75 18.75 18.75 10.351562 0 18.75-8.394531 18.75-18.75zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m58.183594 121.097656v-102.347656c0-10.355469-8.398438-18.75-18.75-18.75-10.355469 0-18.75 8.394531-18.75 18.75v102.347656c12.152344-4.148437 25.339844-4.148437 37.5 0zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m80.195312 176.25c0 22.515625-18.246093 40.765625-40.761718 40.765625s-40.765625-18.25-40.765625-40.765625 18.25-40.765625 40.765625-40.765625 40.761718 18.25 40.761718 40.765625zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m408.183594 121.097656v-102.347656c0-10.355469-8.398438-18.75-18.75-18.75-10.355469 0-18.75 8.394531-18.75 18.75v102.347656c12.152344-4.148437 25.339844-4.148437 37.5 0zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m430.195312 176.25c0 22.515625-18.246093 40.765625-40.761718 40.765625s-40.765625-18.25-40.765625-40.765625 18.25-40.765625 40.765625-40.765625 40.761718 18.25 40.761718 40.765625zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/><path xmlns="http://www.w3.org/2000/svg" d="m370.683594 231.402344v227.347656c0 10.355469 8.394531 18.75 18.75 18.75 10.351562 0 18.75-8.394531 18.75-18.75v-227.347656c-12.160156 4.148437-25.347656 4.148437-37.5 0zm0 0" fill="#ffc107" data-original="#000000" style="" class=""/></g></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

39
theme_blast/static/src/img/icons/feature/infinite-sign.svg

@ -0,0 +1,39 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="24" height="24" x="0" y="0" viewBox="0 0 596.416 596.416" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g>
<g xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M136.363,434.07c36.291,0,70.408-14.132,96.069-39.793l65.776-65.776l65.776,65.776 c25.661,25.661,59.779,39.793,96.069,39.793c36.291,0,70.408-14.133,96.069-39.793c25.661-25.661,39.793-59.779,39.793-96.069 c0-36.291-14.132-70.408-39.793-96.069s-59.778-39.793-96.069-39.793c-36.29,0-70.408,14.132-96.069,39.793l-65.776,65.777 l-65.776-65.776c-25.661-25.661-59.779-39.793-96.069-39.793c-36.291,0-70.408,14.132-96.069,39.793 C14.632,227.8,0.5,261.918,0.5,298.209c0,36.289,14.132,70.407,39.793,96.068C65.955,419.938,100.072,434.07,136.363,434.07z M394.277,232.431c17.569-17.569,40.93-27.246,65.776-27.246c24.848,0,48.207,9.676,65.776,27.246 c17.57,17.569,27.247,40.93,27.247,65.777c0,24.847-9.677,48.206-27.247,65.776c-17.569,17.569-40.929,27.246-65.776,27.246 c-24.847,0-48.207-9.677-65.776-27.246L328.5,298.208L394.277,232.431z M70.586,232.431 c17.569-17.569,40.929-27.246,65.776-27.246s48.207,9.676,65.776,27.246l65.777,65.777l-65.778,65.777 c-17.569,17.569-40.929,27.245-65.776,27.245s-48.208-9.676-65.777-27.245c-17.569-17.57-27.245-40.93-27.245-65.776 C43.341,273.361,53.016,250.001,70.586,232.431z" fill="#ffc107" data-original="#000000" style="" class=""/>
<path d="M460.054,434.57c-36.424,0-70.668-14.184-96.423-39.939l-65.423-65.423l-65.422,65.423 c-25.755,25.756-59.999,39.939-96.423,39.939s-70.667-14.184-96.423-39.939C14.184,368.875,0,334.632,0,298.209 c0-36.424,14.184-70.668,39.939-96.423c25.756-25.755,60-39.939,96.423-39.939c36.424,0,70.667,14.184,96.423,39.939 l65.423,65.423l65.423-65.423c25.756-25.755,59.999-39.939,96.423-39.939s70.668,14.184,96.423,39.939 s39.939,59.999,39.939,96.423s-14.185,70.668-39.939,96.423C530.721,420.387,496.477,434.57,460.054,434.57z M298.208,327.794 l66.13,66.13c25.566,25.566,59.559,39.646,95.716,39.646c36.156,0,70.148-14.08,95.716-39.646 c25.566-25.566,39.646-59.559,39.646-95.716c0-36.157-14.08-70.149-39.646-95.716s-59.559-39.646-95.716-39.646 c-36.156,0-70.148,14.08-95.716,39.646l-66.13,66.13l-66.13-66.13c-25.566-25.566-59.559-39.646-95.716-39.646 c-36.156,0-70.149,14.08-95.716,39.646C15.08,228.059,1,262.052,1,298.209c0,36.155,14.08,70.147,39.646,95.715 c25.567,25.566,59.56,39.646,95.716,39.646s70.149-14.08,95.716-39.646L298.208,327.794z M460.054,391.73 c-24.98,0-48.466-9.729-66.13-27.393l-66.131-66.13l66.131-66.13c17.664-17.664,41.149-27.392,66.13-27.392 s48.466,9.728,66.13,27.392c17.665,17.664,27.394,41.149,27.394,66.13c0,24.979-9.729,48.465-27.394,66.13 C508.52,382.002,485.034,391.73,460.054,391.73z M329.207,298.208l65.424,65.423c17.476,17.476,40.71,27.1,65.423,27.1 s47.947-9.624,65.423-27.1c17.476-17.477,27.101-40.71,27.101-65.423c0-24.714-9.625-47.948-27.101-65.423 s-40.71-27.099-65.423-27.099s-47.947,9.624-65.423,27.099L329.207,298.208z M136.362,391.73c-24.981,0-48.467-9.728-66.13-27.392 s-27.391-41.149-27.391-66.13c0-24.982,9.728-48.468,27.392-66.131c17.664-17.664,41.149-27.392,66.13-27.392 s48.466,9.728,66.13,27.392l66.131,66.13l-66.131,66.131C184.829,382.003,161.343,391.73,136.362,391.73z M136.363,205.686 c-24.713,0-47.948,9.624-65.423,27.099c-17.475,17.475-27.099,40.709-27.099,65.424c0,24.713,9.624,47.947,27.098,65.423 c17.475,17.475,40.709,27.099,65.423,27.099s47.948-9.624,65.423-27.099l65.424-65.424l-65.424-65.423 C184.311,215.31,161.076,205.686,136.363,205.686z" fill="#ffc107" data-original="#000000" style="" class=""/>
</g>
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
<g xmlns="http://www.w3.org/2000/svg">
</g>
</g></svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

2
theme_blast/static/src/img/icons/feature/water-proof.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.1 KiB

37
theme_blast/static/src/img/icons/star.svg

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 53.867 53.867" style="enable-background:new 0 0 53.867 53.867;" xml:space="preserve">
<polygon style="fill:#EFCE4A;" points="26.934,1.318 35.256,18.182 53.867,20.887 40.4,34.013 43.579,52.549 26.934,43.798
10.288,52.549 13.467,34.013 0,20.887 18.611,18.182 "/>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 721 B

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

Loading…
Cancel
Save