From 23097ebf543792df8f24702a55b40f3383d7ce20 Mon Sep 17 00:00:00 2001 From: Linze <101081884+happylinze@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:48:29 +0800 Subject: [PATCH] Update index.md --- index.md | 75 +++++++++++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/index.md b/index.md index 5b778d5..c9c600a 100644 --- a/index.md +++ b/index.md @@ -2,11 +2,8 @@ layout: default --- @@ -56,44 +53,44 @@ layout: default } }); - document.getElementById('navbar').addEventListener('mouseenter', function() { - this.classList.remove('hidden'); - }); + document.addEventListener('DOMContentLoaded', function() { + const navbar = document.getElementById('navbar'); + navbar.addEventListener('mouseenter', function() { + navbar.classList.remove('hidden'); + }); - document.getElementById('navbar').addEventListener('mouseleave', function() { - if (window.scrollY > 50) { - this.classList.add('hidden'); - } + navbar.addEventListener('mouseleave', function() { + if (window.scrollY > 50) { + navbar.classList.add('hidden'); + } + }); }); -{% include navbar.html %} +
The workshop on Multi-modal Visual Pattern Recognition aims to provide a comprehensive platform for researchers and practitioners to discuss recent advancements, challenges, and opportunities in the field of multi-modal visual pattern recognition. -