We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097f685 commit fdfb7dfCopy full SHA for fdfb7df
index.html
@@ -157,6 +157,19 @@ <h1>Hariprashad Ravikumar</h1>
157
158
</main>
159
160
+<!-- Floating Chat Button -->
161
+<div id="chat-launcher" onclick="toggleChatbox()">💬 Chat with HariBot</div>
162
+
163
+<!-- Chat iframe box (hidden by default) -->
164
+<div id="chatbox">
165
+ <div id="chatbox-header">
166
+ <span>HariBot 🤖</span>
167
+ <button onclick="toggleChatbox()">✕</button>
168
+ </div>
169
+ <iframe src="https://hari-chatbot.onrender.com"
170
+ width="100%" height="100%" frameborder="0"
171
+ title="HariBot Assistant"></iframe>
172
+</div>
173
174
<footer>
175
<p>© 2025 Hariprashad Ravikumar. All rights reserved.</p>
0 commit comments