updated the banner
diff --git a/download.html b/download.html
index e41ae9f..c21db3c 100644
--- a/download.html
+++ b/download.html
@@ -69,16 +69,16 @@
 
 
 <header id="header" class="affix header sticky-top shrink" data-spy="affix" data-offset-top="0">
-<!--    <div id="promotion-bar">-->
-<!--        <p>-->
-<!--            Ignite Essentials:-->
-<!--            <a href="https://learning.oreilly.com/live-training/courses/in-memory-computing-essentials/0636920406150/"-->
-<!--               rel="noopener" target="_blank"-->
-<!--               onclick="gtag('event',  'banner_click', { 'event_category': 'ignite_tech_talk', 'event_label': 'o-reilly-training'});">-->
-<!--                Online training developed with O'Reilly®-->
-<!--            </a>-->
-<!--        </p>-->
-<!--    </div>-->
+    <div id="promotion-bar">
+        <p>
+            Nov 17th, Ignite from Scratch:
+            <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273935662"
+               rel="noopener" target="_blank"
+               onclick="gtag('event',  'banner_click', { 'event_category': 'ignite_tech_talk', 'event_label': 'coding-ignite-from-scratch'});">
+                Live Coding of a Naive Distributed System
+            </a>
+        </p>
+    </div>
     <div class="container">
         <nav id="nav" class=" navbar navbar-expand-lg d-flex bd-highlight mb-3" role="navigation">
             <a href="/" class="mr-auto p-2 bd-highlight navbar-brand" aria-label="Ignite Homepage"><img
diff --git a/includes/promotion_banner.html b/includes/promotion_banner.html
index ffc53c6..a22049d 100644
--- a/includes/promotion_banner.html
+++ b/includes/promotion_banner.html
@@ -1,4 +1,4 @@
-<!--<div id="promotion-bar">-->
+<div id="promotion-bar">
     <!-- top-level banner
 
      This banner is automatically added to all the website pages except for the `download.html`. Update the `download.html`
@@ -8,12 +8,12 @@
         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.
     -->
-<!--        <p>-->
-<!--            Ignite Essentials:-->
-<!--            <a href="https://learning.oreilly.com/live-training/courses/in-memory-computing-essentials/0636920406150/"-->
-<!--               rel="noopener" target="_blank"-->
-<!--               onclick="gtag('event',  'banner_click', { 'event_category': 'ignite_tech_talk', 'event_label': 'o-reilly-training'});">-->
-<!--                Online training developed with O'Reilly®-->
-<!--            </a>-->
-<!--        </p>-->
-<!--</div>-->
+        <p>
+            Nov 17th, Ignite from Scratch:
+            <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273935662"
+               rel="noopener" target="_blank"
+               onclick="gtag('event',  'banner_click', { 'event_category': 'ignite_tech_talk', 'event_label': 'coding-ignite-from-scratch'});">
+                Live Coding of a Naive Distributed System
+            </a>
+        </p>
+</div>