Skip to content

Commit

Permalink
update 14 Aug 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
arwazkhan189 committed Aug 14, 2024
1 parent 0bc20ae commit 095ab0f
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 34 deletions.
10 changes: 10 additions & 0 deletions assets/blogscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ fetch(URL)
.catch((err) => {
console.log(err);
});

//Navbar Close code
$(document).ready(function () {
$(".navbar-nav a").on("click", function () {
if ($(".navbar-toggler").is(":visible")) {
$(".navbar-toggler").click();
}
});
});

8 changes: 8 additions & 0 deletions assets/images/NITD_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 095ab0f

Please sign in to comment.