diff --git a/addons/dine360_theme_chennora/__manifest__.py b/addons/dine360_theme_chennora/__manifest__.py index 0d39933..3520e20 100644 --- a/addons/dine360_theme_chennora/__manifest__.py +++ b/addons/dine360_theme_chennora/__manifest__.py @@ -8,6 +8,7 @@ 'data': [ 'views/layout.xml', # Header, Footer, and Global Layout changes 'views/pages.xml', # specific page content (Home, About, etc.) + 'views/faq_page.xml', # FAQ Page 'views/snippets.xml', # Custom Building Blocks 'views/options.xml', # Options for snippets (if any) 'data/website_data.xml', # Data for creating pages diff --git a/addons/dine360_theme_chennora/data/website_data.xml b/addons/dine360_theme_chennora/data/website_data.xml index c18f18d..50a756c 100644 --- a/addons/dine360_theme_chennora/data/website_data.xml +++ b/addons/dine360_theme_chennora/data/website_data.xml @@ -10,5 +10,13 @@ About Us + + + /faq + True + + FAQ + + diff --git a/addons/dine360_theme_chennora/static/src/img/faq-banner-bg.png b/addons/dine360_theme_chennora/static/src/img/faq-banner-bg.png new file mode 100644 index 0000000..1ac99e8 Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/faq-banner-bg.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/faq-new-1.png b/addons/dine360_theme_chennora/static/src/img/faq-new-1.png new file mode 100644 index 0000000..6c63edd Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/faq-new-1.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/faq-new-2.png b/addons/dine360_theme_chennora/static/src/img/faq-new-2.png new file mode 100644 index 0000000..e618b1a Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/faq-new-2.png differ diff --git a/addons/dine360_theme_chennora/static/src/img/faq-new-3.png b/addons/dine360_theme_chennora/static/src/img/faq-new-3.png new file mode 100644 index 0000000..6c63edd Binary files /dev/null and b/addons/dine360_theme_chennora/static/src/img/faq-new-3.png differ diff --git a/addons/dine360_theme_chennora/views/faq_page.xml b/addons/dine360_theme_chennora/views/faq_page.xml new file mode 100644 index 0000000..3cd5122 --- /dev/null +++ b/addons/dine360_theme_chennora/views/faq_page.xml @@ -0,0 +1,184 @@ + + + + + +