diff --git a/index.html b/index.html
index 3297ea9..7bcc72d 100644
--- a/index.html
+++ b/index.html
@@ -65,6 +65,7 @@
Chris Edwards
+
Computer Science Student and Enthusist
diff --git a/menu/menu.js b/menu/menu.js
index 05389a3..afe10d7 100644
--- a/menu/menu.js
+++ b/menu/menu.js
@@ -21,6 +21,7 @@ function closemenu1() {
}
var sites = [
["/", "Home"],
+ ["/resume/", "Resume"]
["/tictac/", "Tic Tac Touch"],
["/bingo/", "Bingo!"],
["/memory/", "Memory"],