From 0fdbeea5d5089ec4e284ebbdf7237a5edfec563e Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 23 Jun 2024 04:17:34 -0400 Subject: [PATCH] Add suggestions to search bar (Landing) --- html/partials/header.ejs | 8 ++-- html/partials/search.ejs | 88 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 5 deletions(-) create mode 100644 html/partials/search.ejs diff --git a/html/partials/header.ejs b/html/partials/header.ejs index 3d18e4c..07e1c9e 100644 --- a/html/partials/header.ejs +++ b/html/partials/header.ejs @@ -31,10 +31,7 @@
-
- - -
+ <%- include('./search.ejs') %>
@@ -122,4 +119,5 @@ color: white; gap: 6px; } - \ No newline at end of file + + \ No newline at end of file diff --git a/html/partials/search.ejs b/html/partials/search.ejs new file mode 100644 index 0000000..7677967 --- /dev/null +++ b/html/partials/search.ejs @@ -0,0 +1,88 @@ +
+ + +
+
+ + + \ No newline at end of file