Update index.html
Browse files- index.html +8 -4
index.html
CHANGED
@@ -25,10 +25,6 @@
|
|
25 |
<section id="home">
|
26 |
<h2>Hi, Saya [Nama Kamu]</h2>
|
27 |
<p>Seorang developer AI dan Blockchain yang selalu belajar.</p>
|
28 |
-
<button id="chatButton">Tanya Saya</button>
|
29 |
-
<div id="chatbox" class="hidden">
|
30 |
-
<p id="chatMessage">Halo! Saya adalah chatbot mini. Tanyakan apa saja tentang saya!</p>
|
31 |
-
</div>
|
32 |
</section>
|
33 |
|
34 |
<section id="skills">
|
@@ -62,6 +58,14 @@
|
|
62 |
</form>
|
63 |
</section>
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
<footer>
|
66 |
<p>© 2025 [Nama Kamu]</p>
|
67 |
</footer>
|
|
|
25 |
<section id="home">
|
26 |
<h2>Hi, Saya [Nama Kamu]</h2>
|
27 |
<p>Seorang developer AI dan Blockchain yang selalu belajar.</p>
|
|
|
|
|
|
|
|
|
28 |
</section>
|
29 |
|
30 |
<section id="skills">
|
|
|
58 |
</form>
|
59 |
</section>
|
60 |
|
61 |
+
<!-- Tombol "Tanya Saya" di bagian bawah -->
|
62 |
+
<div class="chat-footer">
|
63 |
+
<button id="chatButton">Tanya Saya</button>
|
64 |
+
<div id="chatbox" class="hidden">
|
65 |
+
<p id="chatMessage">Halo! Saya adalah chatbot mini. Tanyakan apa saja tentang saya!</p>
|
66 |
+
</div>
|
67 |
+
</div>
|
68 |
+
|
69 |
<footer>
|
70 |
<p>© 2025 [Nama Kamu]</p>
|
71 |
</footer>
|