feat(animation): add GSAP intro timeline for hero content
Import GSAP in Hero.svelte and create a heroTl timeline that animates the
hero content, arrow navigation and info line smoothly into view on mount.
refs #193
style(hero): update hero layout and info line to match design
Adjust hero overlay, slide stacking, typography and spacing. Restructure the
info line with CTA button and opening times, and update responsive styles
to align with the new hero design.
refs #193
feat(hero): implement image slideshow with navigation controls
Refactor Hero.svelte to use a slides array with dynamic background images.
Add current index state, auto-advance interval, and previous/next arrow
navigation with slide counter.
refs #193
chore(assets): add hero background images for slideshow
Replaced hero background image with the new background-1/2/3 images to be used in slideshow.
refs #193
refactor(navbar): update sidepanel layout and footer position
Make the sidepanel inner container full height and relative, and reposition
the sidepanel footer absolutely at the bottom-right.
refs #192
feat(header): add translucent blurred background
Change header background to a semi-transparent overlay and add backdrop blur to match the new glassmorphism header design.
refs #192
style(navbar): refine sidepanel layout and animations
Adjust sidepanel transitions to use transform and opacity, enable
vertical scrolling, and animate the inner content. Update the footer
to stick to the bottom with margin-top:auto and consistent padding,
and tweak header spacing to match the visual design.
refs: #176
refactor(navbar): remove checkbox-based toggle implementation
Delete lang-toggle and nav-toggle checkbox inputs and their related CSS,
including :checked selectors for the hamburger icon and sidepanel.
Keep only button-based controls so the component relies on JS state
instead of CSS hacks.
refs #176
feat(navbar): add JS-driven toggles for language and sidepanel
Introduce isLangOpen / isSidepanelOpen state and use Svelte event handlers to control the language menu and sidepanel. Replace implicit checkbox behavior with explicit aria-expanded attributes and a window click handler to close open menus.
refs: #176
fix(exhibitions): refine layout and spacing
- Adjusted CSS to match Figma design more
- Update section heading style
- Adjust header alignment and spacing for better desktop/mobile balance
- Add min/max height to main image for consistent image size
- Reposition overlay card and border-radius to match Figma design
fix(layout): correct spacing in exhibitions and footer
Adjust Exhibitions and Footer components width and margins to match design and remove unintended extra whitespace.
refs: #184