diff --git a/computer-science-blog/index.html b/computer-science-blog/index.html index 5a95af1..e8cea21 100644 --- a/computer-science-blog/index.html +++ b/computer-science-blog/index.html @@ -68,6 +68,7 @@

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

- - -
-
- - -
- - - -
-
-
- - -
- - - - - - - -
-
- -
- - 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(){ + + }); +});