diff --git a/docs/scripts/navbar.js b/docs/scripts/navbar.js
index a531bb6..6a1f57d 100644
--- a/docs/scripts/navbar.js
+++ b/docs/scripts/navbar.js
@@ -7,10 +7,34 @@ const navElement = `
Meeting Logs
+
+ Schedule
+
+
+ Resources
+
+
+ Hardware
+
+
+
+ Software
+
+
+
+ Team Members
+
Gallery
+ Resources
@@ -26,7 +50,6 @@ $(document).ready(function(){
$("body").prepend(navElement);
// Code to mark current page as active
let thisPage = window.location.pathname.split("/").pop();
- console.log(thisPage);
if (thisPage === "") {
thisPage = "index.html";
}
diff --git a/docs/template.html b/docs/template.html
index e7e202a..4a31d53 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -9,6 +9,7 @@
+