Skip to content

BannerTriennialGathering

Event-specific banner displayed prominently to promote the FiNAN Triennial Gathering.

  • Type: Event Component
  • Category: Announcement
  • Complexity: Simple
  • File: src/components/BannerTriennialGathering.astro
interface Props {
eventDate?: string;
location?: string;
}
PropTypeDefaultDescription
eventDatestringFrom configEvent date display
locationstringFrom configEvent location
---
import BannerTriennialGathering from '@/components/BannerTriennialGathering.astro';
---
<BannerTriennialGathering />
  • Countdown timer to event
  • Call-to-action button
  • Eye-catching design
  • Dismissible (with JavaScript)
  • Homepage (when event is upcoming)
  • Integrated into Navbar component