106106 </div >
107107{% endmacro %}
108108
109- {% macro versionswitcher () %}
109+ {% macro version_switcher () %}
110110 <div class =" version-switcher" data-component =" version-switcher" >
111111 <div class =" version-switcher-wrapper" >
112112 <div class =" version-switcher-current" data-placeholder =" version-switcher-trigger" >
@@ -132,9 +132,6 @@ <h3 class="version-switcher-title">Version:</h3>
132132{% macro regular_page_header () %}
133133 <div class =" doc-page-header" id =" doc-page-header" >
134134 {{- page_path() -}}
135- <div class =" doc-page-header__menu-button" >
136- <div class =" compass-icon" ></div >
137- </div >
138135 </div >
139136{% endmacro %}
140137
@@ -278,55 +275,69 @@ <h3 class="version-switcher-title">Version:</h3>
278275{% endmacro %}
279276
280277{% macro i_header () %}
281- <header class =" b-header" >
282- <div class =" b-header_menu_mobile" >
283- <div class =" b-burger-button" >
284- <span ></span >
285- </div >
286- <form role =" search" class =" b-header-search"
287- action =" {{ pathto('search') }}" method =" get" >
288- <input name =" q" type =" search" >
289- </form >
290- </div >
291- <div class =" b-menu_mobile" >
292- <div class =" b-menu_mobile__wrapper" >
293- <nav class =" b-header_menu" >
294- {{ i_menu() }}
295- {{ language_selector() }}
296- </nav >
278+ <div class =" doc-header__wrapper" data-component =" header" >
279+ <div class =" doc-header" >
280+ <div class =" doc-header__menu-bar" >
281+ <div >
282+ <div class =" doc-page-header__menu-button" >
283+ <div class =" side-menu-icon" ></div >
284+ </div >
297285 </div >
298- </div >
299- <div class =" b-header-wrapper" >
300- <nav class =" b-header_menu" >
301- <div class =" b-header_menu-top" >
302- {{ i_menu() }}
303- <div class =" b-header_menu-top-ctl" >
304- <a class =" b-search-btn" href =" #" >
305- <i class =" fa fa-search" ></i >
306- </a >
307- </div >
286+ <a href =" ." >
287+ <div class =" doc-header__logo doc-header__logo_full" >
288+ <img src =" https://static.tarantool.io/pub/220829-1248-ae7bca7/tarantool/images/logo-tarantool-full.svg" height =" 52" width =" 223" alt =" Tarantool.io" >
308289 </div >
309- <div class =" b-header_menu-bottom" >
310- <form role =" search" class =" b-header_menu-search" action =" {{ pathto('search') }}" method =" get" >
311- <input name =" q" type =" search" class =" b-header_menu-search-text"
312- placeholder =" Search Tarantool.org web site and documentation" >
313- <input class =" b-header_menu-search-but" type =" submit" value =" Go" >
314- </form >
290+ <div class =" doc-header__logo doc-header__logo_small" >
291+ <img src =" https://static.tarantool.io/pub/220829-1248-ae7bca7/tarantool/images/logo-tarantool-small.svg" height =" 52" width =" 52" alt =" Tarantool.io" >
315292 </div >
316- </nav >
293+ </a >
294+ <div class =" doc-header__right-side" >
295+ <form class =" sidebar_search_form doc-header__search" id =" searchmenu" role =" search" action =" {{ pathto('search') }}" method =" get" >
296+ <input name =" q" type =" search" placeholder =" Search" >
297+ <input type =" submit" value =" " >
298+ <input type =" hidden" name =" check_keywords" value =" yes" />
299+ <input type =" hidden" name =" area" value =" default" />
300+ <button type =" button" class =" doc-sidebar__close-button doc-header__search-close" id =" search_close" ></button >
301+ </form >
302+ <button id =" togglesearchbtn" class =" header__btn doc-header__btn doc-header__btn-mob-search" >
303+ <img src =" https://static.tarantool.io/pub/220829-1248-ae7bca7/tarantool/images/Search-doc-mobile.svg" width =" 32" height =" 32" alt =" Search" >
304+ </button >
305+ </div >
317306 </div >
318- </header >
307+ </div >
308+ </div >
319309{% endmacro %}
320310
321311{% macro i_footer () %}
322- <footer class =" b-footer" >
323- <div class =" b-footer-wrapper" >
324- <nav class =" b-footer_menu" >
325- {{ i_menu() }}
326- <div class =" b-footer-other" >
327- <a href =" http://15.tarantool.org" >1.5 web site and downloads</a >
328- </div >
329- </nav >
312+ <footer class =" doc-footer" >
313+ <div class =" doc-footer__content" >
314+ <div class =" doc-footer__head" id =" footer-links" >
315+ <img src =" {{ abspath(" _static /images /logo-tarantool-full.svg " ) }}" alt =" Tarantool Logo" class =" doc-footer__logo" >
316+ <nav class =" doc-footer__head__social_links" >
317+ <a href =" https://t.me/tarantoolru" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
318+ <img src =" {{ abspath(" _static /images /doc-footer /footer-telegram.svg " ) }}" alt =" telegram" ></a >
319+ <a href =" https://stackoverflow.com/questions/tagged/tarantool" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
320+ <img src =" {{ abspath(" _static /images /doc-footer /footer-so.svg " ) }}" alt =" stackoverflow" ></a >
321+ <a href =" https://github.com/tarantool/tarantool" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
322+ <img src =" {{ abspath(" _static /images /doc-footer /footer-github.svg " ) }}" alt =" github" ></a >
323+ <a href =" https://twitter.com/tarantooldb" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
324+ <img src =" {{ abspath(" _static /images /doc-footer /footer-twitter.svg " ) }}" alt =" twitter" ></a >
325+ <a href =" https://www.linkedin.com/company/tarantool-enterprise-nosql/" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
326+ <img src =" {{ abspath(" _static /images /doc-footer /footer-linkedin.svg " ) }}" alt =" linkedin" ></a >
327+ </nav >
328+ <nav class =" doc-footer__social-links" >
329+ <a href =" https://t.me/tarantoolru" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
330+ <img src =" {{ abspath(" _static /images /doc-footer /footer-telegram.svg " ) }}" alt =" telegram" ></a >
331+ <a href =" https://stackoverflow.com/questions/tagged/tarantool" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
332+ <img src =" {{ abspath(" _static /images /doc-footer /footer-so.svg " ) }}" alt =" stackoverflow" ></a >
333+ <a href =" https://github.com/tarantool/tarantool" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
334+ <img src =" {{ abspath(" _static /images /doc-footer /footer-github.svg " ) }}" alt =" github" ></a >
335+ <a href =" https://twitter.com/tarantooldb" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
336+ <img src =" {{ abspath(" _static /images /doc-footer /footer-twitter.svg " ) }}" alt =" twitter" ></a >
337+ <a href =" https://www.linkedin.com/company/tarantool-enterprise-nosql/" target =" _blank" rel =" noreferer noopener" class =" doc-footer__social" >
338+ <img src =" {{ abspath(" _static /images /doc-footer /footer-linkedin.svg " ) }}" alt =" linkedin" ></a >
339+ </nav >
340+ </div >
330341 </div >
331342</footer >
332343{% endmacro %}
0 commit comments