From 9436241f6147f444fbfd96bc1f553fa2499c8896 Mon Sep 17 00:00:00 2001 From: Motormary <122404204+Motormary@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:40:57 +0200 Subject: [PATCH] Animated search bar working + search function + placeholder search results in index.html (#439) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jesús Alberola Herrero <127695115+Whisperpiano@users.noreply.github.com> --- index.html | 15 +- js/search.mjs | 239 ++++++++++++++++++++++++++++++++ pages/about-page.html | 5 +- pages/contact-page.html | 3 +- pages/event.html | 4 +- pages/gallery-page.html | 4 +- pages/news-post.html | 4 +- pages/news.html | 4 +- pages/our-work.html | 4 +- pages/privacy-policy.html | 4 +- pages/support-page.html | 3 +- pages/terms-and-conditions.html | 3 +- 12 files changed, 278 insertions(+), 14 deletions(-) create mode 100644 js/search.mjs diff --git a/index.html b/index.html index b61c2b0..b88e5f3 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,7 @@ +