This project is a simple fast food restaurant website featuring an embedded Dialogflow chatbot. The chatbot is fixed in the bottom-left corner of the screen, providing continuous access to users for placing orders, asking questions, and getting information about the restaurant.
-
Responsive Website Design:
- Includes sections for Home, Menu, Location, and Contact Us.
- Menu section with images for food items.
- Embedded map widget for the restaurant's location.
- Contact information for phone and email inquiries.
-
Embedded Dialogflow Chatbot:
- Fixed at the bottom-right corner with a
z-index
of 1 for high visibility. - Helps users interact with the restaurant for order-related queries.
- Fixed at the bottom-right corner with a
-
Technologies Used:
- HTML: For the structure of the website.
- CSS: For styling and responsiveness.
- Dialogflow: Chatbot integrated via an
<iframe>
.
Screen.Recording.2024-10-22.170319.mp4
- Open the
index.html
file in your browser. - The chatbot will be visible in the bottom-right corner, always accessible for user interaction.
- The website contains interactive sections like the menu and contact information.
-
Menu Items:
- You can change the images and descriptions of menu items by editing the
menu
section in theindex.html
.
- You can change the images and descriptions of menu items by editing the
-
Contact Information:
- Update the phone number or email address in the
contactus
section.
- Update the phone number or email address in the
-
Chatbot:
- The Dialogflow bot is embedded using an
<iframe>
. You can change the bot's Dialogflow project by replacing theiframe
source with the appropriate Dialogflow URL.
- The Dialogflow bot is embedded using an