Skip to content

Commit

Permalink
modified frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishika18 committed Jan 5, 2025
1 parent c5e91f7 commit 8522ac7
Show file tree
Hide file tree
Showing 5 changed files with 519 additions and 463 deletions.
8 changes: 7 additions & 1 deletion add-topics.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_4">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_5">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_5">Contact</a>
</li>
Expand All @@ -51,8 +54,8 @@
role="button" data-bs-toggle="dropdown" aria-expanded="false">Pages</a>
<ul class="dropdown-menu dropdown-menu-light" aria-labelledby="navbarLightDropdownMenuLink">
<li><a class="dropdown-item" href="topics-listing.html">Topics Listing</a></li>
<li><a class="dropdown-item" href="contact.html">Contact Form</a></li>
<li><a class="dropdown-item" href="add-topics.html">Add Topic Details</a></li>
<li><a class="dropdown-item" href="contact.html">Contact Form</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -238,6 +241,9 @@ <h2 class="text-white">Share Your Insight</h2>
</div>
</footer>

<!-- Scroll to Top Button -->
<button onclick="topFunction()" id="scrollToTopBtn" title="Go to top"></button>

<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
Expand Down
Loading

0 comments on commit 8522ac7

Please sign in to comment.