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 1ca5e37  fixing the banner layout broken in the previous commit
1ca5e37 is described below

commit 1ca5e376dcc5acaecdfb107f0ed1c06270eb601b
Author: Denis Magda <[email protected]>
AuthorDate: Thu Aug 13 09:08:44 2020 -0700

    fixing the banner layout broken in the previous commit
---
 includes/header.html | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/includes/header.html b/includes/header.html
index 39880fe..a79644c 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -2,12 +2,14 @@
 
 <header id="header" class="affix header sticky-top shrink" data-spy="affix" 
data-offset-top="0">
     <div id="promotion-bar">
-        Learn when you do NOT need Apache Ignite:
-        <a 
href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/272551117";
-           rel="noopener" target="_blank"
-           onclick="gtag('event',  'banner_click', { 'event_category': 
'ignite_tech_talk', 'event_label': 'when_not_to_use_ignite'});">
-            Register for Ignite Virtual Meetup on Sept 8th
-        </a>
+        <p>
+            Learn when you do NOT need Apache Ignite:
+            <a 
href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/272551117";
+               rel="noopener" target="_blank"
+               onclick="gtag('event',  'banner_click', { 'event_category': 
'ignite_tech_talk', 'event_label': 'when_not_to_use_ignite'});">
+                Register for Ignite Virtual Meetup on Sept 8th
+            </a>
+        </p>
     </div>
 
     <div class="container">

Reply via email to