Skip to content

Commit

Permalink
Merge pull request #41 from PranavBarthwal/master
Browse files Browse the repository at this point in the history
Added a customised AI chatbot specifically for this website and re positioned go to top button.
  • Loading branch information
amittri1025 authored Oct 5, 2023
2 parents d1b65e3 + 1dae4f1 commit a44ac98
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,18 @@
<script src="https://kit.fontawesome.com/042f3f590c.js" crossorigin="anonymous"></script>
<title>Best website to generate whatsapp links</title>

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script>
window.embeddedChatbotConfig = {
chatbotId: "B_z971aqIJk6GiDstGbTp",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="B_z971aqIJk6GiDstGbTp"
domain="www.chatbase.co"
defer>
</script>
</head>

<body>
Expand Down Expand Up @@ -45,11 +56,11 @@
<li class="nav-item">
<a class="nav-link" href="#">Sign-up</a>
</li>
<button id="toggleMode" class="btn btn-outline-success">Dark</button>
</ul>
</div>

</ul>
</div>
</nav>
</div>
</nav>

<!-- Hero -->
<section class="bg-success hero text-light p-5 text-center text-sm-start d-flex justify-content-center">
Expand Down Expand Up @@ -340,9 +351,11 @@ <h4 id="genLink">Link will be Generated here !!</h4>
<!-- Added Button to go to top of page -->
<div class="back-to-top">
<a href="#" class="to-top">
<i class="fa-solid fa-chevron-up"></i>
<i class="fas fa-chevron-up"></i>
</a>

<p class="back-top">
BACK TO TOP
</p>
</div>

<div class="footer text-center bg-dark text-white p-5 pb-2">
Expand Down Expand Up @@ -376,4 +389,4 @@ <h6>COPYRIGHT@AMITTRIPATHI2023</h6>
<script src="app.js"></script>
</body>

</html>
</html>

0 comments on commit a44ac98

Please sign in to comment.