From 84223b6af5d28033dc6f7e35b86e5ef28f44602a Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 30 Mar 2017 16:43:59 -0400 Subject: [PATCH] adding search functions to the search forms --- index.php | 88 +++++++++++++++++++++++++++++++++++++++++ js/search.js | 2 + parts/search-form.php | 6 +-- sections/front-page.php | 6 +-- sections/header.php | 6 +-- 5 files changed, 99 insertions(+), 9 deletions(-) create mode 100644 js/search.js diff --git a/index.php b/index.php index 3f0fbc4..747bbd3 100644 --- a/index.php +++ b/index.php @@ -39,5 +39,93 @@ + \ No newline at end of file diff --git a/js/search.js b/js/search.js new file mode 100644 index 0000000..dc00cc9 --- /dev/null +++ b/js/search.js @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/parts/search-form.php b/parts/search-form.php index 0130f8c..68210b6 100644 --- a/parts/search-form.php +++ b/parts/search-form.php @@ -2,8 +2,8 @@
- - - + + +
\ No newline at end of file diff --git a/sections/front-page.php b/sections/front-page.php index 0aee7cd..adac252 100644 --- a/sections/front-page.php +++ b/sections/front-page.php @@ -4,9 +4,9 @@
- - - + + +
diff --git a/sections/header.php b/sections/header.php index 16da916..516b5f1 100644 --- a/sections/header.php +++ b/sections/header.php @@ -14,9 +14,9 @@
- - - + + +
-- 2.17.1