Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyOrlov authored Jan 1, 2025
1 parent e3b8915 commit 7e5a6ce
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/

window.addEventListener('DOMContentLoaded', event => {
// Activate Bootstrap scrollspy on the main nav element
const sideNav = document.body.querySelector('#sideNav');
if (sideNav && typeof bootstrap !== 'undefined') {
new bootstrap.ScrollSpy(document.body, {
target: '#sideNav',
rootMargin: '0px 0px -40%',
});
} else {
console.error('Bootstrap or ScrollSpy is not available.');
}

// Certifications Data (JSON)
const certifications = [
{ title: "PowerBI PL-300", year: "2025" },
Expand Down

0 comments on commit 7e5a6ce

Please sign in to comment.