From ea2fad2d203c98d4f23dd0b69da41760f2b849c0 Mon Sep 17 00:00:00 2001 From: Justin Campbel Date: Thu, 18 Jun 2020 07:47:05 -0400 Subject: [PATCH] Add custom CSS/JS sources --- css/custom.css | 1 + index.html | 18 +++++++++++++----- js/custom-utilities.js | 6 ++++++ 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100755 css/custom.css create mode 100755 js/custom-utilities.js diff --git a/css/custom.css b/css/custom.css new file mode 100755 index 0000000..cf6f618 --- /dev/null +++ b/css/custom.css @@ -0,0 +1 @@ +/* custom.css */ diff --git a/index.html b/index.html index f0f1a12..6fb2c96 100755 --- a/index.html +++ b/index.html @@ -10,17 +10,25 @@ - - + + - - - + + + + + + + + + + + \ No newline at end of file diff --git a/js/custom-utilities.js b/js/custom-utilities.js new file mode 100755 index 0000000..4277e54 --- /dev/null +++ b/js/custom-utilities.js @@ -0,0 +1,6 @@ +/** + * custom-utilities.js + * + * A collection of utilities used throughout webqueue2 + */ +