includes/promotion_banner.html (11 lines of code) (raw):

<!-- top-level banner This banner is automatically added to all the website pages except for the `download.html`. Update the `download.html` page separately. How to set the `event_category` tag: 1) Use 'ignite_tech_talk' for the promo of events (conference, meetup and other technical talks). 2) Use 'announcement' if you promote a new release or anything else unrelated to events. --> <div id="promotion-bar" style="background-color: #333333; padding: 8px;"> <p style="font-size: 14px; line-height: 1.4em; font-weight: 600; padding: 0; margin: 0; color: #f0f0f0; text-align: center;"> <a href="https://ignite-summit.org/2025/" rel="noopener" target="_blank" onclick="gtag('event', 'banner_click', { 'event_category': 'ignite_tech_talk', 'event_label': 'ignite-summit-cloud-edition-watch-on-demand'});" style="color: #FCB903;"> Ignite Summit 2025 — Watch on demand&nbsp; <span class="more d-none d-lg-block"><img src="/images/promos/arrow-docs.svg" /></span> </a> </p> </div>