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 ac60a8a Added a reference to Ignite assets (pictures) into the
navigation menu.
ac60a8a is described below
commit ac60a8a999e044ecb8acdecacd042333fab3abb0
Author: Denis Magda <[email protected]>
AuthorDate: Mon Apr 13 16:07:46 2020 -0700
Added a reference to Ignite assets (pictures) into the navigation menu.
---
download.html | 8 +++++++-
includes/header.html | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/download.html b/download.html
index ea6958f..94235bd 100644
--- a/download.html
+++ b/download.html
@@ -203,7 +203,7 @@ under the License.
target="_blank" rel="noopener">
Getting Started Course<i class="fa
fa-external-link" style="padding-left:5px;"></i></a>
</li>
- <li class="dropdown-subtitle"
role="presentation">FAQ</li>
+ <li class="dropdown-subtitle"
role="presentation">FAQ & Assets</li>
<li class="dropdown-item">
<a href="/in-memory-computing.html"
aria-label="whats-imc"
onclick="ga('send', 'event', 'whats-imc',
'menu_click', 'whats-imc');">
@@ -214,6 +214,12 @@ under the License.
onclick="ga('send', 'event',
'whatisignite', 'menu_click', 'whatisignite_page');">
What's Apache Ignite?</a>
</li>
+ <li class="dropdown-item">
+ <a
href="https://github.com/apache/ignite-website/tree/master/images/png-diagrams"
aria-label="ignite-assets"
+ onclick="ga('send', 'event',
'ignite_assets', 'menu_click', 'ignite_assets');">
+ Ignite Assets<i
+ class="fa fa-external-link"
style="padding-left:5px;"></i></a>
+ </li>
</ul>
</li>
<li class="nav-item dropdown">
diff --git a/includes/header.html b/includes/header.html
index ef672f5..6282d6d 100644
--- a/includes/header.html
+++ b/includes/header.html
@@ -142,7 +142,7 @@
target="_blank" rel="noopener">
Getting Started Course<i class="fa
fa-external-link" style="padding-left:5px;"></i></a>
</li>
- <li class="dropdown-subtitle"
role="presentation">FAQ</li>
+ <li class="dropdown-subtitle"
role="presentation">FAQ & Assets</li>
<li class="dropdown-item">
<a href="/in-memory-computing.html"
aria-label="whats-imc"
onclick="ga('send', 'event', 'whats-imc',
'menu_click', 'whats-imc');">
@@ -153,6 +153,12 @@
onclick="ga('send', 'event',
'whatisignite', 'menu_click', 'whatisignite_page');">
What's Apache Ignite?</a>
</li>
+ <li class="dropdown-item">
+ <a
href="https://github.com/apache/ignite-website/tree/master/images/png-diagrams"
aria-label="ignite-assets"
+ onclick="ga('send', 'event',
'ignite_assets', 'menu_click', 'ignite_assets');">
+ Ignite Assets<i
+ class="fa fa-external-link"
style="padding-left:5px;"></i></a>
+ </li>
</ul>
</li>
<li class="nav-item dropdown">