You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vp...@apache.org on 2022/09/05 11:12:19 UTC

[ignite-extensions] branch master updated: IGNITE-17620 Update ignite-extensions header (#175)

This is an automated email from the ASF dual-hosted git repository.

vpyatkov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new eaa36e4  IGNITE-17620 Update ignite-extensions header (#175)
eaa36e4 is described below

commit eaa36e4ce938d921debdd53eb2a0532413e8dfba
Author: Erlan Aytpaev <ay...@gmail.com>
AuthorDate: Mon Sep 5 17:12:15 2022 +0600

    IGNITE-17620 Update ignite-extensions header (#175)
---
 docs/_includes/header.html | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 649dcba..cfcb877 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -15,22 +15,21 @@
   limitations under the License.
 -->
 
-<!--header>
-    <button type='button' class='menu' title='Docs menu'>
-	  <img src="{{'assets/images/menu-icon.svg'|relative_url}}"/>
-    </button>
-    
-    <nav>
-   
-    </nav>
-    <form class='search'>
-        <button class="search-close" type='button'><img src='{{"assets/images/cancel.svg"|relative_url}}'></button>
-        <input type="search" placeholder="Search…" id="search-input">
-    </form>
-	<button type='button' class='search-toggle'><img src='{{"assets/images/search.svg"|relative_url}}'></button>
-    <button type='button' class='top-nav-toggle'>⋮</button>
-    <a href="https://github.com/ignite" title='GitHub' class='github' target="_blank">
-        <img src="{{'assets/images/github-gray.svg'|relative_url}}" alt="GitHub logo">
-    </a>
-</header-->
-
+<header>
+    <!--#include virtual="/includes/promotion_banner.html" -->
+    <div class="container">
+        <button type="button" class="menu" title="Docs menu">
+            <img src="{{'assets/images/menu-icon.svg'|relative_url}}" width="18" height="12" alt="menu icon" />
+        </button>
+        <div class="home">
+            <a href="/" class="home" title="Apache Ignite home">
+                <img src="{{'assets/images/apache_ignite_logo.svg'|relative_url}}" alt="Apache Ignite logo" width="103" height="36" >
+            </a>
+        </div>
+        <form class="search">
+            <button class="search-close" type="button"><img src="{{'assets/images/cancel.svg'|relative_url}}" alt="close" width="10" height="10" /></button>
+            <input type="search" placeholder="Search…" id="search-input">
+        </form>
+        <button type="button" class="top-nav-toggle">⋮</button>
+    </div>
+</header>