diff --git a/src/main/resources/static/image/quick_menu/event.png b/src/main/resources/static/image/quick_menu/event.png new file mode 100644 index 0000000..49028da Binary files /dev/null and b/src/main/resources/static/image/quick_menu/event.png differ diff --git a/src/main/resources/templates/web/layout/layoutHeader.html b/src/main/resources/templates/web/layout/layoutHeader.html index 9102ff0..2f42eae 100644 --- a/src/main/resources/templates/web/layout/layoutHeader.html +++ b/src/main/resources/templates/web/layout/layoutHeader.html @@ -52,7 +52,9 @@ quickMenu.style.display = ''; } } - + function moveEvent(){ + window.location.href="https://petit.madeu.co.kr/webevent/selectListWebEventIntro.do"; + } // 페이지 로드와 리사이즈 이벤트 연결 window.addEventListener('load', toggleQuickMenu); window.addEventListener('resize', toggleQuickMenu); @@ -79,7 +81,9 @@