diff --git a/views/home.hbs b/views/home.hbs index b4f8f64..83071c1 100644 --- a/views/home.hbs +++ b/views/home.hbs @@ -3,10 +3,28 @@ NYC Restaurant Inspection API + + + + + + {{> header}} - {{> searchForm}} - {{> searchResults}} +
+ {{> searchForm}} + {{> searchResults}} +
+ + + + + \ No newline at end of file diff --git a/views/partials/header.hbs b/views/partials/header.hbs index eeaccd1..97fc97f 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -1,5 +1,19 @@
-

Home

-

Search

-

{{pageTitle}}

+ + +

{{pageTitle}}

\ No newline at end of file diff --git a/views/partials/searchForm.hbs b/views/partials/searchForm.hbs index 9a24448..6effad2 100644 --- a/views/partials/searchForm.hbs +++ b/views/partials/searchForm.hbs @@ -1,81 +1,89 @@ -
-
- - -
+
+ +
+
+ + +
-
- - -
+
+ + +
+
-
- - - - + + --> +
- - - +
+ + +
+ + - -
\ No newline at end of file + + + \ No newline at end of file diff --git a/views/partials/searchResults.hbs b/views/partials/searchResults.hbs index 8a0e44c..5d04de1 100644 --- a/views/partials/searchResults.hbs +++ b/views/partials/searchResults.hbs @@ -1,7 +1,7 @@ {{errorMessage}} {{#each body}}
-

{{this.dba}}

+

{{this.dba}}