From 56807a909d4608093b00baabaf5aecfb8c431abd Mon Sep 17 00:00:00 2001 From: Shahaed Hasan Date: Sun, 23 Dec 2018 23:54:58 -0600 Subject: [PATCH 1/4] Changed from vanilla js to jquery cause you know...it's 2018 --- docs/about.html | 7 ++++++- docs/index.html | 8 +++++--- docs/js/jquery.js | 12 ++++++++++++ docs/{ => js}/scripts.js | 0 docs/projects.html | 8 +++++--- docs/resume.html | 16 ++++++++++++---- 6 files changed, 40 insertions(+), 11 deletions(-) create mode 100644 docs/js/jquery.js rename docs/{ => js}/scripts.js (100%) diff --git a/docs/about.html b/docs/about.html index 5a2be21..3b3ab89 100644 --- a/docs/about.html +++ b/docs/about.html @@ -33,7 +33,12 @@ - + + + diff --git a/docs/index.html b/docs/index.html index 565b499..ff78891 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,9 +32,11 @@ - - - + +