diff --git a/addons/theme_chennora/__init__.py b/addons/theme_chennora/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/addons/theme_chennora/__manifest__.py b/addons/theme_chennora/__manifest__.py new file mode 100644 index 0000000..c699df8 --- /dev/null +++ b/addons/theme_chennora/__manifest__.py @@ -0,0 +1,25 @@ +{ + 'name': 'Chennora Theme', + 'description': 'Custom theme for Chennora website', + 'category': 'Theme/Creative', + 'version': '1.0', + 'author': 'Your Company', + 'depends': ['website', 'website_sale'], + 'data': [ + 'views/layout.xml', # Header, Footer, and Global Layout changes + 'views/pages.xml', # specific page content (Home, About, etc.) + 'views/snippets.xml', # Custom Building Blocks + 'views/options.xml', # Options for snippets (if any) + ], + 'assets': { + 'web.assets_frontend': [ + 'theme_chennora/static/src/scss/primary_variables.scss', + 'theme_chennora/static/src/scss/theme.scss', + ], + }, + 'images': [ + ], + 'installable': True, + 'application': False, + 'license': 'LGPL-3', +} diff --git a/addons/theme_chennora/static/src/img/chen-banner-1.webp b/addons/theme_chennora/static/src/img/chen-banner-1.webp new file mode 100644 index 0000000..7228c13 Binary files /dev/null and b/addons/theme_chennora/static/src/img/chen-banner-1.webp differ diff --git a/addons/theme_chennora/static/src/img/chen-banner-2.webp b/addons/theme_chennora/static/src/img/chen-banner-2.webp new file mode 100644 index 0000000..6d579d8 Binary files /dev/null and b/addons/theme_chennora/static/src/img/chen-banner-2.webp differ diff --git a/addons/theme_chennora/static/src/img/chen-banner-3.webp b/addons/theme_chennora/static/src/img/chen-banner-3.webp new file mode 100644 index 0000000..a415ae2 Binary files /dev/null and b/addons/theme_chennora/static/src/img/chen-banner-3.webp differ diff --git a/addons/theme_chennora/static/src/scss/primary_variables.scss b/addons/theme_chennora/static/src/scss/primary_variables.scss new file mode 100644 index 0000000..ad0720f --- /dev/null +++ b/addons/theme_chennora/static/src/scss/primary_variables.scss @@ -0,0 +1,13 @@ +/* Define your SCSS variables here. + Verify Odoo documentation for official variable names. + Example: + $o-color-palettes: ( + 'my-palette': ( + 'o-color-1': #111111, + 'o-color-2': #222222, + 'o-color-3': #333333, + 'o-color-4': #444444, + 'o-color-5': #555555, + ), + ); +*/ \ No newline at end of file diff --git a/addons/theme_chennora/static/src/scss/theme.scss b/addons/theme_chennora/static/src/scss/theme.scss new file mode 100644 index 0000000..45fde8e --- /dev/null +++ b/addons/theme_chennora/static/src/scss/theme.scss @@ -0,0 +1 @@ +/* Put your custom CSS/SCSS rules here */ \ No newline at end of file diff --git a/addons/theme_chennora/views/layout.xml b/addons/theme_chennora/views/layout.xml new file mode 100644 index 0000000..7580c46 --- /dev/null +++ b/addons/theme_chennora/views/layout.xml @@ -0,0 +1,229 @@ + + + +