Javascript function added to keep navigation bar sticked to the top when scrolling

This commit is contained in:
Lucas Patenaude
2024-04-07 04:59:09 -06:00
parent 2ad2b6706e
commit db748a38f9
3 changed files with 47 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
© 2024 - CSCI 3308 Group 6
</p>
<!-- In your HTML file -->
<script src="js/navigation-bar/navigation-bar-follow.js"></script>
<!-- Include Bootstrap JavaScript -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>