Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FaizalZahid authored Jan 9, 2025
1 parent 1843fea commit 462f798
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
6 changes: 4 additions & 2 deletions soniaseek/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1 class="title">S<img id="sonia-icon" alt="Sonia AI icon" src="../img/SoniaAI.
<main>
<script async src="https://cse.google.com/cse.js?cx=538e1808b88694d09">
</script>
<div class="gcse-searchbox-only"></div>
<div id="userMessage" class="gcse-searchbox-only"></div>
</main>

<a href="https://wa.me/message/ZZ4W4R74TRMAP1" target="_blank">
Expand All @@ -126,5 +126,7 @@ <h1 class="title">S<img id="sonia-icon" alt="Sonia AI icon" src="../img/SoniaAI.
<footer class="footer">
<p>"Wisdom begins in wonder"</p>
</footer>

<script src="script.js"></script>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions soniaseek/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 14 additions & 1 deletion soniaseek/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,15 @@
color: #000000;
}

.sonia-response {
padding: 12px;
border-radius: 8px;
margin-bottom: 12px;
opacity: 0;
transform: translateY(10px);
animation: fadeIn 0.3s ease forwards;
}

.gcse-searchresults-only {
width: 100%;
margin: 0 auto;
Expand Down Expand Up @@ -125,6 +134,8 @@ <h1 class="title" onclick="window.location='index.html'">S<img id="sonia-icon" a
</script>
</div>

<div id="responseContainer" class="chat-content"></div>

<main>
<script async src="https://cse.google.com/cse.js?cx=538e1808b88694d09">
</script>
Expand All @@ -134,5 +145,7 @@ <h1 class="title" onclick="window.location='index.html'">S<img id="sonia-icon" a
<footer class="footer">
<p>"The only true wisdom is in knowing you know nothing"</p>
</footer>

<script src="script.js"></script>
</body>
</html>
</html>

0 comments on commit 462f798

Please sign in to comment.