+

_____AREA_OF_STUDY_____ Presentation

+
@@ -84,10 +87,15 @@ Validate with the Luhn Algorithm

- - + + diff --git a/computer-science-blog/pages/blog.html b/computer-science-blog/pages/blog.html index 5247124..11ced00 100644 --- a/computer-science-blog/pages/blog.html +++ b/computer-science-blog/pages/blog.html @@ -11,7 +11,6 @@ -

HTML Basics

@@ -44,6 +43,5 @@
  • The later a CSS file is imported, the more power it has over the document - i.e. the last stylesheet imported will overwrite the styling in all of the other stylesheets.
  • -

    _____AREA_OF_STUDY_____ Presentation

    diff --git a/computer-science-blog/pages/page_01.html b/computer-science-blog/pages/page_01.html new file mode 100644 index 0000000..9319cf0 --- /dev/null +++ b/computer-science-blog/pages/page_01.html @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + +

    Page 01

    + + \ No newline at end of file diff --git a/computer-science-blog/scripts/scripts.js b/computer-science-blog/scripts/scripts.js index e5cf8e9..85494be 100644 --- a/computer-science-blog/scripts/scripts.js +++ b/computer-science-blog/scripts/scripts.js @@ -16,7 +16,7 @@ window.onload = function() { } function nextPage() { - + displayPage(pages[0]); } function previousPage() {