The current date is: unknown
+
_____AREA_OF_STUDY_____ Presentation
diff --git a/computer-science-blog/index.html~ b/computer-science-blog/index.html~
deleted file mode 100644
index f01a317..0000000
--- a/computer-science-blog/index.html~
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Computer Science Blog | Matthew Grove
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
_____AREA_OF_STUDY_____ Presentation
-
-
-
-
-
-
- Validate with the Luhn Algorithm
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/computer-science-blog/scripts/home.js b/computer-science-blog/scripts/home.js
new file mode 100644
index 0000000..c28adb3
--- /dev/null
+++ b/computer-science-blog/scripts/home.js
@@ -0,0 +1,6 @@
+$(document).ready(function(){
+ // include navbar
+ $(".blog-insert").load("pages/blog.html", function(){
+
+ });
+});