-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,43 +154,7 @@ <h2>Progress Tracking and Reporting</h2> | |
</div> | ||
</div> | ||
</div> | ||
<!-- | ||
<iframe | ||
src="https://www.chatbase.co/chatbot-iframe/dMgCmtQedqHVg6r8U_7fF" | ||
title="Chatbot" | ||
width="100%" | ||
style="height: 100%; min-height: 700px" | ||
frameborder="0" | ||
></iframe> --> | ||
|
||
<!-- <div class="chat-bot-image"> | ||
<div class="chat-logo"> | ||
<img id="chat-logo-img" src="chatbot.png" height="60px" width="70px"> | ||
</div> | ||
</div> | ||
<div class="chatbot-container"> | ||
<div id="header"> | ||
<h1>Chatbot</h1> | ||
</div> | ||
<div id="chatbot"> | ||
<div id="conversation" class="conversation"> | ||
<div class="chatbot-message"> | ||
<p class="chatbot-text">Hi! 👋 Welcome to the bot of GANIT: THE Assurance. I will assist you know more about the Insitution!</p> | ||
</div> | ||
</div> | ||
<form id="input-form"> | ||
<message-container> | ||
<input id="user-input" type="text" placeholder="Type your message here"> | ||
<button id="submit-button" type="button" onclick="sendMessage()"> | ||
<img class="send-icon" src="send-message.png" alt=""> | ||
</button> | ||
</message-container> | ||
</form> | ||
</div> | ||
</div> --> | ||
|
||
|
||
<!-- Short Story --> | ||
<section id="our_story"> | ||
<!-- Short Story Content --> | ||
|
@@ -421,18 +385,7 @@ <h2>Get UP and Join US Today!</h2> | |
<!-- JavaScript --> | ||
<script src="script.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> | ||
<script> | ||
window.embeddedChatbotConfig = { | ||
chatbotId: "dMgCmtQedqHVg6r8U_7fF", | ||
domain: "www.chatbase.co" | ||
} | ||
</script> | ||
<script | ||
src="https://www.chatbase.co/embed.min.js" | ||
chatbotId="dMgCmtQedqHVg6r8U_7fF" | ||
domain="www.chatbase.co" | ||
defer> | ||
</script> | ||
<script async data-id="4968534688" id="chatling-embed-script" type="text/javascript" src="https://chatling.ai/js/embed.js"></script> | ||
<script> | ||
const count1 = document.getElementsByClassName(".count"); | ||
countvisits(); | ||
|