Eunit99 / mariams-kitchen-conversational-bot

This repository contains the files for the conversational bot for Mariam's Kitchen website @ https://www.mariamskitchen.nyc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helene UI chat window themes

These are the themes for Helene UI chat window

How to Make Use of the Themes:**

This is a guide on how to use/change themes. The themes are located in themes.css or the minified version as themes.min.css can only be activated/changed manually by the admin for now.

The list of themes to be used are

1. Default theme

2. Faitie theme

3. Snipcart theme

4. Creative theme

5. Mangrove theme

6. Ella theme

7. Torn theme

8. Tareq theme

9. Baobla theme

10. Conseil theme

Switching between Themes:

To do that, it is simple.

  1. Open the styles.css file in your text editor
  2. Press CTRL+H to do an all replace
  3. Replace all --THEME_NAME__ to a theme name of your choice. Ex: --default__ to say --snipcart__
  4. Then press CTRL+ALT+ENTER on the text editor to do an all replace.
  5. Then press CTRL+S to save your file
  6. Refresh the pages on your browser to view the changes.

How To Deploy

To deploy your code to jsDeliver CDN, you will need to run the following command:

npm run publish

  • Then, you will need to publish a release with a tag, say 1.0.3
  • Then, head over to SquareSpace and update the code

About

This repository contains the files for the conversational bot for Mariam's Kitchen website @ https://www.mariamskitchen.nyc/


Languages

Language:JavaScript 43.3%Language:CSS 37.7%Language:HTML 18.9%