You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/06/23 16:19:08 UTC

[ignite-website] branch master updated: added top bar to downloads (#22)

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 5460856  added top bar to downloads (#22)
5460856 is described below

commit 5460856e72c3602741725bbe521cd342f64cf742
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Tue Jun 23 13:18:59 2020 -0300

    added top bar to downloads (#22)
    
    Co-authored-by: Mauricio Stekl <ma...@gridgain.com>
---
 download.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/download.html b/download.html
index 82ff3a4..e39544d 100644
--- a/download.html
+++ b/download.html
@@ -69,6 +69,10 @@ under the License.
 
 
 <header id="header" class="affix header sticky-top shrink" data-spy="affix" data-offset-top="0">
+    <div id="promotion-bar">
+        <p>Webinar: "Learn Apache Ignite Through Coding Examples" -
+            <a href="https://ignite.apache.org/events.html#learn-apache-ignite-through-coding-examples" rel="noopener">Learn More</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
@@ -1048,8 +1052,8 @@ under the License.
 <!-- end of include "/includes/footer.html" -->
 
 <!-- include of "/includes/scripts.html" -->
-<link rel="stylesheet" href="/css/ignite-redesign.css?20200417" media="print" onload="this.media='all'">
-<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20200417"></noscript>
+<link rel="stylesheet" href="/css/ignite-redesign.css?20200622" media="print" onload="this.media='all'">
+<noscript><link media="all" rel="stylesheet" href="/css/ignite-redesign.css?20200622"></noscript>
 
 
 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" integrity="sha384-Bfad6CLCknfcloXFOyFnlgtENryhrpZCe29RTifKEixXQZ38WheV+i/6YWSzkz3V" crossorigin="anonymous" media="screen">