Skip to content

Commit

Permalink
Timeline update and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
OldFire3107 committed Oct 22, 2023
1 parent 37abee0 commit acb7902
Show file tree
Hide file tree
Showing 9 changed files with 2,745 additions and 31 deletions.
4 changes: 2 additions & 2 deletions assets/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

1,742 changes: 1,742 additions & 0 deletions assets/css/animate.min.css

Large diffs are not rendered by default.

955 changes: 955 additions & 0 deletions assets/css/aos.min.css

Large diffs are not rendered by default.

Binary file modified assets/docs/Agni.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions assets/js/aos.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions assets/js/bs-init.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
if (window.innerWidth < 768) {
$('[data-bss-disabled-mobile]').removeClass('animated').removeAttr('data-aos data-bss-hover-animate');
$('[data-bss-disabled-mobile]').removeClass('animated').removeAttr('data-aos data-bss-hover-animate data-bss-parallax-bg data-bss-scroll-zoom');
}

$(document).ready(function(){
AOS.init();
if ('AOS' in window) {
AOS.init();
}
});
Loading

0 comments on commit acb7902

Please sign in to comment.