update
Some checks failed
Deploy Static Site / deploy (push) Failing after 31s

This commit is contained in:
2025-08-01 09:58:17 +04:00
parent e2aad01d1c
commit df0807f5d2
107 changed files with 4777 additions and 5143 deletions

View File

@ -1,35 +1,31 @@
<header class="header <IFNOT_QUICKBPM><%HEADER_THEME_COLOR%></IFNOT_QUICKBPM><IF_QUICKBPM><%QUICK_HEADER_THEME_COLOR%></IF_QUICKBPM>">
<div class="container">
<a class="header__logo" href="<IFNOT_QUICKBPM><%TVAR_HOME_URL%></IFNOT_QUICKBPM><IF_QUICKBPM><%TVAR_HOME_URL_QUICK%></IF_QUICKBPM>">
<img src="<IFNOT_QUICKBPM><%HREF_LOGO%></IFNOT_QUICKBPM><IF_QUICKBPM><%HREF_LOGO_QUICK%></IF_QUICKBPM>" alt="header logo">
</a>
<!-- <div class="hero__search-form" id="search-panel">
<form class="search-form" onsubmit="ym(<%YM_ID%>,'reachGoal','poisk')">
<label class="search-form__label">
<span id="reset-search" class="search__icon"></span>
<input class="search-form__input" type="text">
</label>
<input class="search-form__submit" type="submit" value="Submit">
</form>
</div> -->
<%YANDEX_SEARCH%>
<div class="hero__search">
<a href="#" id="search-icon" class="hero__search-icon">
<img src="./search-icon-white.svg" alt="search string">
</a>
<a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="./side_menu.svg" alt="side menu">
</a>
</div>
<div class="header__navi">
<IFNOT_QUICKBPM>
<%HEADER_LIST%>
</IFNOT_QUICKBPM>
<IF_QUICKBPM>
<%HEADER_LIST_QUICK%>
</IF_QUICKBPM>
</div>
<div class="container">
<div class="nav-container">
<a class="header__logo" href="<IFNOT_QUICKBPM><%TVAR_HOME_URL%></IFNOT_QUICKBPM><IF_QUICKBPM><%TVAR_HOME_URL_QUICK%></IF_QUICKBPM>">
<img src="<IFNOT_QUICKBPM><%HREF_LOGO%></IFNOT_QUICKBPM><IF_QUICKBPM><%HREF_LOGO_QUICK%></IF_QUICKBPM>" alt="header logo">
</a>
<div class="nav-wrap">
<div class="header__navi">
<IFNOT_QUICKBPM>
<%HEADER_LIST%>
</IFNOT_QUICKBPM>
<IF_QUICKBPM>
<%HEADER_LIST_QUICK%>
</IF_QUICKBPM>
<div class="hero-wrap">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%">
<button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string">
</button>
<%YANDEX_SEARCH%>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu">
</a>
</div>
</div>
</div>
</div>
</div>
</header>