There is a fixed side navbar for navigating the page. Currently, the introduction item is permanently marked as active. Using bootstrap's scrollspy, the section that the user is currently viewing would be highlighted.
Current Situation:

Possible Outcome:

Fix:
One line code addition required to enable scrollspy. Documentation for this feature can be found here
There is a fixed side navbar for navigating the page. Currently, the introduction item is permanently marked as active. Using bootstrap's scrollspy, the section that the user is currently viewing would be highlighted.
Current Situation:

Possible Outcome:
Fix:
One line code addition required to enable scrollspy. Documentation for this feature can be found here