diff --git a/about/index.html b/about/index.html index 65730cd..f40c061 100644 --- a/about/index.html +++ b/about/index.html @@ -36,18 +36,23 @@
About page + + + \ No newline at end of file diff --git a/donate/index.html b/donate/index.html index 69e8f89..f9b57a4 100644 --- a/donate/index.html +++ b/donate/index.html @@ -37,18 +37,23 @@
Donate page + + + \ No newline at end of file diff --git a/index.html b/index.html index e5c936a..adf9b81 100644 --- a/index.html +++ b/index.html @@ -36,13 +36,15 @@ @@ -142,10 +144,10 @@ - + diff --git a/js/SideNav.js b/js/SideNav.js new file mode 100644 index 0000000..41eadaa --- /dev/null +++ b/js/SideNav.js @@ -0,0 +1,3 @@ + +// Initialize collapse button +$(".button-collapse").sideNav(); \ No newline at end of file