This is an automated email from the ASF dual-hosted git repository.
dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git
The following commit(s) were added to refs/heads/master by this push:
new 8316cba Update the banner
8316cba is described below
commit 8316cba5d270f2f86372c8083dc1a62721d6ae68
Author: Denis Magda <[email protected]>
AuthorDate: Fri Oct 23 12:48:50 2020 -0700
Update the banner
---
download.html | 8 ++++----
includes/promotion_banner.html | 18 +++++++++++++-----
2 files changed, 17 insertions(+), 9 deletions(-)
diff --git a/download.html b/download.html
index a4dc9d9..68b8af8 100644
--- a/download.html
+++ b/download.html
@@ -71,11 +71,11 @@ under the License.
<header id="header" class="affix header sticky-top shrink" data-spy="affix"
data-offset-top="0">
<div id="promotion-bar">
<p>
- October 20th, Q&A session:
- <a
href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273921637/"
+ Upgrade to Ignite 2.9:
+ <a href="https://youtu.be/ewwjq8SIk-s"
rel="noopener" target="_blank"
- onclick="gtag('event', 'banner_click', { 'event_category':
'ignite_tech_talk', 'event_label': 'q&a-session'});">
- Get you issues solved and questions answered!
+ onclick="gtag('event', 'banner_click', { 'event_category':
'announcement', 'event_label': 'ignite-2.9'});">
+ Overview of Top-3 Changes
</a>
</p>
</div>
diff --git a/includes/promotion_banner.html b/includes/promotion_banner.html
index a6ac8a5..9957be4 100644
--- a/includes/promotion_banner.html
+++ b/includes/promotion_banner.html
@@ -1,11 +1,19 @@
<div id="promotion-bar">
- <!-- top-level banner -->
+ <!-- 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.
+ -->
<p>
- October 20th, Q&A session:
- <a
href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/273921637/"
+ Upgrade to Ignite 2.9:
+ <a href="https://youtu.be/ewwjq8SIk-s"
rel="noopener" target="_blank"
- onclick="gtag('event', 'banner_click', { 'event_category':
'ignite_tech_talk', 'event_label': 'q&a-session'});">
- Get you issues solved and questions answered!
+ onclick="gtag('event', 'banner_click', { 'event_category':
'announcement', 'event_label': 'ignite-2.9'});">
+ Overview of Top-3 Changes
</a>
</p>
</div>