Initial commit

This commit is contained in:
2021-05-14 03:11:44 -05:00
commit 0a36852c4b
53 changed files with 22105 additions and 0 deletions

7
scripts/main.js Normal file
View File

@@ -0,0 +1,7 @@
// Animations
AOS.init({
anchorPlacement: 'top-left',
duration: 1000
});
// Add your javascript here