From 7188c1cb9dc20c37fb02a41b792fdfce8b39a8e9 Mon Sep 17 00:00:00 2001 From: Maxunm Date: Mon, 12 Jun 2017 14:27:23 -0400 Subject: [PATCH] Head bar works This is the final commit before the fork, All work will now be done on forks and pull requests be submitted and reviewed before being appened to the Master branch --- about/index.html | 15 ++++++++++----- donate/index.html | 15 ++++++++++----- index.html | 14 ++++++++------ js/SideNav.js | 3 +++ 4 files changed, 31 insertions(+), 16 deletions(-) create mode 100644 js/SideNav.js 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