update
All checks were successful
Deploy Static Site / deploy (push) Successful in 9m44s

This commit is contained in:
2025-08-01 16:58:46 +04:00
parent e030c30c2c
commit 345ceafa80
108 changed files with 2569 additions and 2238 deletions

View File

@ -27,30 +27,33 @@
<body class="search-page">
<header class="header elma-365">
<div class="container">
<div class="container">
<div class="nav-container">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<div class="nav-wrap">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<div class="header__navi">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap">
<div class="hero__search" style="display: flex; justify-content: end; width: 100%">
<ul class="header__list"><li><span class="solution-select"><span class="solution-select__selected"></span><svg width="7" height="4" viewBox="0 0 7 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L3.5 3.5L6 1" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg><ul class="solution-select__list"><li class="header__list-item"><a class="project-link" href="https://elma365.com/ru/help/platform/get-trial.html">Платформа</a></li><li><a class="project-link" href="https://elma365.com/ru/help/ecm/ecm-functions.html">CSP</a></li><li><a class="project-link" href="https://elma365.com/ru/help/crm/crm-functions.html">CRM+CX</a></li><li><a class="project-link" href="https://elma365.com/ru/help/projects/projects-functions.html">Проекты</a><li><a class="project-link" href="https://elma365.com/ru/help/service/service-functions.html">Service</a></li><li><a class="project-link" href="https://elma365.com/ru/help/kedo/kedo.html">КЭДО</a></li><li><a class="project-link" href="https://elma365.com/ru/help/business_solutions/-elma365-store.html">Бизнес-решения</a></li><ul class="social-links-header" ><li class="social-link-header"><a target="_blank" class="project-link" href="https://elma-academy.com/ru/">Academy</a></li><li class="social-link-header"><a target="_blank" class="project-link" href="https://community.elma365.com/ru/">Community</a></li><li></ul></ul></span></li><li class="header__list-item"><a class="header__list-item-url" href="https://api.elma365.com/ru/"target="_blank">API</a></li><li class="header__list-item"><a class="header__list-item-url" href="https://tssdk.elma365.com/latest/"target="_blank">SDK</a></li><li class="header__list-item header__list-item-latest"><a class="header__list-item-url header__list-item-last" href="https://elma365.com/ru/" target="_blank">Сайт ELMA365</a></li></ul>
<div class="hero-wrap" style="display: flex; align-items: center;">
<div class="hero__search" style="display: flex; justify-content: space-between; width: 100%; padding-left: 0;">
<a class="header__logo" href="https://elma365.com/ru/help">
<img src="./logo.svg" alt="header logo">
</a>
<button id="search-icon" class="hero__search-icon">
<img src="search-icon-white.svg" alt="search string">
</button>
<div class="hero__search-form" id="search-panel"> <form class="search-form"> <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>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu">
</a>
</div>
</div>
</div>
<a href="#" id="side-menu-icon" class="hero__side-icon">
<img src="side_menu.svg" alt="side menu">
</a>
</div>
</div>
</header>